Html Css Color HEX #9E05CE Dark Violet

📋 copy color: '#9E05CE'

red 158 ◦ green 5 ◦ blue 206

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

Shades of Dark Violet #9E05CE

Tints of Dark Violet #9E05CE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.36%

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

R = 42.82%
G = 1.36%
B = 55.83%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E05CE (or 0x9E05CE) is known color: Dark Violet. HEX triplet: 9E, 05 and CE. RGB value is (158,5,206). Sum of RGB (Red+Green+Blue) = 158+5+206=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E05CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E05CE is #61FA31. Grayscale: #494949. Windows color (decimal): -6421042 or 13501854. OLE color: 13501854.

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

Color convert

RGB 158 5 206 -
CMYK 0.23 0.98 0 0.19
HSL 285.67º 0.95% 0.41% -
HSV(B) 285.67º 0.98% 0.81% -
XYZ 25.3 11.83 59.34 -
YUV 73.66 202.69 188.16 -
System Red Green Blue C M Y K H S L
Decimal 158 5 206 0.23 0.98 0 0.19 285.67 0.95 0.41
Hex 9E 5 CE 17 62 0 13 11E 5F 29
Octal 236 5 316 27 142 0 23 436 137 51
Binary 10011110 101 11001110 10111 1100010 0 10011 100011110 1011111 101001

Color Harmonies of #9E05CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E05CE

Black with #9E05CE

Text Example


Text Example

White with #9E05CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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