#9E1199

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

Shades of Dark Magenta #9E1199

Tints of Dark Magenta #9E1199

Color information

#9E1199 (or 0x9E1199) is unknown color: approx Dark Magenta. HEX triplet: 9E, 11 and 99. RGB value is (158,17,153). Sum of RGB (Red+Green+Blue) = 158+17+153=328 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.17% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1199 is #61EE66. Grayscale: #4A4A4A. Windows color (decimal): -6418023 or 10031518. OLE color: 10031518.

HSL color Cylindrical-coordinate representation of color #9E1199: hue angle of 302.13º 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 #9E1199 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15817153-
CMYK00.890.030.38
HSL302.13º80.57%34.31%-
HSV(B)302.13º89.24%61.96%-
XYZ20.059.9731-
YUV74.66172.21187.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.17%
GREEN value IS 17 (7.03% from 255) = 5.18%
BLUE value IS 153 (60.16% from 255) = 46.65%
R=48.17%
G=5.18%
B=46.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581715300.890.030.38302.1380.5734.31
Hex9E119905932612e5122
Octal23621231013134645612142
Binary10011110100011001100101011001111001101001011101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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