Html Css Color HEX #9E04CE Dark Violet

📋 copy color: '#9E04CE'

red 158 ◦ green 4 ◦ blue 206

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

Shades of Dark Violet #9E04CE

Tints of Dark Violet #9E04CE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

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

R = 42.93%
G = 1.09%
B = 55.98%

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

#9E04CE (or 0x9E04CE) is known color: Dark Violet. HEX triplet: 9E, 04 and CE. RGB value is (158,4,206). Sum of RGB (Red+Green+Blue) = 158+4+206=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E04CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E04CE is #61FB31. Grayscale: #484848. Windows color (decimal): -6421298 or 13501598. OLE color: 13501598.

HSL color Cylindrical-coordinate representation of color #9E04CE: hue angle of 285.74º degrees, saturation: 0.96, 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 #9E04CE is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 4 206 -
CMYK 0.23 0.98 0 0.19
HSL 285.74º 0.96% 0.41% -
HSV(B) 285.74º 0.98% 0.81% -
XYZ 25.28 11.81 59.34 -
YUV 73.07 203.02 188.57 -
System Red Green Blue C M Y K H S L
Decimal 158 4 206 0.23 0.98 0 0.19 285.74 0.96 0.41
Hex 9E 4 CE 17 62 0 13 11E 60 29
Octal 236 4 316 27 142 0 23 436 140 51
Binary 10011110 100 11001110 10111 1100010 0 10011 100011110 1100000 101001

Color Harmonies of #9E04CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E04CE

Black with #9E04CE

Text Example


Text Example

White with #9E04CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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