Shades of Dark Magenta #871197
Tints of Dark Magenta #871197
RGB
CMYK
RGB Variations
Color information
#871197 (or 0x871197) is known color: Dark Magenta. HEX triplet: 87, 11 and 97. RGB value is (135,17,151). Sum of RGB (Red+Green+Blue) = 135+17+151=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 151 (59.38% from 255 or 49.83% from 303); Max value from RGB is 151 - color contains mainly: blue. Hex color #871197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871197 is #78EE68. Grayscale: #434343. Windows color (decimal): -7925353 or 9900423. OLE color: 9900423.
HSL color Cylindrical-coordinate representation of color #871197: hue angle of 292.84º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #871197 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 17 | 151 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.41 |
| HSL | 292.84º | 0.8% | 0.33% | - |
| HSV(B) | 292.84º | 0.89% | 0.59% | - |
| XYZ | 15.78 | 7.79 | 29.95 | - |
| YUV | 67.56 | 175.09 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 151 | 0.11 | 0.89 | 0 | 0.41 | 292.84 | 0.8 | 0.33 |
| Hex | 87 | 11 | 97 | B | 59 | 0 | 29 | 125 | 50 | 21 |
| Octal | 207 | 21 | 227 | 13 | 131 | 0 | 51 | 445 | 120 | 41 |
| Binary | 10000111 | 10001 | 10010111 | 1011 | 1011001 | 0 | 101001 | 100100101 | 1010000 | 100001 |
Color Harmonies of #871197
Complementary color
Monochromatic Colors of #871197
Black with #871197
Text Example
Text Example
White with #871197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871197; }
p { color: rgb(135,17,151); }
H1.HeaderClassName
{
color: #871197;
}
.AnyTagClassName
{
color: #871197;
}
</style>
background-color css
<style>
a { background-color: #871197; }
a { background-color: rgb(135,17,151); }
div.DivClassName
{
background-color: #871197;
}
.BgClassName
{
background-color: #871197;
}
</style>
border-color css
<style>
span { border-color: #871197; }
span { border-color: rgb(135,17,151); }
td.TdClassName
{
border-color: #871197;
}
.TagClassName
{
border-color: #871197;
}
</style>