Shades of Dark Magenta #8316A2
Tints of Dark Magenta #8316A2
RGB
CMYK
RGB Variations
Color information
#8316A2 (or 0x8316A2) is known color: Dark Magenta. HEX triplet: 83, 16 and A2. RGB value is (131,22,162). Sum of RGB (Red+Green+Blue) = 131+22+162=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 162 (63.67% from 255 or 51.43% from 315); Max value from RGB is 162 - color contains mainly: blue. Hex color #8316A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8316A2 is #7CE95D. Grayscale: #464646. Windows color (decimal): -8186206 or 10622595. OLE color: 10622595.
HSL color Cylindrical-coordinate representation of color #8316A2: hue angle of 286.71º 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 #8316A2 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 22 | 162 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.36 |
| HSL | 286.71º | 0.76% | 0.36% | - |
| HSV(B) | 286.71º | 0.86% | 0.64% | - |
| XYZ | 16.17 | 8.01 | 34.88 | - |
| YUV | 70.55 | 179.61 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 22 | 162 | 0.19 | 0.86 | 0 | 0.36 | 286.71 | 0.76 | 0.36 |
| Hex | 83 | 16 | A2 | 13 | 56 | 0 | 24 | 11F | 4C | 24 |
| Octal | 203 | 26 | 242 | 23 | 126 | 0 | 44 | 437 | 114 | 44 |
| Binary | 10000011 | 10110 | 10100010 | 10011 | 1010110 | 0 | 100100 | 100011111 | 1001100 | 100100 |
Color Harmonies of #8316A2
Complementary color
Monochromatic Colors of #8316A2
Black with #8316A2
Text Example
Text Example
White with #8316A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8316A2; }
p { color: rgb(131,22,162); }
H1.HeaderClassName
{
color: #8316A2;
}
.AnyTagClassName
{
color: #8316A2;
}
</style>
background-color css
<style>
a { background-color: #8316A2; }
a { background-color: rgb(131,22,162); }
div.DivClassName
{
background-color: #8316A2;
}
.BgClassName
{
background-color: #8316A2;
}
</style>
border-color css
<style>
span { border-color: #8316A2; }
span { border-color: rgb(131,22,162); }
td.TdClassName
{
border-color: #8316A2;
}
.TagClassName
{
border-color: #8316A2;
}
</style>