Shades of Dark Magenta #8516A0
Tints of Dark Magenta #8516A0
RGB
CMYK
RGB Variations
Color information
#8516A0 (or 0x8516A0) is known color: Dark Magenta. HEX triplet: 85, 16 and A0. RGB value is (133,22,160). Sum of RGB (Red+Green+Blue) = 133+22+160=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 160 (62.89% from 255 or 50.79% from 315); Max value from RGB is 160 - color contains mainly: blue. Hex color #8516A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8516A0 is #7AE95F. Grayscale: #464646. Windows color (decimal): -8055136 or 10491525. OLE color: 10491525.
HSL color Cylindrical-coordinate representation of color #8516A0: hue angle of 288.26º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8516A0 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 22 | 160 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.37 |
| HSL | 288.26º | 0.76% | 0.36% | - |
| HSV(B) | 288.26º | 0.86% | 0.63% | - |
| XYZ | 16.3 | 8.1 | 33.96 | - |
| YUV | 70.92 | 178.27 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 160 | 0.17 | 0.86 | 0 | 0.37 | 288.26 | 0.76 | 0.36 |
| Hex | 85 | 16 | A0 | 11 | 56 | 0 | 25 | 120 | 4C | 24 |
| Octal | 205 | 26 | 240 | 21 | 126 | 0 | 45 | 440 | 114 | 44 |
| Binary | 10000101 | 10110 | 10100000 | 10001 | 1010110 | 0 | 100101 | 100100000 | 1001100 | 100100 |
Color Harmonies of #8516A0
Complementary color
Monochromatic Colors of #8516A0
Black with #8516A0
Text Example
Text Example
White with #8516A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8516A0; }
p { color: rgb(133,22,160); }
H1.HeaderClassName
{
color: #8516A0;
}
.AnyTagClassName
{
color: #8516A0;
}
</style>
background-color css
<style>
a { background-color: #8516A0; }
a { background-color: rgb(133,22,160); }
div.DivClassName
{
background-color: #8516A0;
}
.BgClassName
{
background-color: #8516A0;
}
</style>
border-color css
<style>
span { border-color: #8516A0; }
span { border-color: rgb(133,22,160); }
td.TdClassName
{
border-color: #8516A0;
}
.TagClassName
{
border-color: #8516A0;
}
</style>