#9E15E8

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

Shades of Dark Violet #9E15E8

Tints of Dark Violet #9E15E8

Color information

#9E15E8 (or 0x9E15E8) is unknown color: approx Dark Violet. HEX triplet: 9E, 15 and E8. RGB value is (158,21,232). Sum of RGB (Red+Green+Blue) = 158+21+232=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 232 (91.02% from 255 or 56.45% from 411); Max value from RGB is 232 - color contains mainly: blue. Hex color #9E15E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E15E8 is #61EA17. Grayscale: #555555. Windows color (decimal): -6416920 or 15209886. OLE color: 15209886.

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

Color convert

RGB15821232-
CMYK0.320.9100.09
HSL278.96º83.4%49.61%-
HSV(B)278.96º90.95%90.98%-
XYZ28.9313.6377.45-
YUV86.02210.39179.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.44%
GREEN value IS 21 (8.59% from 255) = 5.11%
BLUE value IS 232 (91.02% from 255) = 56.45%
R=38.44%
G=5.11%
B=56.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal158212320.320.9100.09278.9683.449.61
Hex9E15E8205B091175332
Octal236253504013301142712362
Binary1001111010101111010001000001011011010011000101111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E15E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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