Shades of Dark Magenta #861196
Tints of Dark Magenta #861196
RGB
CMYK
RGB Variations
Color information
#861196 (or 0x861196) is known color: Dark Magenta. HEX triplet: 86, 11 and 96. RGB value is (134,17,150). Sum of RGB (Red+Green+Blue) = 134+17+150=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #861196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861196 is #79EE69. Grayscale: #424242. Windows color (decimal): -7990890 or 9834886. OLE color: 9834886.
HSL color Cylindrical-coordinate representation of color #861196: hue angle of 292.78º 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 #861196 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 134 | 17 | 150 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.41 |
| HSL | 292.78º | 0.8% | 0.33% | - |
| HSV(B) | 292.78º | 0.89% | 0.59% | - |
| XYZ | 15.54 | 7.67 | 29.52 | - |
| YUV | 67.15 | 174.76 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 17 | 150 | 0.11 | 0.89 | 0 | 0.41 | 292.78 | 0.8 | 0.33 |
| Hex | 86 | 11 | 96 | B | 59 | 0 | 29 | 125 | 50 | 21 |
| Octal | 206 | 21 | 226 | 13 | 131 | 0 | 51 | 445 | 120 | 41 |
| Binary | 10000110 | 10001 | 10010110 | 1011 | 1011001 | 0 | 101001 | 100100101 | 1010000 | 100001 |
Color Harmonies of #861196
Complementary color
Monochromatic Colors of #861196
Black with #861196
Text Example
Text Example
White with #861196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861196; }
p { color: rgb(134,17,150); }
H1.HeaderClassName
{
color: #861196;
}
.AnyTagClassName
{
color: #861196;
}
</style>
background-color css
<style>
a { background-color: #861196; }
a { background-color: rgb(134,17,150); }
div.DivClassName
{
background-color: #861196;
}
.BgClassName
{
background-color: #861196;
}
</style>
border-color css
<style>
span { border-color: #861196; }
span { border-color: rgb(134,17,150); }
td.TdClassName
{
border-color: #861196;
}
.TagClassName
{
border-color: #861196;
}
</style>