#9D118A

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

Shades of Dark Magenta #9D118A

Tints of Dark Magenta #9D118A

Color information

#9D118A (or 0x9D118A) is unknown color: approx Dark Magenta. HEX triplet: 9D, 11 and 8A. RGB value is (157,17,138). Sum of RGB (Red+Green+Blue) = 157+17+138=312 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.32% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 157 - color contains mainly: red. Hex color #9D118A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D118A is #62EE75. Grayscale: #484848. Windows color (decimal): -6483574 or 9048477. OLE color: 9048477.

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

Color convert

RGB15717138-
CMYK00.890.120.38
HSL308.14º80.46%34.12%-
HSV(B)308.14º89.17%61.57%-
XYZ18.699.424.87-
YUV72.65164.88188.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.32%
GREEN value IS 17 (7.03% from 255) = 5.45%
BLUE value IS 138 (54.30% from 255) = 44.23%
R=50.32%
G=5.45%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571713800.890.120.38308.1480.4634.12
Hex9D118A059C261345022
Octal235212120131144646412042
Binary1001110110001100010100101100111001001101001101001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D118A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,17,138); }

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

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

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

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

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

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

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