Html Css Color HEX #9E02DE Dark Violet

📋 copy color: '#9E02DE'

red 158 ◦ green 2 ◦ blue 222

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

Shades of Dark Violet #9E02DE

Tints of Dark Violet #9E02DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.12%

R = 41.36%
G = 0.52%
B = 58.12%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E02DE (or 0x9E02DE) is known color: Dark Violet. HEX triplet: 9E, 02 and DE. RGB value is (158,2,222). Sum of RGB (Red+Green+Blue) = 158+2+222=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E02DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E02DE is #61FD21. Grayscale: #494949. Windows color (decimal): -6421794 or 14549662. OLE color: 14549662.

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

Color convert

RGB 158 2 222 -
CMYK 0.29 0.99 0 0.13
HSL 282.55º 0.98% 0.44% -
HSV(B) 282.55º 0.99% 0.87% -
XYZ 27.31 12.59 70.1 -
YUV 73.72 211.68 188.11 -
System Red Green Blue C M Y K H S L
Decimal 158 2 222 0.29 0.99 0 0.13 282.55 0.98 0.44
Hex 9E 2 DE 1D 63 0 D 11B 62 2C
Octal 236 2 336 35 143 0 15 433 142 54
Binary 10011110 10 11011110 11101 1100011 0 1101 100011011 1100010 101100

Color Harmonies of #9E02DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E02DE

Black with #9E02DE

Text Example


Text Example

White with #9E02DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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