COLOR #9590C5

HEX: #9590C5 RGB: (149,144,197)

Color info

#9590C5 contains red, green and blue colors in about the same proportion. Web safe color of #9590C5 is #9999CC (or #99C).

RGB color model

#9590C5 color RGB value is (149,144,197).

RGB: (149,144,197) (58%, 56%, 77%)

RGB channels and saturation

R 149 of 255 = 58%
G 144 of 255 = 56%
B 197 of 255 = 77%

149
144
197

R + G + B ~ 64%. #9590C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 144 + 197 = 490 (100%)
R 149 of 490 ~ 30.41%
G 144 of 490 ~ 29.39%
B 197 of 490 ~ 40.2'%

%30.41
%29.39
%40.2

CMYK color model

#9590C5 color CMYK value is (24,27,0,23).

  • cyan value is 24.37%
  • magenta value is 26.90%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (24,27,0,23) C24M27Y0K23 (24%,27%,0%,23%) (0.24/0.27/0.00/0.23) 

CMYK percentages

%24.37
%26.9
%0
%22.75

Codes

Color #9590C5 in popluar color models

95 90 C5
RGB 149 144 197
HSL 246° 31.36% 66.86%
HSB/HSV 246° 26.90% 77.25%
CMYK 24.37% 26.90% 0.00%
22.75%

Color #9590C5 in popluar number systems.

HEX 95 90 C5
Decimal 149 144 197
Binary 10010101 10010000 11000101
Octal 225 220 305

Shades and tints

Shades of #9590C5

#9590C5
(149,144,197)
#8883B4
(136,131,180)
#7B76A3
(123,118,163)
#6E6992
(110,105,146)
#615C81
(97,92,129)
#544F70
(84,79,112)
#47425F
(71,66,95)
#3A354E
(58,53,78)
#2D283D
(45,40,61)
#201B2C
(32,27,44)
#130E1B
(19,14,27)
#000000
(0,0,0)

Tints of #9590C5

#9590C5
(149,144,197)
#9E9ACA
(158,154,202)
#A7A4CF
(167,164,207)
#B0AED4
(176,174,212)
#B9B8D9
(185,184,217)
#C2C2DE
(194,194,222)
#CBCCE3
(203,204,227)
#D4D6E8
(212,214,232)
#DDE0ED
(221,224,237)
#E6EAF2
(230,234,242)
#EFF4F7
(239,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9590C5; }

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

This text font color is #9590C5.

Background Color

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

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

This div background color is #9590C5.

Border color

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

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

This div border color is #9590C5.

Opacity

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

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

Text with #9590C5 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 #9590C5;}

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

This text has shadow with #9590C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9590C5.

Preview

Color preview on black background

This text has color #9590C5 on black background.


Color preview on white background

This text has color #9590C5 on white background.


Black color preview on #9590C5 background

This text has black color on #9590C5 background.


White color preview on #9590C5 background

This text has white color on #9590C5 background.


Related colors

Complementary color

Complementary color for #hex is #6A6F3A.


I love getcolorcode.com

Triadic colors

1 #C59590 and #90C595 with #9590C5 are triadic colors.

2 #C59095 and #9095C5 with #9590C5 are triadic colors.