Shades of Dark Magenta #871588
Tints of Dark Magenta #871588
RGB
CMYK
RGB Variations
Color information
#871588 (or 0x871588) is known color: Dark Magenta. HEX triplet: 87, 15 and 88. RGB value is (135,21,136). Sum of RGB (Red+Green+Blue) = 135+21+136=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #871588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871588 is #78EA77. Grayscale: #434343. Windows color (decimal): -7924344 or 8918407. OLE color: 8918407.
HSL color Cylindrical-coordinate representation of color #871588: hue angle of 299.48º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871588 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 21 | 136 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.47 |
| HSL | 299.48º | 0.73% | 0.31% | - |
| HSV(B) | 299.48º | 0.85% | 0.53% | - |
| XYZ | 14.7 | 7.46 | 23.96 | - |
| YUV | 68.2 | 166.27 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 21 | 136 | 0.01 | 0.85 | 0 | 0.47 | 299.48 | 0.73 | 0.31 |
| Hex | 87 | 15 | 88 | 1 | 55 | 0 | 2F | 12B | 49 | 1F |
| Octal | 207 | 25 | 210 | 1 | 125 | 0 | 57 | 453 | 111 | 37 |
| Binary | 10000111 | 10101 | 10001000 | 1 | 1010101 | 0 | 101111 | 100101011 | 1001001 | 11111 |
Color Harmonies of #871588
Complementary color
Monochromatic Colors of #871588
Black with #871588
Text Example
Text Example
White with #871588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871588; }
p { color: rgb(135,21,136); }
H1.HeaderClassName
{
color: #871588;
}
.AnyTagClassName
{
color: #871588;
}
</style>
background-color css
<style>
a { background-color: #871588; }
a { background-color: rgb(135,21,136); }
div.DivClassName
{
background-color: #871588;
}
.BgClassName
{
background-color: #871588;
}
</style>
border-color css
<style>
span { border-color: #871588; }
span { border-color: rgb(135,21,136); }
td.TdClassName
{
border-color: #871588;
}
.TagClassName
{
border-color: #871588;
}
</style>