COLOR #9900CC

HEX: #9900CC RGB: (153,0,204)

Color info

#9900CC contains only red and blue colors. #9900CC color is web safe color. It maybe written shortly as #90C.

RGB color model

#9900CC color RGB value is (153,0,204).

RGB: (153,0,204) (60%, 0%, 80%)

RGB channels and saturation

R 153 of 255 = 60%
G 0 of 255 = 0%
B 204 of 255 = 80%

153
0
204

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

Portions of RGB colors in percentages

R + G + B = 153 + 0 + 204 = 357 (100%)
R 153 of 357 ~ 42.86%
G 0 of 357 ~ 0%
B 204 of 357 ~ 57.14'%

%42.86
%57.14

CMYK color model

#9900CC color CMYK value is (25,100,0,20).

  • cyan value is 25.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (25,100,0,20)
C25M100Y0K20 (25%, 100%, 0%, 20%)
(0.25 / 1.00 / 0.00 / 0.20)

CMYK percentages

%25
%100
%0
%20

Codes

Color #9900CC in popluar color models

99 00 CC
RGB 153 0 204
HSL 285° 100.00% 40.00%
HSB/HSV 285° 100.00% 80.00%
CMYK 25.00% 100.00% 0.00%
20.00%

Color #9900CC in popluar number systems.

HEX 99 00 CC
Decimal 153 0 204
Binary 10011001 0 11001100
Octal 231 0 314

Shades and tints

Shades of #9900CC

#9900CC
(153,0,204)
#8C00BA
(140,0,186)
#7F00A8
(127,0,168)
#720096
(114,0,150)
#650084
(101,0,132)
#580072
(88,0,114)
#4B0060
(75,0,96)
#3E004E
(62,0,78)
#31003C
(49,0,60)
#24002A
(36,0,42)
#170018
(23,0,24)
#000000
(0,0,0)

Tints of #9900CC

#9900CC
(153,0,204)
#A217D0
(162,23,208)
#AB2ED4
(171,46,212)
#B445D8
(180,69,216)
#BD5CDC
(189,92,220)
#C673E0
(198,115,224)
#CF8AE4
(207,138,228)
#D8A1E8
(216,161,232)
#E1B8EC
(225,184,236)
#EACFF0
(234,207,240)
#F3E6F4
(243,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9900CC; }

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

This text font color is #9900CC.

Background Color

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

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

This div background color is #9900CC.

Border color

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

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

This div border color is #9900CC.

Opacity

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

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

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

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

This text has shadow with #9900CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9900CC.

Preview

Color preview on black background

This text has color #9900CC on black background.


Color preview on white background

This text has color #9900CC on white background.


Black color preview on #9900CC background

This text has black color on #9900CC background.


White color preview on #9900CC background

This text has white color on #9900CC background.


Related colors

Complementary color

Complementary color for #hex is #66FF33.


I love getcolorcode.com

Triadic colors

1 #CC9900 and #00CC99 with #9900CC are triadic colors.

2 #CC0099 and #0099CC with #9900CC are triadic colors.