COLOR #9C77AC

HEX: #9C77AC
RGB: (156,119,172)

Color info

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

RGB color model

#9C77AC color RGB value is (156,119,172).

  • red value is 156;
  • green value is 119;
  • blue value is 172.
RGB:
(156,119,172)
(61%,47%,67%)

RGB channels and saturation

R 156 of 255 = 61%
G 119 of 255 = 47%
B 172 of 255 = 67%

156
119
172

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

Portions of RGB colors in percentages

R + G + B =
156 + 119 + 172 = 447 (100%)
R 156 of 447 ~ 34.9%
G 119 of 447 ~ 26.62%
B 172 of 447 ~ 38.48%

%34.9
%26.62
%38.48

CMYK color model

#9C77AC color CMYK value is (9,31,0,33).

  • cyan value is 9.30%
  • magenta value is 30.81%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(9,31,0,33)
C9M31Y0K33 
(9%,31%,0%,33%)
(0.09/0.31/0.00/0.33)	

CMYK percentages

%9.3
%30.81
%0
%32.55

Codes

Color #9C77AC in popluar color models

9C77AC
RGB156119172
HSL282°24.20%57.06%
HSB/HSV282°30.81%67.45%
CMYK9.30%30.81%0.00%
32.55%

Color #9C77AC in popluar number systems.

HEX9C77AC
Decimal156119172
Binary10011100111011110101100
Octal234167254

Shades and tints

Shades of #9C77AC

#9C77AC
(156,119,172)
#8E6D9D
(142,109,157)
#80638E
(128,99,142)
#72597F
(114,89,127)
#644F70
(100,79,112)
#564561
(86,69,97)
#483B52
(72,59,82)
#3A3143
(58,49,67)
#2C2734
(44,39,52)
#1E1D25
(30,29,37)
#101316
(16,19,22)
#000000
(0,0,0)

Tints of #9C77AC

#9C77AC
(156,119,172)
#A583B3
(165,131,179)
#AE8FBA
(174,143,186)
#B79BC1
(183,155,193)
#C0A7C8
(192,167,200)
#C9B3CF
(201,179,207)
#D2BFD6
(210,191,214)
#DBCBDD
(219,203,221)
#E4D7E4
(228,215,228)
#EDE3EB
(237,227,235)
#F6EFF2
(246,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C77AC color. Also use rgb(156,119,172) instead hex code.

Text Font Color

.myTextColor { color: #9C77AC; }

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

This text font color is #9C77AC.


Background Color

.myBgColor { background-color: #9C77AC; }

<div style="background-color:#9C77AC">Inner text</div>

This div background color is #9C77AC.


Border color

.myBorderColor { border: 1px solid #9C77AC; }

<div style="border:3px solid #9C77AC">Div</div>

This div border color is #9C77AC.


Opacity

.myOpacity80 { color: #9C77AC; opacity: 0.8; }

<p style="color:#9C77AC;opacity:0.8;">80%</p>

Text with #9C77AC 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 #9C77AC;}

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

This text has shadow with #9C77AC color.

.textShadow {text-shadow: 3px 3px 1px #9C77AC, 3px 3px 1px red;}

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

This text has shadow with #9C77AC primary color and red secondary color.


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

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

This text has shadow with #9C77AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C77AC on black background.


Color preview on white background

This text has color #9C77AC on white background.



Black color preview on #9C77AC background

This text has black color on #9C77AC background.


White color preview on #9C77AC background

This text has white color on #9C77AC background.