#9e11e8

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

Shades of Dark Violet #9E11E8

Tints of Dark Violet #9E11E8

Color information

#9E11E8 (or 0x9E11E8) is unknown color: approx Dark Violet. HEX triplet: 9E, 11 and E8. RGB value is (158,17,232). Sum of RGB (Red+Green+Blue) = 158+17+232=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 232 (91.02% from 255 or 57.00% from 407); Max value from RGB is 232 - color contains mainly: blue. Hex color #9E11E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E11E8 is #61EE17. Grayscale: #525252. Windows color (decimal): -6417944 or 15208862. OLE color: 15208862.

HSL color Cylindrical-coordinate representation of color #9E11E8: hue angle of 279.35º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E11E8 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15817232-
CMYK0.320.9300.09
HSL279.35º86.35%48.82%-
HSV(B)279.35º92.67%90.98%-
XYZ28.8713.577.43-
YUV83.67211.71181.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.82%
GREEN value IS 17 (7.03% from 255) = 4.18%
BLUE value IS 232 (91.02% from 255) = 57.00%
R=38.82%
G=4.18%
B=57.00%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal158172320.320.9300.09279.3586.3548.82
Hex9E11E8205D091175631
Octal236213504013501142712661
Binary1001111010001111010001000001011101010011000101111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e11e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9e11e8;
 }
 .AnyTagClassName
 {
   color: #9e11e8;
 }
</style>
background-color css

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

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

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

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

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

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