Html Css Color HEX #9E02DB Dark Violet

📋 copy color: '#9E02DB'

red 158 ◦ green 2 ◦ blue 219

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

Shades of Dark Violet #9E02DB

Tints of Dark Violet #9E02DB

RGB

 RED value IS 158 (62.11% from 255) = 41.69%

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

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

R = 41.69%
G = 0.53%
B = 57.78%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E02DB (or 0x9E02DB) is known color: Dark Violet. HEX triplet: 9E, 02 and DB. RGB value is (158,2,219). Sum of RGB (Red+Green+Blue) = 158+2+219=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E02DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E02DB is #61FD24. Grayscale: #484848. Windows color (decimal): -6421797 or 14353054. OLE color: 14353054.

HSL color Cylindrical-coordinate representation of color #9E02DB: hue angle of 283.13º 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 #9E02DB is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 2 219 -
CMYK 0.28 0.99 0 0.14
HSL 283.13º 0.98% 0.43% -
HSV(B) 283.13º 0.99% 0.86% -
XYZ 26.91 12.43 68 -
YUV 73.38 210.18 188.36 -
System Red Green Blue C M Y K H S L
Decimal 158 2 219 0.28 0.99 0 0.14 283.13 0.98 0.43
Hex 9E 2 DB 1C 63 0 E 11B 62 2B
Octal 236 2 333 34 143 0 16 433 142 53
Binary 10011110 10 11011011 11100 1100011 0 1110 100011011 1100010 101011

Color Harmonies of #9E02DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E02DB

Black with #9E02DB

Text Example


Text Example

White with #9E02DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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