Shades of Dark Magenta #870F87
Tints of Dark Magenta #870F87
RGB
CMYK
RGB Variations
Color information
#870F87 (or 0x870F87) is known color: Dark Magenta. HEX triplet: 87, 0F and 87. RGB value is (135,15,135). Sum of RGB (Red+Green+Blue) = 135+15+135=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #870F87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870F87 is #78F078. Grayscale: #404040. Windows color (decimal): -7925881 or 8851335. OLE color: 8851335.
HSL color Cylindrical-coordinate representation of color #870F87: hue angle of 300º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F87 is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 15 | 135 | - |
| CMYK | 0 | 0.89 | 0 | 0.47 |
| HSL | 300º | 0.8% | 0.29% | - |
| HSV(B) | 300º | 0.89% | 0.53% | - |
| XYZ | 14.54 | 7.24 | 23.55 | - |
| YUV | 64.56 | 167.76 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 135 | 0 | 0.89 | 0 | 0.47 | 300 | 0.8 | 0.29 |
| Hex | 87 | F | 87 | 0 | 59 | 0 | 2F | 12C | 50 | 1D |
| Octal | 207 | 17 | 207 | 0 | 131 | 0 | 57 | 454 | 120 | 35 |
| Binary | 10000111 | 1111 | 10000111 | 0 | 1011001 | 0 | 101111 | 100101100 | 1010000 | 11101 |
Color Harmonies of #870F87
Complementary color
Monochromatic Colors of #870F87
Black with #870F87
Text Example
Text Example
White with #870F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870F87; }
p { color: rgb(135,15,135); }
H1.HeaderClassName
{
color: #870F87;
}
.AnyTagClassName
{
color: #870F87;
}
</style>
background-color css
<style>
a { background-color: #870F87; }
a { background-color: rgb(135,15,135); }
div.DivClassName
{
background-color: #870F87;
}
.BgClassName
{
background-color: #870F87;
}
</style>
border-color css
<style>
span { border-color: #870F87; }
span { border-color: rgb(135,15,135); }
td.TdClassName
{
border-color: #870F87;
}
.TagClassName
{
border-color: #870F87;
}
</style>