COLOR #9590E1

HEX: #9590E1
RGB: (149,144,225)

Renk bilgisi

#9590E1 contains mainly blue color. #9590E1 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#9590E1 color RGB value is (149,144,225).

  • kırmız ton 149;
  • yeşil ton 144;
  • mavi ton 225.
RGB:
(149,144,225)
(58%,56%,88%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 144 of 255 = 56%
B 225 of 255 = 88%

149
144
225

R + G + B ~ 67%. #9590E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 144 + 225 = 518 (100%)
R 149 of 518 ~ 28.76%
G 144 of 518 ~ 27.8%
B 225 of 518 ~ 43.44%

%28.76
%27.8
%43.44

CMYK RENK MODELİ

#9590E1 rengi CMYK tonu (34,36,0,12).

  • camgöbeği tonu 33.78%
  • eflatun tonu 36.00%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(34,36,0,12)
C34M36Y0K12 
(34%,36%,0%,12%)
(0.34/0.36/0.00/0.12)	

CMYK yüzdeleri

%33.78
%36
%0
%11.76

Codes

Color #9590E1 in popluar color models

9590E1
RGB149144225
HSL244°57.45%72.35%
HSB/HSV244°36.00%88.24%
CMYK33.78%36.00%0.00%
11.76%

Color #9590E1 in popluar number systems.

HEX9590E1
Decimal149144225
Binary100101011001000011100001
Octal225220341

Shades and tints

Shades of #9590E1

#9590E1
(149,144,225)
#8883CD
(136,131,205)
#7B76B9
(123,118,185)
#6E69A5
(110,105,165)
#615C91
(97,92,145)
#544F7D
(84,79,125)
#474269
(71,66,105)
#3A3555
(58,53,85)
#2D2841
(45,40,65)
#201B2D
(32,27,45)
#130E19
(19,14,25)
#000000
(0,0,0)

Tints of #9590E1

#9590E1
(149,144,225)
#9E9AE3
(158,154,227)
#A7A4E5
(167,164,229)
#B0AEE7
(176,174,231)
#B9B8E9
(185,184,233)
#C2C2EB
(194,194,235)
#CBCCED
(203,204,237)
#D4D6EF
(212,214,239)
#DDE0F1
(221,224,241)
#E6EAF3
(230,234,243)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9590E1 color. Also use rgb(149,144,225) instead hex code.

Text Font Color

.myTextColor { color: #9590E1; }

<p style="color:#9590E1">This sample text font color is #9590E1.</p>

This text font color is #9590E1.


Background Color

.myBgColor { background-color: #9590E1; }

<div style="background-color:#9590E1">Inner text</div>

This div background color is #9590E1.


Border color

.myBorderColor { border: 1px solid #9590E1; }

<div style="border:3px solid #9590E1">Div</div>

This div border color is #9590E1.


Opacity

.myOpacity80 { color: #9590E1; opacity: 0.8; }

<p style="color:#9590E1;opacity:0.8;">80%</p>

Text with #9590E1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9590E1;}

<p style="text-shadow: 3px 3px 1px #9590E1">Text here.</p>

This text has shadow with #9590E1 color.

.textShadow {text-shadow: 3px 3px 1px #9590E1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9590E1, 5px 5px 20px red">Text here.</p>

This text has shadow with #9590E1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9590E1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9590E1, Direction=45, Strength=4)">Text</p>

This text has shadow with #9590E1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9590E1;
  -webkit-box-shadow:	1px 1px 3px 2px #9590E1;
  box-shadow:		1px 1px 3px 2px #9590E1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9590E1;
-webkit-box-shadow: 1px 1px 3px 2px #9590E1;
box-shadow:1px 1px 3px 2px #9590E1;">
Div content here</div>
This div box has shadow with color #9590E1.

Preview

Color preview on black background

This text has color #9590E1 on black background.


Color preview on white background

This text has color #9590E1 on white background.



Black color preview on #9590E1 background

This text has black color on #9590E1 background.


White color preview on #9590E1 background

This text has white color on #9590E1 background.