#9D119E

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

Shades of Dark Magenta #9D119E

Tints of Dark Magenta #9D119E

Color information

#9D119E (or 0x9D119E) is unknown color: approx Dark Magenta. HEX triplet: 9D, 11 and 9E. RGB value is (157,17,158). Sum of RGB (Red+Green+Blue) = 157+17+158=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #9D119E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D119E is #62EE61. Grayscale: #4A4A4A. Windows color (decimal): -6483554 or 10359197. OLE color: 10359197.

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

Color convert

RGB15717158-
CMYK0.010.8900.38
HSL299.57º80.57%34.31%-
HSV(B)299.57º89.24%61.96%-
XYZ20.2810.0433.22-
YUV74.93174.88186.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.29%
GREEN value IS 17 (7.03% from 255) = 5.12%
BLUE value IS 158 (62.11% from 255) = 47.59%
R=47.29%
G=5.12%
B=47.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157171580.010.8900.38299.5780.5734.31
Hex9D119E15902612c5122
Octal23521236113104645412142
Binary1001110110001100111101101100101001101001011001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D119E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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