Shades of Dark Magenta #861291
Tints of Dark Magenta #861291
RGB
CMYK
RGB Variations
Color information
#861291 (or 0x861291) is known color: Dark Magenta. HEX triplet: 86, 12 and 91. RGB value is (134,18,145). Sum of RGB (Red+Green+Blue) = 134+18+145=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #861291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861291 is #79ED6E. Grayscale: #424242. Windows color (decimal): -7990639 or 9507462. OLE color: 9507462.
HSL color Cylindrical-coordinate representation of color #861291: hue angle of 294.8º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861291 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 18 | 145 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.43 |
| HSL | 294.8º | 0.78% | 0.32% | - |
| HSV(B) | 294.8º | 0.88% | 0.57% | - |
| XYZ | 15.16 | 7.55 | 27.45 | - |
| YUV | 67.16 | 171.93 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 18 | 145 | 0.08 | 0.88 | 0 | 0.43 | 294.8 | 0.78 | 0.32 |
| Hex | 86 | 12 | 91 | 8 | 58 | 0 | 2B | 127 | 4E | 20 |
| Octal | 206 | 22 | 221 | 10 | 130 | 0 | 53 | 447 | 116 | 40 |
| Binary | 10000110 | 10010 | 10010001 | 1000 | 1011000 | 0 | 101011 | 100100111 | 1001110 | 100000 |
Color Harmonies of #861291
Complementary color
Monochromatic Colors of #861291
Black with #861291
Text Example
Text Example
White with #861291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861291; }
p { color: rgb(134,18,145); }
H1.HeaderClassName
{
color: #861291;
}
.AnyTagClassName
{
color: #861291;
}
</style>
background-color css
<style>
a { background-color: #861291; }
a { background-color: rgb(134,18,145); }
div.DivClassName
{
background-color: #861291;
}
.BgClassName
{
background-color: #861291;
}
</style>
border-color css
<style>
span { border-color: #861291; }
span { border-color: rgb(134,18,145); }
td.TdClassName
{
border-color: #861291;
}
.TagClassName
{
border-color: #861291;
}
</style>