COLOR #9578B1

HEX: #9578B1
RGB: (149,120,177)

Color info

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

RGB color model

#9578B1 color RGB value is (149,120,177).

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

RGB channels and saturation

R 149 of 255 = 58%
G 120 of 255 = 47%
B 177 of 255 = 69%

149
120
177

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

Portions of RGB colors in percentages

R + G + B =
149 + 120 + 177 = 446 (100%)
R 149 of 446 ~ 33.41%
G 120 of 446 ~ 26.91%
B 177 of 446 ~ 39.69%

%33.41
%26.91
%39.69

CMYK color model

#9578B1 color CMYK value is (16,32,0,31).

  • cyan value is 15.82%
  • magenta value is 32.20%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(16,32,0,31)
C16M32Y0K31 
(16%,32%,0%,31%)
(0.16/0.32/0.00/0.31)	

CMYK percentages

%15.82
%32.2
%0
%30.59

Codes

Color #9578B1 in popluar color models

9578B1
RGB149120177
HSL271°26.76%58.24%
HSB/HSV271°32.20%69.41%
CMYK15.82%32.20%0.00%
30.59%

Color #9578B1 in popluar number systems.

HEX9578B1
Decimal149120177
Binary10010101111100010110001
Octal225170261

Shades and tints

Shades of #9578B1

#9578B1
(149,120,177)
#886EA1
(136,110,161)
#7B6491
(123,100,145)
#6E5A81
(110,90,129)
#615071
(97,80,113)
#544661
(84,70,97)
#473C51
(71,60,81)
#3A3241
(58,50,65)
#2D2831
(45,40,49)
#201E21
(32,30,33)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #9578B1

#9578B1
(149,120,177)
#9E84B8
(158,132,184)
#A790BF
(167,144,191)
#B09CC6
(176,156,198)
#B9A8CD
(185,168,205)
#C2B4D4
(194,180,212)
#CBC0DB
(203,192,219)
#D4CCE2
(212,204,226)
#DDD8E9
(221,216,233)
#E6E4F0
(230,228,240)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9578B1; }

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

This text font color is #9578B1.


Background Color

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

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

This div background color is #9578B1.


Border color

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

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

This div border color is #9578B1.


Opacity

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

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

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

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

This text has shadow with #9578B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9578B1 on black background.


Color preview on white background

This text has color #9578B1 on white background.



Black color preview on #9578B1 background

This text has black color on #9578B1 background.


White color preview on #9578B1 background

This text has white color on #9578B1 background.