#9E11DE

Color #9E11DE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9E11DE

Tints of Dark Violet #9E11DE

Color information

#9E11DE (or 0x9E11DE) is unknown color: approx 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

RGB15817222-
CMYK0.290.9200.13
HSL281.27º85.77%46.86%-
HSV(B)281.27º92.34%87.06%-
XYZ27.4912.9470.16-
YUV82.53206.71181.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.80%
GREEN value IS 17 (7.03% from 255) = 4.28%
BLUE value IS 222 (87.11% from 255) = 55.92%
R=39.80%
G=4.28%
B=55.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal158172220.290.9200.13281.2785.7746.86
Hex9E11DE1D5C0D119562f
Octal236213363513401543112657
Binary100111101000111011110111011011100011011000110011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E11DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>