Shades of Dark Magenta #870599
Tints of Dark Magenta #870599
RGB
CMYK
RGB Variations
Color information
#870599 (or 0x870599) is known color: Dark Magenta. HEX triplet: 87, 05 and 99. RGB value is (135,5,153). Sum of RGB (Red+Green+Blue) = 135+5+153=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #870599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870599 is #78FA66. Grayscale: #3C3C3C. Windows color (decimal): -7928423 or 10028423. OLE color: 10028423.
HSL color Cylindrical-coordinate representation of color #870599: hue angle of 292.7º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #870599 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 5 | 153 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.4 |
| HSL | 292.7º | 0.94% | 0.31% | - |
| HSV(B) | 292.7º | 0.97% | 0.6% | - |
| XYZ | 15.8 | 7.56 | 30.76 | - |
| YUV | 60.74 | 180.07 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 153 | 0.12 | 0.97 | 0 | 0.4 | 292.7 | 0.94 | 0.31 |
| Hex | 87 | 5 | 99 | C | 61 | 0 | 28 | 125 | 5E | 1F |
| Octal | 207 | 5 | 231 | 14 | 141 | 0 | 50 | 445 | 136 | 37 |
| Binary | 10000111 | 101 | 10011001 | 1100 | 1100001 | 0 | 101000 | 100100101 | 1011110 | 11111 |
Color Harmonies of #870599
Complementary color
Monochromatic Colors of #870599
Black with #870599
Text Example
Text Example
White with #870599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870599; }
p { color: rgb(135,5,153); }
H1.HeaderClassName
{
color: #870599;
}
.AnyTagClassName
{
color: #870599;
}
</style>
background-color css
<style>
a { background-color: #870599; }
a { background-color: rgb(135,5,153); }
div.DivClassName
{
background-color: #870599;
}
.BgClassName
{
background-color: #870599;
}
</style>
border-color css
<style>
span { border-color: #870599; }
span { border-color: rgb(135,5,153); }
td.TdClassName
{
border-color: #870599;
}
.TagClassName
{
border-color: #870599;
}
</style>