Shades of Dark Magenta #861696
Tints of Dark Magenta #861696
RGB
CMYK
RGB Variations
Color information
#861696 (or 0x861696) is known color: Dark Magenta. HEX triplet: 86, 16 and 96. RGB value is (134,22,150). Sum of RGB (Red+Green+Blue) = 134+22+150=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #861696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861696 is #79E969. Grayscale: #454545. Windows color (decimal): -7989610 or 9836166. OLE color: 9836166.
HSL color Cylindrical-coordinate representation of color #861696: hue angle of 292.5º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #861696 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 134 | 22 | 150 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.41 |
| HSL | 292.5º | 0.74% | 0.34% | - |
| HSV(B) | 292.5º | 0.85% | 0.59% | - |
| XYZ | 15.62 | 7.84 | 29.54 | - |
| YUV | 70.08 | 173.11 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 22 | 150 | 0.11 | 0.85 | 0 | 0.41 | 292.5 | 0.74 | 0.34 |
| Hex | 86 | 16 | 96 | B | 55 | 0 | 29 | 124 | 4A | 22 |
| Octal | 206 | 26 | 226 | 13 | 125 | 0 | 51 | 444 | 112 | 42 |
| Binary | 10000110 | 10110 | 10010110 | 1011 | 1010101 | 0 | 101001 | 100100100 | 1001010 | 100010 |
Color Harmonies of #861696
Complementary color
Monochromatic Colors of #861696
Black with #861696
Text Example
Text Example
White with #861696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861696; }
p { color: rgb(134,22,150); }
H1.HeaderClassName
{
color: #861696;
}
.AnyTagClassName
{
color: #861696;
}
</style>
background-color css
<style>
a { background-color: #861696; }
a { background-color: rgb(134,22,150); }
div.DivClassName
{
background-color: #861696;
}
.BgClassName
{
background-color: #861696;
}
</style>
border-color css
<style>
span { border-color: #861696; }
span { border-color: rgb(134,22,150); }
td.TdClassName
{
border-color: #861696;
}
.TagClassName
{
border-color: #861696;
}
</style>