Shades of Dark Magenta #9D0987
Tints of Dark Magenta #9D0987
RGB
CMYK
RGB Variations
Color information
#9D0987 (or 0x9D0987) is known color: Dark Magenta. HEX triplet: 9D, 09 and 87. RGB value is (157,9,135). Sum of RGB (Red+Green+Blue) = 157+9+135=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0987 is #62F678. Grayscale: #434343. Windows color (decimal): -6485625 or 8849821. OLE color: 8849821.
HSL color Cylindrical-coordinate representation of color #9D0987: hue angle of 308.92º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0987 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 9 | 135 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.38 |
| HSL | 308.92º | 0.89% | 0.33% | - |
| HSV(B) | 308.92º | 0.94% | 0.62% | - |
| XYZ | 18.38 | 9.11 | 23.71 | - |
| YUV | 67.62 | 166.03 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 9 | 135 | 0 | 0.94 | 0.14 | 0.38 | 308.92 | 0.89 | 0.33 |
| Hex | 9D | 9 | 87 | 0 | 5E | E | 26 | 135 | 59 | 21 |
| Octal | 235 | 11 | 207 | 0 | 136 | 16 | 46 | 465 | 131 | 41 |
| Binary | 10011101 | 1001 | 10000111 | 0 | 1011110 | 1110 | 100110 | 100110101 | 1011001 | 100001 |
Color Harmonies of #9D0987
Complementary color
Monochromatic Colors of #9D0987
Black with #9D0987
Text Example
Text Example
White with #9D0987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0987; }
p { color: rgb(157,9,135); }
H1.HeaderClassName
{
color: #9D0987;
}
.AnyTagClassName
{
color: #9D0987;
}
</style>
background-color css
<style>
a { background-color: #9D0987; }
a { background-color: rgb(157,9,135); }
div.DivClassName
{
background-color: #9D0987;
}
.BgClassName
{
background-color: #9D0987;
}
</style>
border-color css
<style>
span { border-color: #9D0987; }
span { border-color: rgb(157,9,135); }
td.TdClassName
{
border-color: #9D0987;
}
.TagClassName
{
border-color: #9D0987;
}
</style>