Shades of Dark Magenta #860DAA
Tints of Dark Magenta #860DAA
RGB
CMYK
RGB Variations
Color information
#860DAA (or 0x860DAA) is known color: Dark Magenta. HEX triplet: 86, 0D and AA. RGB value is (134,13,170). Sum of RGB (Red+Green+Blue) = 134+13+170=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #860DAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860DAA is #79F255. Grayscale: #424242. Windows color (decimal): -7991894 or 11144582. OLE color: 11144582.
HSL color Cylindrical-coordinate representation of color #860DAA: hue angle of 286.24º degrees, saturation: 0.86, 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 #860DAA is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 13 | 170 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.33 |
| HSL | 286.24º | 0.86% | 0.36% | - |
| HSV(B) | 286.24º | 0.92% | 0.67% | - |
| XYZ | 17.23 | 8.26 | 38.72 | - |
| YUV | 67.08 | 186.09 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 170 | 0.21 | 0.92 | 0 | 0.33 | 286.24 | 0.86 | 0.36 |
| Hex | 86 | D | AA | 15 | 5C | 0 | 21 | 11E | 56 | 24 |
| Octal | 206 | 15 | 252 | 25 | 134 | 0 | 41 | 436 | 126 | 44 |
| Binary | 10000110 | 1101 | 10101010 | 10101 | 1011100 | 0 | 100001 | 100011110 | 1010110 | 100100 |
Color Harmonies of #860DAA
Complementary color
Monochromatic Colors of #860DAA
Black with #860DAA
Text Example
Text Example
White with #860DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860DAA; }
p { color: rgb(134,13,170); }
H1.HeaderClassName
{
color: #860DAA;
}
.AnyTagClassName
{
color: #860DAA;
}
</style>
background-color css
<style>
a { background-color: #860DAA; }
a { background-color: rgb(134,13,170); }
div.DivClassName
{
background-color: #860DAA;
}
.BgClassName
{
background-color: #860DAA;
}
</style>
border-color css
<style>
span { border-color: #860DAA; }
span { border-color: rgb(134,13,170); }
td.TdClassName
{
border-color: #860DAA;
}
.TagClassName
{
border-color: #860DAA;
}
</style>