#9002C0

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

Shades of Dark Violet #9002C0

Tints of Dark Violet #9002C0

Color information

#9002C0 (or 0x9002C0) is unknown color: approx Dark Violet. HEX triplet: 90, 02 and C0. RGB value is (144,2,192). Sum of RGB (Red+Green+Blue) = 144+2+192=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #9002C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9002C0 is #6FFD3F. Grayscale: #414141. Windows color (decimal): -7339328 or 12583568. OLE color: 12583568.

HSL color Cylindrical-coordinate representation of color #9002C0: hue angle of 284.84º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9002C0 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1442192-
CMYK0.250.9900.25
HSL284.84º97.94%38.04%-
HSV(B)284.84º98.96%75.29%-
XYZ21.049.7850.65-
YUV66.12199.04183.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.60%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 192 (75.39% from 255) = 56.80%
R=42.60%
G=0.59%
B=56.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14421920.250.9900.25284.8497.9438.04
Hex902C0196301911d6226
Octal22023003114303143514246
Binary1001000010110000001100111000110110011000111011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9002C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9002C0; }

 p { color: rgb(144,2,192); }

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

<style>
 a { background-color: #9002C0; }

 a { background-color: rgb(144,2,192); }

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

<style>
 span { border-color: #9002C0; }

 span { border-color: rgb(144,2,192); }

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