Shades of Dark Magenta #860AA6
Tints of Dark Magenta #860AA6
RGB
CMYK
RGB Variations
Color information
#860AA6 (or 0x860AA6) is known color: Dark Magenta. HEX triplet: 86, 0A and A6. RGB value is (134,10,166). Sum of RGB (Red+Green+Blue) = 134+10+166=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 166 (65.23% from 255 or 53.55% from 310); Max value from RGB is 166 - color contains mainly: blue. Hex color #860AA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860AA6 is #79F559. Grayscale: #404040. Windows color (decimal): -7992666 or 10881670. OLE color: 10881670.
HSL color Cylindrical-coordinate representation of color #860AA6: hue angle of 287.69º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860AA6 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 10 | 166 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.35 |
| HSL | 287.69º | 0.89% | 0.35% | - |
| HSV(B) | 287.69º | 0.94% | 0.65% | - |
| XYZ | 16.82 | 8.04 | 36.74 | - |
| YUV | 64.86 | 185.08 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 166 | 0.19 | 0.94 | 0 | 0.35 | 287.69 | 0.89 | 0.35 |
| Hex | 86 | A | A6 | 13 | 5E | 0 | 23 | 120 | 59 | 23 |
| Octal | 206 | 12 | 246 | 23 | 136 | 0 | 43 | 440 | 131 | 43 |
| Binary | 10000110 | 1010 | 10100110 | 10011 | 1011110 | 0 | 100011 | 100100000 | 1011001 | 100011 |
Color Harmonies of #860AA6
Complementary color
Monochromatic Colors of #860AA6
Black with #860AA6
Text Example
Text Example
White with #860AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860AA6; }
p { color: rgb(134,10,166); }
H1.HeaderClassName
{
color: #860AA6;
}
.AnyTagClassName
{
color: #860AA6;
}
</style>
background-color css
<style>
a { background-color: #860AA6; }
a { background-color: rgb(134,10,166); }
div.DivClassName
{
background-color: #860AA6;
}
.BgClassName
{
background-color: #860AA6;
}
</style>
border-color css
<style>
span { border-color: #860AA6; }
span { border-color: rgb(134,10,166); }
td.TdClassName
{
border-color: #860AA6;
}
.TagClassName
{
border-color: #860AA6;
}
</style>