COLOR #9C66AA

HEX: #9C66AA RGB: (156,102,170)

Color info

#9C66AA contains mainly red and blue colors. Web safe color of #9C66AA is #996699 (or #969).

RGB color model

#9C66AA color RGB value is (156,102,170).

RGB: (156,102,170) (61%, 40%, 67%)

RGB channels and saturation

R 156 of 255 = 61%
G 102 of 255 = 40%
B 170 of 255 = 67%

156
102
170

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

Portions of RGB colors in percentages

R + G + B = 156 + 102 + 170 = 428 (100%)
R 156 of 428 ~ 36.45%
G 102 of 428 ~ 23.83%
B 170 of 428 ~ 39.72'%

%36.45
%23.83
%39.72

CMYK color model

#9C66AA color CMYK value is (8,40,0,33).

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

CMYK: (8,40,0,33)
C8M40Y0K33 (8%, 40%, 0%, 33%)
(0.08 / 0.40 / 0.00 / 0.33)

CMYK percentages

%8.24
%40
%0
%33.33

Codes

Color #9C66AA in popluar color models

9C 66 AA
RGB 156 102 170
HSL 288° 28.57% 53.33%
HSB/HSV 288° 40.00% 66.67%
CMYK 8.24% 40.00% 0.00%
33.33%

Color #9C66AA in popluar number systems.

HEX 9C 66 AA
Decimal 156 102 170
Binary 10011100 1100110 10101010
Octal 234 146 252

Shades and tints

Shades of #9C66AA

#9C66AA
(156,102,170)
#8E5D9B
(142,93,155)
#80548C
(128,84,140)
#724B7D
(114,75,125)
#64426E
(100,66,110)
#56395F
(86,57,95)
#483050
(72,48,80)
#3A2741
(58,39,65)
#2C1E32
(44,30,50)
#1E1523
(30,21,35)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #9C66AA

#9C66AA
(156,102,170)
#A573B1
(165,115,177)
#AE80B8
(174,128,184)
#B78DBF
(183,141,191)
#C09AC6
(192,154,198)
#C9A7CD
(201,167,205)
#D2B4D4
(210,180,212)
#DBC1DB
(219,193,219)
#E4CEE2
(228,206,226)
#EDDBE9
(237,219,233)
#F6E8F0
(246,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C66AA; }

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

This text font color is #9C66AA.

Background Color

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

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

This div background color is #9C66AA.

Border color

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

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

This div border color is #9C66AA.

Opacity

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

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

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

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

This text has shadow with #9C66AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C66AA.

Preview

Color preview on black background

This text has color #9C66AA on black background.


Color preview on white background

This text has color #9C66AA on white background.


Black color preview on #9C66AA background

This text has black color on #9C66AA background.


White color preview on #9C66AA background

This text has white color on #9C66AA background.


Related colors

Complementary color

Complementary color for #hex is #639955.


I love getcolorcode.com

Triadic colors

1 #AA9C66 and #66AA9C with #9C66AA are triadic colors.

2 #AA669C and #669CAA with #9C66AA are triadic colors.