#9E118C

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

Shades of Dark Magenta #9E118C

Tints of Dark Magenta #9E118C

Color information

#9E118C (or 0x9E118C) is unknown color: approx Dark Magenta. HEX triplet: 9E, 11 and 8C. RGB value is (158,17,140). Sum of RGB (Red+Green+Blue) = 158+17+140=315 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.16% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 158 - color contains mainly: red. Hex color #9E118C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E118C is #61EE73. Grayscale: #484848. Windows color (decimal): -6418036 or 9179550. OLE color: 9179550.

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

Color convert

RGB15817140-
CMYK00.890.110.38
HSL307.66º80.57%34.31%-
HSV(B)307.66º89.24%61.96%-
XYZ19.039.5625.65-
YUV73.18165.71188.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.16%
GREEN value IS 17 (7.03% from 255) = 5.40%
BLUE value IS 140 (55.08% from 255) = 44.44%
R=50.16%
G=5.40%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581714000.890.110.38307.6680.5734.31
Hex9E118C059B261345122
Octal236212140131134646412142
Binary1001111010001100011000101100110111001101001101001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E118C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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