#9C02D4

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

Shades of Dark Violet #9C02D4

Tints of Dark Violet #9C02D4

Color information

#9C02D4 (or 0x9C02D4) is unknown color: approx Dark Violet. HEX triplet: 9C, 02 and D4. RGB value is (156,2,212). Sum of RGB (Red+Green+Blue) = 156+2+212=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 212 (83.20% from 255 or 57.30% from 370); Max value from RGB is 212 - color contains mainly: blue. Hex color #9C02D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C02D4 is #63FD2B. Grayscale: #474747. Windows color (decimal): -6552876 or 13894300. OLE color: 13894300.

HSL color Cylindrical-coordinate representation of color #9C02D4: hue angle of 284º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C02D4 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1562212-
CMYK0.260.9900.17
HSL284º98.13%41.96%-
HSV(B)284º99.06%83.14%-
XYZ25.6211.8663.23-
YUV71.99207.02187.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.16%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 212 (83.20% from 255) = 57.30%
R=42.16%
G=0.54%
B=57.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal15622120.260.9900.1728498.1341.96
Hex9C2D41A6301111c622a
Octal23423243214302143414252
Binary1001110010110101001101011000110100011000111001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C02D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C02D4; }

 p { color: rgb(156,2,212); }

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

<style>
 a { background-color: #9C02D4; }

 a { background-color: rgb(156,2,212); }

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

<style>
 span { border-color: #9C02D4; }

 span { border-color: rgb(156,2,212); }

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