Shades of Dark Magenta #861996
Tints of Dark Magenta #861996
RGB
CMYK
RGB Variations
Color information
#861996 (or 0x861996) is known color: Dark Magenta. HEX triplet: 86, 19 and 96. RGB value is (134,25,150). Sum of RGB (Red+Green+Blue) = 134+25+150=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #861996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861996 is #79E669. Grayscale: #474747. Windows color (decimal): -7988842 or 9836934. OLE color: 9836934.
HSL color Cylindrical-coordinate representation of color #861996: hue angle of 292.32º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #861996 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 134 | 25 | 150 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.41 |
| HSL | 292.32º | 0.71% | 0.34% | - |
| HSV(B) | 292.32º | 0.83% | 0.59% | - |
| XYZ | 15.68 | 7.97 | 29.57 | - |
| YUV | 71.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 150 | 0.11 | 0.83 | 0 | 0.41 | 292.32 | 0.71 | 0.34 |
| Hex | 86 | 19 | 96 | B | 53 | 0 | 29 | 124 | 47 | 22 |
| Octal | 206 | 31 | 226 | 13 | 123 | 0 | 51 | 444 | 107 | 42 |
| Binary | 10000110 | 11001 | 10010110 | 1011 | 1010011 | 0 | 101001 | 100100100 | 1000111 | 100010 |
Color Harmonies of #861996
Complementary color
Monochromatic Colors of #861996
Black with #861996
Text Example
Text Example
White with #861996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861996; }
p { color: rgb(134,25,150); }
H1.HeaderClassName
{
color: #861996;
}
.AnyTagClassName
{
color: #861996;
}
</style>
background-color css
<style>
a { background-color: #861996; }
a { background-color: rgb(134,25,150); }
div.DivClassName
{
background-color: #861996;
}
.BgClassName
{
background-color: #861996;
}
</style>
border-color css
<style>
span { border-color: #861996; }
span { border-color: rgb(134,25,150); }
td.TdClassName
{
border-color: #861996;
}
.TagClassName
{
border-color: #861996;
}
</style>