COLOR #9577AB

HEX: #9577AB
RGB: (149,119,171)

Color info

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

RGB color model

#9577AB color RGB value is (149,119,171).

  • red value is 149;
  • green value is 119;
  • blue value is 171.
RGB:
(149,119,171)
(58%,47%,67%)

RGB channels and saturation

R 149 of 255 = 58%
G 119 of 255 = 47%
B 171 of 255 = 67%

149
119
171

R + G + B ~ 57%. #9577AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 119 + 171 = 439 (100%)
R 149 of 439 ~ 33.94%
G 119 of 439 ~ 27.11%
B 171 of 439 ~ 38.95%

%33.94
%27.11
%38.95

CMYK color model

#9577AB color CMYK value is (13,30,0,33).

  • cyan value is 12.87%
  • magenta value is 30.41%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(13,30,0,33)
C13M30Y0K33 
(13%,30%,0%,33%)
(0.13/0.30/0.00/0.33)	

CMYK percentages

%12.87
%30.41
%0
%32.94

Codes

Color #9577AB in popluar color models

9577AB
RGB149119171
HSL275°23.64%56.86%
HSB/HSV275°30.41%67.06%
CMYK12.87%30.41%0.00%
32.94%

Color #9577AB in popluar number systems.

HEX9577AB
Decimal149119171
Binary10010101111011110101011
Octal225167253

Shades and tints

Shades of #9577AB

#9577AB
(149,119,171)
#886D9C
(136,109,156)
#7B638D
(123,99,141)
#6E597E
(110,89,126)
#614F6F
(97,79,111)
#544560
(84,69,96)
#473B51
(71,59,81)
#3A3142
(58,49,66)
#2D2733
(45,39,51)
#201D24
(32,29,36)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #9577AB

#9577AB
(149,119,171)
#9E83B2
(158,131,178)
#A78FB9
(167,143,185)
#B09BC0
(176,155,192)
#B9A7C7
(185,167,199)
#C2B3CE
(194,179,206)
#CBBFD5
(203,191,213)
#D4CBDC
(212,203,220)
#DDD7E3
(221,215,227)
#E6E3EA
(230,227,234)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9577AB color. Also use rgb(149,119,171) instead hex code.

Text Font Color

.myTextColor { color: #9577AB; }

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

This text font color is #9577AB.


Background Color

.myBgColor { background-color: #9577AB; }

<div style="background-color:#9577AB">Inner text</div>

This div background color is #9577AB.


Border color

.myBorderColor { border: 1px solid #9577AB; }

<div style="border:3px solid #9577AB">Div</div>

This div border color is #9577AB.


Opacity

.myOpacity80 { color: #9577AB; opacity: 0.8; }

<p style="color:#9577AB;opacity:0.8;">80%</p>

Text with #9577AB 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 #9577AB;}

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

This text has shadow with #9577AB color.

.textShadow {text-shadow: 3px 3px 1px #9577AB, 3px 3px 1px red;}

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

This text has shadow with #9577AB primary color and red secondary color.


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

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

This text has shadow with #9577AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9577AB on black background.


Color preview on white background

This text has color #9577AB on white background.



Black color preview on #9577AB background

This text has black color on #9577AB background.


White color preview on #9577AB background

This text has white color on #9577AB background.