Shades of Dark Magenta #8516A2
Tints of Dark Magenta #8516A2
RGB
CMYK
RGB Variations
Color information
#8516A2 (or 0x8516A2) is known color: Dark Magenta. HEX triplet: 85, 16 and A2. RGB value is (133,22,162). Sum of RGB (Red+Green+Blue) = 133+22+162=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 162 (63.67% from 255 or 51.10% from 317); Max value from RGB is 162 - color contains mainly: blue. Hex color #8516A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8516A2 is #7AE95D. Grayscale: #464646. Windows color (decimal): -8055134 or 10622597. OLE color: 10622597.
HSL color Cylindrical-coordinate representation of color #8516A2: hue angle of 287.57º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8516A2 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 22 | 162 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.36 |
| HSL | 287.57º | 0.76% | 0.36% | - |
| HSV(B) | 287.57º | 0.86% | 0.64% | - |
| XYZ | 16.48 | 8.17 | 34.89 | - |
| YUV | 71.15 | 179.27 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 162 | 0.18 | 0.86 | 0 | 0.36 | 287.57 | 0.76 | 0.36 |
| Hex | 85 | 16 | A2 | 12 | 56 | 0 | 24 | 120 | 4C | 24 |
| Octal | 205 | 26 | 242 | 22 | 126 | 0 | 44 | 440 | 114 | 44 |
| Binary | 10000101 | 10110 | 10100010 | 10010 | 1010110 | 0 | 100100 | 100100000 | 1001100 | 100100 |
Color Harmonies of #8516A2
Complementary color
Monochromatic Colors of #8516A2
Black with #8516A2
Text Example
Text Example
White with #8516A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8516A2; }
p { color: rgb(133,22,162); }
H1.HeaderClassName
{
color: #8516A2;
}
.AnyTagClassName
{
color: #8516A2;
}
</style>
background-color css
<style>
a { background-color: #8516A2; }
a { background-color: rgb(133,22,162); }
div.DivClassName
{
background-color: #8516A2;
}
.BgClassName
{
background-color: #8516A2;
}
</style>
border-color css
<style>
span { border-color: #8516A2; }
span { border-color: rgb(133,22,162); }
td.TdClassName
{
border-color: #8516A2;
}
.TagClassName
{
border-color: #8516A2;
}
</style>