Shades of Dark Magenta #861197
Tints of Dark Magenta #861197
RGB
CMYK
RGB Variations
Color information
#861197 (or 0x861197) is known color: Dark Magenta. HEX triplet: 86, 11 and 97. RGB value is (134,17,151). Sum of RGB (Red+Green+Blue) = 134+17+151=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #861197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861197 is #79EE68. Grayscale: #424242. Windows color (decimal): -7990889 or 9900422. OLE color: 9900422.
HSL color Cylindrical-coordinate representation of color #861197: hue angle of 292.39º 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 #861197 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 134 | 17 | 151 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.41 |
| HSL | 292.39º | 0.8% | 0.33% | - |
| HSV(B) | 292.39º | 0.89% | 0.59% | - |
| XYZ | 15.62 | 7.7 | 29.94 | - |
| YUV | 67.26 | 175.26 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 17 | 151 | 0.11 | 0.89 | 0 | 0.41 | 292.39 | 0.8 | 0.33 |
| Hex | 86 | 11 | 97 | B | 59 | 0 | 29 | 124 | 50 | 21 |
| Octal | 206 | 21 | 227 | 13 | 131 | 0 | 51 | 444 | 120 | 41 |
| Binary | 10000110 | 10001 | 10010111 | 1011 | 1011001 | 0 | 101001 | 100100100 | 1010000 | 100001 |
Color Harmonies of #861197
Complementary color
Monochromatic Colors of #861197
Black with #861197
Text Example
Text Example
White with #861197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861197; }
p { color: rgb(134,17,151); }
H1.HeaderClassName
{
color: #861197;
}
.AnyTagClassName
{
color: #861197;
}
</style>
background-color css
<style>
a { background-color: #861197; }
a { background-color: rgb(134,17,151); }
div.DivClassName
{
background-color: #861197;
}
.BgClassName
{
background-color: #861197;
}
</style>
border-color css
<style>
span { border-color: #861197; }
span { border-color: rgb(134,17,151); }
td.TdClassName
{
border-color: #861197;
}
.TagClassName
{
border-color: #861197;
}
</style>