COLOR #9C76AA

HEX: #9C76AA
RGB: (156,118,170)

Color info

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

RGB color model

#9C76AA color RGB value is (156,118,170).

  • red value is 156;
  • green value is 118;
  • blue value is 170.
RGB:
(156,118,170)
(61%,46%,67%)

RGB channels and saturation

R 156 of 255 = 61%
G 118 of 255 = 46%
B 170 of 255 = 67%

156
118
170

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

Portions of RGB colors in percentages

R + G + B =
156 + 118 + 170 = 444 (100%)
R 156 of 444 ~ 35.14%
G 118 of 444 ~ 26.58%
B 170 of 444 ~ 38.29%

%35.14
%26.58
%38.29

CMYK color model

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

  • cyan value is 8.24%
  • magenta value is 30.59%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(8,31,0,33)
C8M31Y0K33 
(8%,31%,0%,33%)
(0.08/0.31/0.00/0.33)	

CMYK percentages

%8.24
%30.59
%0
%33.33

Codes

Color #9C76AA in popluar color models

9C76AA
RGB156118170
HSL284°23.42%56.47%
HSB/HSV284°30.59%66.67%
CMYK8.24%30.59%0.00%
33.33%

Color #9C76AA in popluar number systems.

HEX9C76AA
Decimal156118170
Binary10011100111011010101010
Octal234166252

Shades and tints

Shades of #9C76AA

#9C76AA
(156,118,170)
#8E6C9B
(142,108,155)
#80628C
(128,98,140)
#72587D
(114,88,125)
#644E6E
(100,78,110)
#56445F
(86,68,95)
#483A50
(72,58,80)
#3A3041
(58,48,65)
#2C2632
(44,38,50)
#1E1C23
(30,28,35)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #9C76AA

#9C76AA
(156,118,170)
#A582B1
(165,130,177)
#AE8EB8
(174,142,184)
#B79ABF
(183,154,191)
#C0A6C6
(192,166,198)
#C9B2CD
(201,178,205)
#D2BED4
(210,190,212)
#DBCADB
(219,202,219)
#E4D6E2
(228,214,226)
#EDE2E9
(237,226,233)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C76AA; }

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

This text font color is #9C76AA.


Background Color

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

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

This div background color is #9C76AA.


Border color

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

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

This div border color is #9C76AA.


Opacity

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

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

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

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

This text has shadow with #9C76AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C76AA on black background.


Color preview on white background

This text has color #9C76AA on white background.



Black color preview on #9C76AA background

This text has black color on #9C76AA background.


White color preview on #9C76AA background

This text has white color on #9C76AA background.