Shades of Dark Magenta #9D1089
Tints of Dark Magenta #9D1089
RGB
CMYK
RGB Variations
Color information
#9D1089 (or 0x9D1089) is known color: Dark Magenta. HEX triplet: 9D, 10 and 89. RGB value is (157,16,137). Sum of RGB (Red+Green+Blue) = 157+16+137=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1089 is #62EF76. Grayscale: #474747. Windows color (decimal): -6483831 or 8982685. OLE color: 8982685.
HSL color Cylindrical-coordinate representation of color #9D1089: hue angle of 308.51º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D1089 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 16 | 137 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.38 |
| HSL | 308.51º | 0.82% | 0.34% | - |
| HSV(B) | 308.51º | 0.9% | 0.62% | - |
| XYZ | 18.61 | 9.34 | 24.49 | - |
| YUV | 71.95 | 164.71 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 16 | 137 | 0 | 0.90 | 0.13 | 0.38 | 308.51 | 0.82 | 0.34 |
| Hex | 9D | 10 | 89 | 0 | 5A | D | 26 | 135 | 52 | 22 |
| Octal | 235 | 20 | 211 | 0 | 132 | 15 | 46 | 465 | 122 | 42 |
| Binary | 10011101 | 10000 | 10001001 | 0 | 1011010 | 1101 | 100110 | 100110101 | 1010010 | 100010 |
Color Harmonies of #9D1089
Complementary color
Monochromatic Colors of #9D1089
Black with #9D1089
Text Example
Text Example
White with #9D1089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1089; }
p { color: rgb(157,16,137); }
H1.HeaderClassName
{
color: #9D1089;
}
.AnyTagClassName
{
color: #9D1089;
}
</style>
background-color css
<style>
a { background-color: #9D1089; }
a { background-color: rgb(157,16,137); }
div.DivClassName
{
background-color: #9D1089;
}
.BgClassName
{
background-color: #9D1089;
}
</style>
border-color css
<style>
span { border-color: #9D1089; }
span { border-color: rgb(157,16,137); }
td.TdClassName
{
border-color: #9D1089;
}
.TagClassName
{
border-color: #9D1089;
}
</style>