Shades of Dark Magenta #860EAA
Tints of Dark Magenta #860EAA
RGB
CMYK
RGB Variations
Color information
#860EAA (or 0x860EAA) is known color: Dark Magenta. HEX triplet: 86, 0E and AA. RGB value is (134,14,170). Sum of RGB (Red+Green+Blue) = 134+14+170=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #860EAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860EAA is #79F155. Grayscale: #434343. Windows color (decimal): -7991638 or 11144838. OLE color: 11144838.
HSL color Cylindrical-coordinate representation of color #860EAA: hue angle of 286.15º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #860EAA is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 14 | 170 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.33 |
| HSL | 286.15º | 0.85% | 0.36% | - |
| HSV(B) | 286.15º | 0.92% | 0.67% | - |
| XYZ | 17.24 | 8.28 | 38.72 | - |
| YUV | 67.66 | 185.76 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 170 | 0.21 | 0.92 | 0 | 0.33 | 286.15 | 0.85 | 0.36 |
| Hex | 86 | E | AA | 15 | 5C | 0 | 21 | 11E | 55 | 24 |
| Octal | 206 | 16 | 252 | 25 | 134 | 0 | 41 | 436 | 125 | 44 |
| Binary | 10000110 | 1110 | 10101010 | 10101 | 1011100 | 0 | 100001 | 100011110 | 1010101 | 100100 |
Color Harmonies of #860EAA
Complementary color
Monochromatic Colors of #860EAA
Black with #860EAA
Text Example
Text Example
White with #860EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860EAA; }
p { color: rgb(134,14,170); }
H1.HeaderClassName
{
color: #860EAA;
}
.AnyTagClassName
{
color: #860EAA;
}
</style>
background-color css
<style>
a { background-color: #860EAA; }
a { background-color: rgb(134,14,170); }
div.DivClassName
{
background-color: #860EAA;
}
.BgClassName
{
background-color: #860EAA;
}
</style>
border-color css
<style>
span { border-color: #860EAA; }
span { border-color: rgb(134,14,170); }
td.TdClassName
{
border-color: #860EAA;
}
.TagClassName
{
border-color: #860EAA;
}
</style>