#9902CB

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

Shades of Dark Violet #9902CB

Tints of Dark Violet #9902CB

Color information

#9902CB (or 0x9902CB) is unknown color: approx Dark Violet. HEX triplet: 99, 02 and CB. RGB value is (153,2,203). Sum of RGB (Red+Green+Blue) = 153+2+203=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #9902CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9902CB is #66FD34. Grayscale: #454545. Windows color (decimal): -6749493 or 13304473. OLE color: 13304473.

HSL color Cylindrical-coordinate representation of color #9902CB: hue angle of 285.07º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9902CB is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1532203-
CMYK0.250.9900.20
HSL285.07º98.05%40.2%-
HSV(B)285.07º99.01%79.61%-
XYZ23.9411.1357.39-
YUV70.06203.03187.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.74%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 203 (79.69% from 255) = 56.70%
R=42.74%
G=0.56%
B=56.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal15322030.250.9900.20285.0798.0540.2
Hex992CB196301411d6228
Octal23123133114302443514250
Binary1001100110110010111100111000110101001000111011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9902CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9902CB; }

 p { color: rgb(153,2,203); }

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

<style>
 a { background-color: #9902CB; }

 a { background-color: rgb(153,2,203); }

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

<style>
 span { border-color: #9902CB; }

 span { border-color: rgb(153,2,203); }

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