Html Css Color HEX #9C02DB Dark Violet

📋 copy color: '#9C02DB'

red 156 ◦ green 2 ◦ blue 219

#9C02DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9C02DB

Tints of Dark Violet #9C02DB

RGB

 RED value IS 156 (61.33% from 255) = 41.38%

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 219 (85.94% from 255) = 58.09%

R = 41.38%
G = 0.53%
B = 58.09%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C02DB (or 0x9C02DB) is known color: Dark Violet. HEX triplet: 9C, 02 and DB. RGB value is (156,2,219). Sum of RGB (Red+Green+Blue) = 156+2+219=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C02DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C02DB is #63FD24. Grayscale: #484848. Windows color (decimal): -6552869 or 14353052. OLE color: 14353052.

HSL color Cylindrical-coordinate representation of color #9C02DB: hue angle of 282.58º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C02DB is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 2 219 -
CMYK 0.29 0.99 0 0.14
HSL 282.58º 0.98% 0.43% -
HSV(B) 282.58º 0.99% 0.86% -
XYZ 26.52 12.23 67.98 -
YUV 72.78 210.52 187.36 -
System Red Green Blue C M Y K H S L
Decimal 156 2 219 0.29 0.99 0 0.14 282.58 0.98 0.43
Hex 9C 2 DB 1D 63 0 E 11B 62 2B
Octal 234 2 333 35 143 0 16 433 142 53
Binary 10011100 10 11011011 11101 1100011 0 1110 100011011 1100010 101011

Color Harmonies of #9C02DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C02DB

Black with #9C02DB

Text Example


Text Example

White with #9C02DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C02DB;
 }
 .AnyTagClassName
 {
   color: #9C02DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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