#9900CC

Color #9900CC Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9900CC

Tints of Dark Violet #9900CC

Color information

#9900CC (or 0x9900CC) is unknown color: approx Dark Violet. HEX triplet: 99, 00 and CC. RGB value is (153,0,204). Sum of RGB (Red+Green+Blue) = 153+0+204=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #9900CC is a web safe color. Inversed color of #9900CC is #66FF33. Grayscale: #444444. Windows color (decimal): -6750004 or 13369497. OLE color: 13369497.

HSL color Cylindrical-coordinate representation of color #9900CC: hue angle of 285º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9900CC is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1530204-
CMYK0.25100.2
HSL285º100%40%-
HSV(B)285º100%80%-
XYZ24.0411.1358.01-
YUV69204.19187.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 57.14%
R=42.86%
G=0%
B=57.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal15302040.25100.228510040
Hex990CC196401411d6428
Octal23103143114402443514450
Binary100110010110011001100111001000101001000111011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9900CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9900CC; }

 p { color: rgb(153,0,204); }

 H1.HeaderClassName
 {
   color: #9900CC;
 }
 .AnyTagClassName
 {
   color: #9900CC;
 }
</style>
background-color css

<style>
 a { background-color: #9900CC; }

 a { background-color: rgb(153,0,204); }

 div.DivClassName
 {
   background-color: #9900CC;
 }
 .BgClassName
 {
   background-color: #9900CC;
 }
</style>
border-color css

<style>
 span { border-color: #9900CC; }

 span { border-color: rgb(153,0,204); }

 td.TdClassName
 {
   border-color: #9900CC;
 }
 .TagClassName
 {
   border-color: #9900CC;
 }
</style>