Shades of Dark Magenta #861190
Tints of Dark Magenta #861190
RGB
CMYK
RGB Variations
Color information
#861190 (or 0x861190) is known color: Dark Magenta. HEX triplet: 86, 11 and 90. RGB value is (134,17,144). Sum of RGB (Red+Green+Blue) = 134+17+144=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #861190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861190 is #79EE6F. Grayscale: #424242. Windows color (decimal): -7990896 or 9441670. OLE color: 9441670.
HSL color Cylindrical-coordinate representation of color #861190: hue angle of 295.28º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861190 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 17 | 144 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.44 |
| HSL | 295.28º | 0.79% | 0.32% | - |
| HSV(B) | 295.28º | 0.88% | 0.56% | - |
| XYZ | 15.07 | 7.48 | 27.04 | - |
| YUV | 66.46 | 171.76 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 17 | 144 | 0.07 | 0.88 | 0 | 0.44 | 295.28 | 0.79 | 0.32 |
| Hex | 86 | 11 | 90 | 7 | 58 | 0 | 2C | 127 | 4F | 20 |
| Octal | 206 | 21 | 220 | 7 | 130 | 0 | 54 | 447 | 117 | 40 |
| Binary | 10000110 | 10001 | 10010000 | 111 | 1011000 | 0 | 101100 | 100100111 | 1001111 | 100000 |
Color Harmonies of #861190
Complementary color
Monochromatic Colors of #861190
Black with #861190
Text Example
Text Example
White with #861190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861190; }
p { color: rgb(134,17,144); }
H1.HeaderClassName
{
color: #861190;
}
.AnyTagClassName
{
color: #861190;
}
</style>
background-color css
<style>
a { background-color: #861190; }
a { background-color: rgb(134,17,144); }
div.DivClassName
{
background-color: #861190;
}
.BgClassName
{
background-color: #861190;
}
</style>
border-color css
<style>
span { border-color: #861190; }
span { border-color: rgb(134,17,144); }
td.TdClassName
{
border-color: #861190;
}
.TagClassName
{
border-color: #861190;
}
</style>