Html Css Color HEX #9E02CE Dark Violet

📋 copy color: '#9E02CE'

red 158 ◦ green 2 ◦ blue 206

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

Shades of Dark Violet #9E02CE

Tints of Dark Violet #9E02CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.28%

R = 43.17%
G = 0.55%
B = 56.28%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E02CE (or 0x9E02CE) is known color: Dark Violet. HEX triplet: 9E, 02 and CE. RGB value is (158,2,206). Sum of RGB (Red+Green+Blue) = 158+2+206=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E02CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E02CE is #61FD31. Grayscale: #474747. Windows color (decimal): -6421810 or 13501086. OLE color: 13501086.

HSL color Cylindrical-coordinate representation of color #9E02CE: hue angle of 285.88º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E02CE is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 2 206 -
CMYK 0.23 0.99 0 0.19
HSL 285.88º 0.98% 0.41% -
HSV(B) 285.88º 0.99% 0.81% -
XYZ 25.26 11.77 59.33 -
YUV 71.9 203.68 189.41 -
System Red Green Blue C M Y K H S L
Decimal 158 2 206 0.23 0.99 0 0.19 285.88 0.98 0.41
Hex 9E 2 CE 17 63 0 13 11E 62 29
Octal 236 2 316 27 143 0 23 436 142 51
Binary 10011110 10 11001110 10111 1100011 0 10011 100011110 1100010 101001

Color Harmonies of #9E02CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E02CE

Black with #9E02CE

Text Example


Text Example

White with #9E02CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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