Shades of Dark Magenta #8D1589
Tints of Dark Magenta #8D1589
RGB
CMYK
RGB Variations
Color information
#8D1589 (or 0x8D1589) is known color: Dark Magenta. HEX triplet: 8D, 15 and 89. RGB value is (141,21,137). Sum of RGB (Red+Green+Blue) = 141+21+137=299 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.16% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1589 is #72EA76. Grayscale: #454545. Windows color (decimal): -7531127 or 8983949. OLE color: 8983949.
HSL color Cylindrical-coordinate representation of color #8D1589: hue angle of 302º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D1589 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 21 | 137 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.45 |
| HSL | 302º | 0.74% | 0.32% | - |
| HSV(B) | 302º | 0.85% | 0.55% | - |
| XYZ | 15.77 | 8.01 | 24.38 | - |
| YUV | 70.1 | 165.76 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 21 | 137 | 0 | 0.85 | 0.03 | 0.45 | 302 | 0.74 | 0.32 |
| Hex | 8D | 15 | 89 | 0 | 55 | 3 | 2D | 12E | 4A | 20 |
| Octal | 215 | 25 | 211 | 0 | 125 | 3 | 55 | 456 | 112 | 40 |
| Binary | 10001101 | 10101 | 10001001 | 0 | 1010101 | 11 | 101101 | 100101110 | 1001010 | 100000 |
Color Harmonies of #8D1589
Complementary color
Monochromatic Colors of #8D1589
Black with #8D1589
Text Example
Text Example
White with #8D1589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1589; }
p { color: rgb(141,21,137); }
H1.HeaderClassName
{
color: #8D1589;
}
.AnyTagClassName
{
color: #8D1589;
}
</style>
background-color css
<style>
a { background-color: #8D1589; }
a { background-color: rgb(141,21,137); }
div.DivClassName
{
background-color: #8D1589;
}
.BgClassName
{
background-color: #8D1589;
}
</style>
border-color css
<style>
span { border-color: #8D1589; }
span { border-color: rgb(141,21,137); }
td.TdClassName
{
border-color: #8D1589;
}
.TagClassName
{
border-color: #8D1589;
}
</style>