Shades of Dark Magenta #8605A0
Tints of Dark Magenta #8605A0
RGB
CMYK
RGB Variations
Color information
#8605A0 (or 0x8605A0) is known color: Dark Magenta. HEX triplet: 86, 05 and A0. RGB value is (134,5,160). Sum of RGB (Red+Green+Blue) = 134+5+160=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 160 (62.89% from 255 or 53.51% from 299); Max value from RGB is 160 - color contains mainly: blue. Hex color #8605A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8605A0 is #79FA5F. Grayscale: #3C3C3C. Windows color (decimal): -7993952 or 10487174. OLE color: 10487174.
HSL color Cylindrical-coordinate representation of color #8605A0: hue angle of 289.94º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8605A0 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 5 | 160 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.37 |
| HSL | 289.94º | 0.94% | 0.32% | - |
| HSV(B) | 289.94º | 0.97% | 0.63% | - |
| XYZ | 16.23 | 7.71 | 33.89 | - |
| YUV | 61.24 | 183.74 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 5 | 160 | 0.16 | 0.97 | 0 | 0.37 | 289.94 | 0.94 | 0.32 |
| Hex | 86 | 5 | A0 | 10 | 61 | 0 | 25 | 122 | 5E | 20 |
| Octal | 206 | 5 | 240 | 20 | 141 | 0 | 45 | 442 | 136 | 40 |
| Binary | 10000110 | 101 | 10100000 | 10000 | 1100001 | 0 | 100101 | 100100010 | 1011110 | 100000 |
Color Harmonies of #8605A0
Complementary color
Monochromatic Colors of #8605A0
Black with #8605A0
Text Example
Text Example
White with #8605A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8605A0; }
p { color: rgb(134,5,160); }
H1.HeaderClassName
{
color: #8605A0;
}
.AnyTagClassName
{
color: #8605A0;
}
</style>
background-color css
<style>
a { background-color: #8605A0; }
a { background-color: rgb(134,5,160); }
div.DivClassName
{
background-color: #8605A0;
}
.BgClassName
{
background-color: #8605A0;
}
</style>
border-color css
<style>
span { border-color: #8605A0; }
span { border-color: rgb(134,5,160); }
td.TdClassName
{
border-color: #8605A0;
}
.TagClassName
{
border-color: #8605A0;
}
</style>