Html Css Color HEX #9E02D8 Dark Violet

📋 copy color: '#9E02D8'

red 158 ◦ green 2 ◦ blue 216

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

Shades of Dark Violet #9E02D8

Tints of Dark Violet #9E02D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 57.45%

R = 42.02%
G = 0.53%
B = 57.45%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9E02D8 (or 0x9E02D8) is known color: Dark Violet. HEX triplet: 9E, 02 and D8. RGB value is (158,2,216). Sum of RGB (Red+Green+Blue) = 158+2+216=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 216 (84.77% from 255 or 57.45% from 376); Max value from RGB is 216 - color contains mainly: blue. Hex color #9E02D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E02D8 is #61FD27. Grayscale: #484848. Windows color (decimal): -6421800 or 14156446. OLE color: 14156446.

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

Color convert

RGB 158 2 216 -
CMYK 0.27 0.99 0 0.15
HSL 283.74º 0.98% 0.43% -
HSV(B) 283.74º 0.99% 0.85% -
XYZ 26.52 12.27 65.94 -
YUV 73.04 208.68 188.6 -
System Red Green Blue C M Y K H S L
Decimal 158 2 216 0.27 0.99 0 0.15 283.74 0.98 0.43
Hex 9E 2 D8 1B 63 0 F 11C 62 2B
Octal 236 2 330 33 143 0 17 434 142 53
Binary 10011110 10 11011000 11011 1100011 0 1111 100011100 1100010 101011

Color Harmonies of #9E02D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E02D8

Black with #9E02D8

Text Example


Text Example

White with #9E02D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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