Shades of Dark Magenta #9D1289
Tints of Dark Magenta #9D1289
RGB
CMYK
RGB Variations
Color information
#9D1289 (or 0x9D1289) is known color: Dark Magenta. HEX triplet: 9D, 12 and 89. RGB value is (157,18,137). Sum of RGB (Red+Green+Blue) = 157+18+137=312 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.32% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1289 is #62ED76. Grayscale: #484848. Windows color (decimal): -6483319 or 8983197. OLE color: 8983197.
HSL color Cylindrical-coordinate representation of color #9D1289: hue angle of 308.63º degrees, saturation: 0.79, 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 #9D1289 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 18 | 137 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.38 |
| HSL | 308.63º | 0.79% | 0.34% | - |
| HSV(B) | 308.63º | 0.89% | 0.62% | - |
| XYZ | 18.64 | 9.41 | 24.5 | - |
| YUV | 73.13 | 164.05 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 18 | 137 | 0 | 0.89 | 0.13 | 0.38 | 308.63 | 0.79 | 0.34 |
| Hex | 9D | 12 | 89 | 0 | 59 | D | 26 | 135 | 4F | 22 |
| Octal | 235 | 22 | 211 | 0 | 131 | 15 | 46 | 465 | 117 | 42 |
| Binary | 10011101 | 10010 | 10001001 | 0 | 1011001 | 1101 | 100110 | 100110101 | 1001111 | 100010 |
Color Harmonies of #9D1289
Complementary color
Monochromatic Colors of #9D1289
Black with #9D1289
Text Example
Text Example
White with #9D1289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1289; }
p { color: rgb(157,18,137); }
H1.HeaderClassName
{
color: #9D1289;
}
.AnyTagClassName
{
color: #9D1289;
}
</style>
background-color css
<style>
a { background-color: #9D1289; }
a { background-color: rgb(157,18,137); }
div.DivClassName
{
background-color: #9D1289;
}
.BgClassName
{
background-color: #9D1289;
}
</style>
border-color css
<style>
span { border-color: #9D1289; }
span { border-color: rgb(157,18,137); }
td.TdClassName
{
border-color: #9D1289;
}
.TagClassName
{
border-color: #9D1289;
}
</style>