Shades of Dark Magenta #8416A2
Tints of Dark Magenta #8416A2
RGB
CMYK
RGB Variations
Color information
#8416A2 (or 0x8416A2) is known color: Dark Magenta. HEX triplet: 84, 16 and A2. RGB value is (132,22,162). Sum of RGB (Red+Green+Blue) = 132+22+162=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 162 (63.67% from 255 or 51.27% from 316); Max value from RGB is 162 - color contains mainly: blue. Hex color #8416A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8416A2 is #7BE95D. Grayscale: #464646. Windows color (decimal): -8120670 or 10622596. OLE color: 10622596.
HSL color Cylindrical-coordinate representation of color #8416A2: hue angle of 287.14º 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 #8416A2 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 22 | 162 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.36 |
| HSL | 287.14º | 0.76% | 0.36% | - |
| HSV(B) | 287.14º | 0.86% | 0.64% | - |
| XYZ | 16.32 | 8.09 | 34.88 | - |
| YUV | 70.85 | 179.44 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 162 | 0.19 | 0.86 | 0 | 0.36 | 287.14 | 0.76 | 0.36 |
| Hex | 84 | 16 | A2 | 13 | 56 | 0 | 24 | 11F | 4C | 24 |
| Octal | 204 | 26 | 242 | 23 | 126 | 0 | 44 | 437 | 114 | 44 |
| Binary | 10000100 | 10110 | 10100010 | 10011 | 1010110 | 0 | 100100 | 100011111 | 1001100 | 100100 |
Color Harmonies of #8416A2
Complementary color
Monochromatic Colors of #8416A2
Black with #8416A2
Text Example
Text Example
White with #8416A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8416A2; }
p { color: rgb(132,22,162); }
H1.HeaderClassName
{
color: #8416A2;
}
.AnyTagClassName
{
color: #8416A2;
}
</style>
background-color css
<style>
a { background-color: #8416A2; }
a { background-color: rgb(132,22,162); }
div.DivClassName
{
background-color: #8416A2;
}
.BgClassName
{
background-color: #8416A2;
}
</style>
border-color css
<style>
span { border-color: #8416A2; }
span { border-color: rgb(132,22,162); }
td.TdClassName
{
border-color: #8416A2;
}
.TagClassName
{
border-color: #8416A2;
}
</style>