COLOR #9578A2

HEX: #9578A2
RGB: (149,120,162)

Color info

#9578A2 contains red, green and blue colors in about the same proportion. Web safe color of #9578A2 is #996699 (or #969).

RGB color model

#9578A2 color RGB value is (149,120,162).

  • red value is 149;
  • green value is 120;
  • blue value is 162.
RGB:
(149,120,162)
(58%,47%,64%)

RGB channels and saturation

R 149 of 255 = 58%
G 120 of 255 = 47%
B 162 of 255 = 64%

149
120
162

R + G + B ~ 56%. #9578A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 120 + 162 = 431 (100%)
R 149 of 431 ~ 34.57%
G 120 of 431 ~ 27.84%
B 162 of 431 ~ 37.59%

%34.57
%27.84
%37.59

CMYK color model

#9578A2 color CMYK value is (8,26,0,36).

  • cyan value is 8.02%
  • magenta value is 25.93%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(8,26,0,36)
C8M26Y0K36 
(8%,26%,0%,36%)
(0.08/0.26/0.00/0.36)	

CMYK percentages

%8.02
%25.93
%0
%36.47

Codes

Color #9578A2 in popluar color models

9578A2
RGB149120162
HSL281°18.42%55.29%
HSB/HSV281°25.93%63.53%
CMYK8.02%25.93%0.00%
36.47%

Color #9578A2 in popluar number systems.

HEX9578A2
Decimal149120162
Binary10010101111100010100010
Octal225170242

Shades and tints

Shades of #9578A2

#9578A2
(149,120,162)
#886E94
(136,110,148)
#7B6486
(123,100,134)
#6E5A78
(110,90,120)
#61506A
(97,80,106)
#54465C
(84,70,92)
#473C4E
(71,60,78)
#3A3240
(58,50,64)
#2D2832
(45,40,50)
#201E24
(32,30,36)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #9578A2

#9578A2
(149,120,162)
#9E84AA
(158,132,170)
#A790B2
(167,144,178)
#B09CBA
(176,156,186)
#B9A8C2
(185,168,194)
#C2B4CA
(194,180,202)
#CBC0D2
(203,192,210)
#D4CCDA
(212,204,218)
#DDD8E2
(221,216,226)
#E6E4EA
(230,228,234)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9578A2 color. Also use rgb(149,120,162) instead hex code.

Text Font Color

.myTextColor { color: #9578A2; }

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

This text font color is #9578A2.


Background Color

.myBgColor { background-color: #9578A2; }

<div style="background-color:#9578A2">Inner text</div>

This div background color is #9578A2.


Border color

.myBorderColor { border: 1px solid #9578A2; }

<div style="border:3px solid #9578A2">Div</div>

This div border color is #9578A2.


Opacity

.myOpacity80 { color: #9578A2; opacity: 0.8; }

<p style="color:#9578A2;opacity:0.8;">80%</p>

Text with #9578A2 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 #9578A2;}

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

This text has shadow with #9578A2 color.

.textShadow {text-shadow: 3px 3px 1px #9578A2, 3px 3px 1px red;}

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

This text has shadow with #9578A2 primary color and red secondary color.


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

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

This text has shadow with #9578A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9578A2 on black background.


Color preview on white background

This text has color #9578A2 on white background.



Black color preview on #9578A2 background

This text has black color on #9578A2 background.


White color preview on #9578A2 background

This text has white color on #9578A2 background.