Html Css Color HEX #9E08CE Dark Violet

📋 copy color: '#9E08CE'

red 158 ◦ green 8 ◦ blue 206

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

Shades of Dark Violet #9E08CE

Tints of Dark Violet #9E08CE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.15%

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

R = 42.47%
G = 2.15%
B = 55.38%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E08CE (or 0x9E08CE) is known color: Dark Violet. HEX triplet: 9E, 08 and CE. RGB value is (158,8,206). Sum of RGB (Red+Green+Blue) = 158+8+206=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E08CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E08CE is #61F731. Grayscale: #4A4A4A. Windows color (decimal): -6420274 or 13502622. OLE color: 13502622.

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

Color convert

RGB 158 8 206 -
CMYK 0.23 0.96 0 0.19
HSL 285.45º 0.93% 0.42% -
HSV(B) 285.45º 0.96% 0.81% -
XYZ 25.33 11.9 59.35 -
YUV 75.42 201.7 186.9 -
System Red Green Blue C M Y K H S L
Decimal 158 8 206 0.23 0.96 0 0.19 285.45 0.93 0.42
Hex 9E 8 CE 17 60 0 13 11D 5D 2A
Octal 236 10 316 27 140 0 23 435 135 52
Binary 10011110 1000 11001110 10111 1100000 0 10011 100011101 1011101 101010

Color Harmonies of #9E08CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E08CE

Black with #9E08CE

Text Example


Text Example

White with #9E08CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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