#9E119E

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

Shades of Dark Magenta #9E119E

Tints of Dark Magenta #9E119E

Color information

#9E119E (or 0x9E119E) is unknown color: approx Dark Magenta. HEX triplet: 9E, 11 and 9E. RGB value is (158,17,158). Sum of RGB (Red+Green+Blue) = 158+17+158=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: red, blue. Hex color #9E119E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E119E is #61EE61. Grayscale: #4A4A4A. Windows color (decimal): -6418018 or 10359198. OLE color: 10359198.

HSL color Cylindrical-coordinate representation of color #9E119E: hue angle of 300º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E119E is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15817158-
CMYK00.8900.38
HSL300º80.57%34.31%-
HSV(B)300º89.24%61.96%-
XYZ20.4710.1433.23-
YUV75.23174.71187.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.45%
GREEN value IS 17 (7.03% from 255) = 5.11%
BLUE value IS 158 (62.11% from 255) = 47.45%
R=47.45%
G=5.11%
B=47.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581715800.8900.3830080.5734.31
Hex9E119E05902612c5122
Octal23621236013104645412142
Binary1001111010001100111100101100101001101001011001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E119E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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