COLOR #9C77AA

HEX: #9C77AA RGB: (156,119,170)

Color info

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

RGB color model

#9C77AA color RGB value is (156,119,170).

RGB: (156,119,170) (61%, 47%, 67%)

RGB channels and saturation

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

156
119
170

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

Portions of RGB colors in percentages

R + G + B = 156 + 119 + 170 = 445 (100%)
R 156 of 445 ~ 35.06%
G 119 of 445 ~ 26.74%
B 170 of 445 ~ 38.2'%

%35.06
%26.74
%38.2

CMYK color model

#9C77AA color CMYK value is (8,30,0,33).

  • cyan value is 8.24%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (8,30,0,33)
C8M30Y0K33 (8%, 30%, 0%, 33%)
(0.08 / 0.30 / 0.00 / 0.33)

CMYK percentages

%8.24
%30
%0
%33.33

Codes

Color #9C77AA in popluar color models

9C 77 AA
RGB 156 119 170
HSL 284° 23.08% 56.67%
HSB/HSV 284° 30.00% 66.67%
CMYK 8.24% 30.00% 0.00%
33.33%

Color #9C77AA in popluar number systems.

HEX 9C 77 AA
Decimal 156 119 170
Binary 10011100 1110111 10101010
Octal 234 167 252

Shades and tints

Shades of #9C77AA

#9C77AA
(156,119,170)
#8E6D9B
(142,109,155)
#80638C
(128,99,140)
#72597D
(114,89,125)
#644F6E
(100,79,110)
#56455F
(86,69,95)
#483B50
(72,59,80)
#3A3141
(58,49,65)
#2C2732
(44,39,50)
#1E1D23
(30,29,35)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #9C77AA

#9C77AA
(156,119,170)
#A583B1
(165,131,177)
#AE8FB8
(174,143,184)
#B79BBF
(183,155,191)
#C0A7C6
(192,167,198)
#C9B3CD
(201,179,205)
#D2BFD4
(210,191,212)
#DBCBDB
(219,203,219)
#E4D7E2
(228,215,226)
#EDE3E9
(237,227,233)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C77AA; }

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

This text font color is #9C77AA.

Background Color

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

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

This div background color is #9C77AA.

Border color

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

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

This div border color is #9C77AA.

Opacity

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

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

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

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

This text has shadow with #9C77AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C77AA.

Preview

Color preview on black background

This text has color #9C77AA on black background.


Color preview on white background

This text has color #9C77AA on white background.


Black color preview on #9C77AA background

This text has black color on #9C77AA background.


White color preview on #9C77AA background

This text has white color on #9C77AA background.


Related colors

Complementary color

Complementary color for #hex is #638855.


I love getcolorcode.com

Triadic colors

1 #AA9C77 and #77AA9C with #9C77AA are triadic colors.

2 #AA779C and #779CAA with #9C77AA are triadic colors.