Html Css Color HEX #9E11DE Dark Violet

📋 copy color: '#9E11DE'

red 158 ◦ green 17 ◦ blue 222

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

Shades of Dark Violet #9E11DE

Tints of Dark Violet #9E11DE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.28%

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

R = 39.8%
G = 4.28%
B = 55.92%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E11DE (or 0x9E11DE) is known color: Dark Violet. HEX triplet: 9E, 11 and DE. RGB value is (158,17,222). Sum of RGB (Red+Green+Blue) = 158+17+222=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E11DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E11DE is #61EE21. Grayscale: #515151. Windows color (decimal): -6417954 or 14553502. OLE color: 14553502.

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

Color convert

RGB 158 17 222 -
CMYK 0.29 0.92 0 0.13
HSL 281.27º 0.86% 0.47% -
HSV(B) 281.27º 0.92% 0.87% -
XYZ 27.49 12.94 70.16 -
YUV 82.53 206.71 181.83 -
System Red Green Blue C M Y K H S L
Decimal 158 17 222 0.29 0.92 0 0.13 281.27 0.86 0.47
Hex 9E 11 DE 1D 5C 0 D 119 56 2F
Octal 236 21 336 35 134 0 15 431 126 57
Binary 10011110 10001 11011110 11101 1011100 0 1101 100011001 1010110 101111

Color Harmonies of #9E11DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E11DE

Black with #9E11DE

Text Example


Text Example

White with #9E11DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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