#9E11E0

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

Shades of Dark Violet #9E11E0

Tints of Dark Violet #9E11E0

Color information

#9E11E0 (or 0x9E11E0) is unknown color: approx Dark Violet. HEX triplet: 9E, 11 and E0. RGB value is (158,17,224). Sum of RGB (Red+Green+Blue) = 158+17+224=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #9E11E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E11E0 is #61EE1F. Grayscale: #525252. Windows color (decimal): -6417952 or 14684574. OLE color: 14684574.

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

Color convert

RGB15817224-
CMYK0.290.9200.12
HSL280.87º85.89%47.25%-
HSV(B)280.87º92.41%87.84%-
XYZ27.7613.0571.58-
YUV82.76207.71181.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.60%
GREEN value IS 17 (7.03% from 255) = 4.26%
BLUE value IS 224 (87.89% from 255) = 56.14%
R=39.60%
G=4.26%
B=56.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal158172240.290.9200.12280.8785.8947.25
Hex9E11E01D5C0C119562f
Octal236213403513401443112657
Binary100111101000111100000111011011100011001000110011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E11E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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