#9e118f

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

Shades of Dark Magenta #9E118F

Tints of Dark Magenta #9E118F

Color information

#9E118F (or 0x9E118F) is unknown color: approx Dark Magenta. HEX triplet: 9E, 11 and 8F. RGB value is (158,17,143). Sum of RGB (Red+Green+Blue) = 158+17+143=318 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.69% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 158 - color contains mainly: red. Hex color #9E118F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E118F is #61EE70. Grayscale: #494949. Windows color (decimal): -6418033 or 9376158. OLE color: 9376158.

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

Color convert

RGB15817143-
CMYK00.890.090.38
HSL306.38º80.57%34.31%-
HSV(B)306.38º89.24%61.96%-
XYZ19.269.6526.83-
YUV73.52167.21188.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.69%
GREEN value IS 17 (7.03% from 255) = 5.35%
BLUE value IS 143 (56.25% from 255) = 44.97%
R=49.69%
G=5.35%
B=44.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581714300.890.090.38306.3880.5734.31
Hex9E118F0599261325122
Octal236212170131114646212142
Binary1001111010001100011110101100110011001101001100101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e118f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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