Shades of Dark Magenta #861091
Tints of Dark Magenta #861091
RGB
CMYK
RGB Variations
Color information
#861091 (or 0x861091) is known color: Dark Magenta. HEX triplet: 86, 10 and 91. RGB value is (134,16,145). Sum of RGB (Red+Green+Blue) = 134+16+145=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #861091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861091 is #79EF6E. Grayscale: #414141. Windows color (decimal): -7991151 or 9506950. OLE color: 9506950.
HSL color Cylindrical-coordinate representation of color #861091: hue angle of 294.88º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #861091 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 16 | 145 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.43 |
| HSL | 294.88º | 0.8% | 0.32% | - |
| HSV(B) | 294.88º | 0.89% | 0.57% | - |
| XYZ | 15.13 | 7.48 | 27.44 | - |
| YUV | 65.99 | 172.59 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 16 | 145 | 0.08 | 0.89 | 0 | 0.43 | 294.88 | 0.8 | 0.32 |
| Hex | 86 | 10 | 91 | 8 | 59 | 0 | 2B | 127 | 50 | 20 |
| Octal | 206 | 20 | 221 | 10 | 131 | 0 | 53 | 447 | 120 | 40 |
| Binary | 10000110 | 10000 | 10010001 | 1000 | 1011001 | 0 | 101011 | 100100111 | 1010000 | 100000 |
Color Harmonies of #861091
Complementary color
Monochromatic Colors of #861091
Black with #861091
Text Example
Text Example
White with #861091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861091; }
p { color: rgb(134,16,145); }
H1.HeaderClassName
{
color: #861091;
}
.AnyTagClassName
{
color: #861091;
}
</style>
background-color css
<style>
a { background-color: #861091; }
a { background-color: rgb(134,16,145); }
div.DivClassName
{
background-color: #861091;
}
.BgClassName
{
background-color: #861091;
}
</style>
border-color css
<style>
span { border-color: #861091; }
span { border-color: rgb(134,16,145); }
td.TdClassName
{
border-color: #861091;
}
.TagClassName
{
border-color: #861091;
}
</style>