Shades of Dark Magenta #8600AA
Tints of Dark Magenta #8600AA
RGB
CMYK
RGB Variations
Color information
#8600AA (or 0x8600AA) is known color: Dark Magenta. HEX triplet: 86, 00 and AA. RGB value is (134,0,170). Sum of RGB (Red+Green+Blue) = 134+0+170=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #8600AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8600AA is #79FF55. Grayscale: #3A3A3A. Windows color (decimal): -7995222 or 11141254. OLE color: 11141254.
HSL color Cylindrical-coordinate representation of color #8600AA: hue angle of 287.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8600AA is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 0 | 170 | - |
| CMYK | 0.21 | 1 | 0 | 0.33 |
| HSL | 287.29º | 1% | 0.33% | - |
| HSV(B) | 287.29º | 1% | 0.67% | - |
| XYZ | 17.09 | 7.97 | 38.67 | - |
| YUV | 59.45 | 190.39 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 170 | 0.21 | 1 | 0 | 0.33 | 287.29 | 1 | 0.33 |
| Hex | 86 | 0 | AA | 15 | 64 | 0 | 21 | 11F | 64 | 21 |
| Octal | 206 | 0 | 252 | 25 | 144 | 0 | 41 | 437 | 144 | 41 |
| Binary | 10000110 | 0 | 10101010 | 10101 | 1100100 | 0 | 100001 | 100011111 | 1100100 | 100001 |
Color Harmonies of #8600AA
Complementary color
Monochromatic Colors of #8600AA
Black with #8600AA
Text Example
Text Example
White with #8600AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8600AA; }
p { color: rgb(134,0,170); }
H1.HeaderClassName
{
color: #8600AA;
}
.AnyTagClassName
{
color: #8600AA;
}
</style>
background-color css
<style>
a { background-color: #8600AA; }
a { background-color: rgb(134,0,170); }
div.DivClassName
{
background-color: #8600AA;
}
.BgClassName
{
background-color: #8600AA;
}
</style>
border-color css
<style>
span { border-color: #8600AA; }
span { border-color: rgb(134,0,170); }
td.TdClassName
{
border-color: #8600AA;
}
.TagClassName
{
border-color: #8600AA;
}
</style>