Shades of Dark Magenta #860E91
Tints of Dark Magenta #860E91
RGB
CMYK
RGB Variations
Color information
#860E91 (or 0x860E91) is known color: Dark Magenta. HEX triplet: 86, 0E and 91. RGB value is (134,14,145). Sum of RGB (Red+Green+Blue) = 134+14+145=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #860E91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860E91 is #79F16E. Grayscale: #404040. Windows color (decimal): -7991663 or 9506438. OLE color: 9506438.
HSL color Cylindrical-coordinate representation of color #860E91: hue angle of 294.96º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860E91 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 14 | 145 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.43 |
| HSL | 294.96º | 0.82% | 0.31% | - |
| HSV(B) | 294.96º | 0.9% | 0.57% | - |
| XYZ | 15.1 | 7.43 | 27.43 | - |
| YUV | 64.81 | 173.26 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 145 | 0.08 | 0.90 | 0 | 0.43 | 294.96 | 0.82 | 0.31 |
| Hex | 86 | E | 91 | 8 | 5A | 0 | 2B | 127 | 52 | 1F |
| Octal | 206 | 16 | 221 | 10 | 132 | 0 | 53 | 447 | 122 | 37 |
| Binary | 10000110 | 1110 | 10010001 | 1000 | 1011010 | 0 | 101011 | 100100111 | 1010010 | 11111 |
Color Harmonies of #860E91
Complementary color
Monochromatic Colors of #860E91
Black with #860E91
Text Example
Text Example
White with #860E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860E91; }
p { color: rgb(134,14,145); }
H1.HeaderClassName
{
color: #860E91;
}
.AnyTagClassName
{
color: #860E91;
}
</style>
background-color css
<style>
a { background-color: #860E91; }
a { background-color: rgb(134,14,145); }
div.DivClassName
{
background-color: #860E91;
}
.BgClassName
{
background-color: #860E91;
}
</style>
border-color css
<style>
span { border-color: #860E91; }
span { border-color: rgb(134,14,145); }
td.TdClassName
{
border-color: #860E91;
}
.TagClassName
{
border-color: #860E91;
}
</style>