Shades of Dark Magenta #9D1188
Tints of Dark Magenta #9D1188
RGB
CMYK
RGB Variations
Color information
#9D1188 (or 0x9D1188) is known color: Dark Magenta. HEX triplet: 9D, 11 and 88. RGB value is (157,17,136). Sum of RGB (Red+Green+Blue) = 157+17+136=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1188 is #62EE77. Grayscale: #484848. Windows color (decimal): -6483576 or 8917405. OLE color: 8917405.
HSL color Cylindrical-coordinate representation of color #9D1188: hue angle of 309º 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 #9D1188 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 17 | 136 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.38 |
| HSL | 309º | 0.8% | 0.34% | - |
| HSV(B) | 309º | 0.89% | 0.62% | - |
| XYZ | 18.55 | 9.35 | 24.12 | - |
| YUV | 72.43 | 163.88 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 17 | 136 | 0 | 0.89 | 0.13 | 0.38 | 309 | 0.8 | 0.34 |
| Hex | 9D | 11 | 88 | 0 | 59 | D | 26 | 135 | 50 | 22 |
| Octal | 235 | 21 | 210 | 0 | 131 | 15 | 46 | 465 | 120 | 42 |
| Binary | 10011101 | 10001 | 10001000 | 0 | 1011001 | 1101 | 100110 | 100110101 | 1010000 | 100010 |
Color Harmonies of #9D1188
Complementary color
Monochromatic Colors of #9D1188
Black with #9D1188
Text Example
Text Example
White with #9D1188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1188; }
p { color: rgb(157,17,136); }
H1.HeaderClassName
{
color: #9D1188;
}
.AnyTagClassName
{
color: #9D1188;
}
</style>
background-color css
<style>
a { background-color: #9D1188; }
a { background-color: rgb(157,17,136); }
div.DivClassName
{
background-color: #9D1188;
}
.BgClassName
{
background-color: #9D1188;
}
</style>
border-color css
<style>
span { border-color: #9D1188; }
span { border-color: rgb(157,17,136); }
td.TdClassName
{
border-color: #9D1188;
}
.TagClassName
{
border-color: #9D1188;
}
</style>