Shades of Dark Magenta #870197
Tints of Dark Magenta #870197
RGB
CMYK
RGB Variations
Color information
#870197 (or 0x870197) is known color: Dark Magenta. HEX triplet: 87, 01 and 97. RGB value is (135,1,151). Sum of RGB (Red+Green+Blue) = 135+1+151=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #870197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870197 is #78FE68. Grayscale: #393939. Windows color (decimal): -7929449 or 9896327. OLE color: 9896327.
HSL color Cylindrical-coordinate representation of color #870197: hue angle of 293.6º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870197 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 1 | 151 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.41 |
| HSL | 293.6º | 0.99% | 0.3% | - |
| HSV(B) | 293.6º | 0.99% | 0.59% | - |
| XYZ | 15.59 | 7.41 | 29.89 | - |
| YUV | 58.17 | 180.39 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 151 | 0.11 | 0.99 | 0 | 0.41 | 293.6 | 0.99 | 0.3 |
| Hex | 87 | 1 | 97 | B | 63 | 0 | 29 | 126 | 63 | 1E |
| Octal | 207 | 1 | 227 | 13 | 143 | 0 | 51 | 446 | 143 | 36 |
| Binary | 10000111 | 1 | 10010111 | 1011 | 1100011 | 0 | 101001 | 100100110 | 1100011 | 11110 |
Color Harmonies of #870197
Complementary color
Monochromatic Colors of #870197
Black with #870197
Text Example
Text Example
White with #870197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870197; }
p { color: rgb(135,1,151); }
H1.HeaderClassName
{
color: #870197;
}
.AnyTagClassName
{
color: #870197;
}
</style>
background-color css
<style>
a { background-color: #870197; }
a { background-color: rgb(135,1,151); }
div.DivClassName
{
background-color: #870197;
}
.BgClassName
{
background-color: #870197;
}
</style>
border-color css
<style>
span { border-color: #870197; }
span { border-color: rgb(135,1,151); }
td.TdClassName
{
border-color: #870197;
}
.TagClassName
{
border-color: #870197;
}
</style>