COLOR #9C66AB

HEX: #9C66AB RGB: (156,102,171)

Color info

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

RGB color model

#9C66AB color RGB value is (156,102,171).

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

RGB channels and saturation

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

156
102
171

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

Portions of RGB colors in percentages

R + G + B = 156 + 102 + 171 = 429 (100%)
R 156 of 429 ~ 36.36%
G 102 of 429 ~ 23.78%
B 171 of 429 ~ 39.86'%

%36.36
%23.78
%39.86

CMYK color model

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

  • cyan value is 8.77%
  • magenta value is 40.35%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (9,40,0,33)
C9M40Y0K33 (9%, 40%, 0%, 33%)
(0.09 / 0.40 / 0.00 / 0.33)

CMYK percentages

%8.77
%40.35
%0
%32.94

Codes

Color #9C66AB in popluar color models

9C 66 AB
RGB 156 102 171
HSL 287° 29.11% 53.53%
HSB/HSV 287° 40.35% 67.06%
CMYK 8.77% 40.35% 0.00%
32.94%

Color #9C66AB in popluar number systems.

HEX 9C 66 AB
Decimal 156 102 171
Binary 10011100 1100110 10101011
Octal 234 146 253

Shades and tints

Shades of #9C66AB

#9C66AB
(156,102,171)
#8E5D9C
(142,93,156)
#80548D
(128,84,141)
#724B7E
(114,75,126)
#64426F
(100,66,111)
#563960
(86,57,96)
#483051
(72,48,81)
#3A2742
(58,39,66)
#2C1E33
(44,30,51)
#1E1524
(30,21,36)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #9C66AB

#9C66AB
(156,102,171)
#A573B2
(165,115,178)
#AE80B9
(174,128,185)
#B78DC0
(183,141,192)
#C09AC7
(192,154,199)
#C9A7CE
(201,167,206)
#D2B4D5
(210,180,213)
#DBC1DC
(219,193,220)
#E4CEE3
(228,206,227)
#EDDBEA
(237,219,234)
#F6E8F1
(246,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C66AB; }

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

This text font color is #9C66AB.

Background Color

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

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

This div background color is #9C66AB.

Border color

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

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

This div border color is #9C66AB.

Opacity

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

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

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

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

This text has shadow with #9C66AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C66AB.

Preview

Color preview on black background

This text has color #9C66AB on black background.


Color preview on white background

This text has color #9C66AB on white background.


Black color preview on #9C66AB background

This text has black color on #9C66AB background.


White color preview on #9C66AB background

This text has white color on #9C66AB background.


Related colors

Complementary color

Complementary color for #hex is #639954.


I love getcolorcode.com

Triadic colors

1 #AB9C66 and #66AB9C with #9C66AB are triadic colors.

2 #AB669C and #669CAB with #9C66AB are triadic colors.