COLOR #9966CC

HEX: #9966CC
RGB: (153,102,204)

Color info

#9966CC contains mainly red and blue colors. #9966CC color is web safe color. It maybe written shortly as #96C.

RGB color model

#9966CC color RGB value is (153,102,204).

  • red value is 153;
  • green value is 102;
  • blue value is 204.
RGB:
(153,102,204)
(60%,40%,80%)

RGB channels and saturation

R 153 of 255 = 60%
G 102 of 255 = 40%
B 204 of 255 = 80%

153
102
204

R + G + B ~ 60%. #9966CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 102 + 204 = 459 (100%)
R 153 of 459 ~ 33.33%
G 102 of 459 ~ 22.22%
B 204 of 459 ~ 44.44%

%33.33
%22.22
%44.44

CMYK color model

#9966CC color CMYK value is (25,50,0,20).

  • cyan value is 25.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(25,50,0,20)
C25M50Y0K20 
(25%,50%,0%,20%)
(0.25/0.50/0.00/0.20)	

CMYK percentages

%25
%50
%0
%20

Codes

Color #9966CC in popluar color models

9966CC
RGB153102204
HSL270°50.00%60.00%
HSB/HSV270°50.00%80.00%
CMYK25.00%50.00%0.00%
20.00%

Color #9966CC in popluar number systems.

HEX9966CC
Decimal153102204
Binary10011001110011011001100
Octal231146314

Shades and tints

Shades of #9966CC

#9966CC
(153,102,204)
#8C5DBA
(140,93,186)
#7F54A8
(127,84,168)
#724B96
(114,75,150)
#654284
(101,66,132)
#583972
(88,57,114)
#4B3060
(75,48,96)
#3E274E
(62,39,78)
#311E3C
(49,30,60)
#24152A
(36,21,42)
#170C18
(23,12,24)
#000000
(0,0,0)

Tints of #9966CC

#9966CC
(153,102,204)
#A273D0
(162,115,208)
#AB80D4
(171,128,212)
#B48DD8
(180,141,216)
#BD9ADC
(189,154,220)
#C6A7E0
(198,167,224)
#CFB4E4
(207,180,228)
#D8C1E8
(216,193,232)
#E1CEEC
(225,206,236)
#EADBF0
(234,219,240)
#F3E8F4
(243,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9966CC color. Also use rgb(153,102,204) instead hex code.

Text Font Color

.myTextColor { color: #9966CC; }

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

This text font color is #9966CC.


Background Color

.myBgColor { background-color: #9966CC; }

<div style="background-color:#9966CC">Inner text</div>

This div background color is #9966CC.


Border color

.myBorderColor { border: 1px solid #9966CC; }

<div style="border:3px solid #9966CC">Div</div>

This div border color is #9966CC.


Opacity

.myOpacity80 { color: #9966CC; opacity: 0.8; }

<p style="color:#9966CC;opacity:0.8;">80%</p>

Text with #9966CC 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 #9966CC;}

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

This text has shadow with #9966CC color.

.textShadow {text-shadow: 3px 3px 1px #9966CC, 3px 3px 1px red;}

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

This text has shadow with #9966CC primary color and red secondary color.


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

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

This text has shadow with #9966CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9966CC on black background.


Color preview on white background

This text has color #9966CC on white background.



Black color preview on #9966CC background

This text has black color on #9966CC background.


White color preview on #9966CC background

This text has white color on #9966CC background.