Shades of Dark Magenta #8213A1
Tints of Dark Magenta #8213A1
RGB
CMYK
RGB Variations
Color information
#8213A1 (or 0x8213A1) is known color: Dark Magenta. HEX triplet: 82, 13 and A1. RGB value is (130,19,161). Sum of RGB (Red+Green+Blue) = 130+19+161=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 161 (63.28% from 255 or 51.94% from 310); Max value from RGB is 161 - color contains mainly: blue. Hex color #8213A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8213A1 is #7DEC5E. Grayscale: #434343. Windows color (decimal): -8252511 or 10556290. OLE color: 10556290.
HSL color Cylindrical-coordinate representation of color #8213A1: hue angle of 286.9º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8213A1 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 19 | 161 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.37 |
| HSL | 286.9º | 0.79% | 0.35% | - |
| HSV(B) | 286.9º | 0.88% | 0.63% | - |
| XYZ | 15.87 | 7.78 | 34.38 | - |
| YUV | 68.38 | 180.27 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 161 | 0.19 | 0.88 | 0 | 0.37 | 286.9 | 0.79 | 0.35 |
| Hex | 82 | 13 | A1 | 13 | 58 | 0 | 25 | 11F | 4F | 23 |
| Octal | 202 | 23 | 241 | 23 | 130 | 0 | 45 | 437 | 117 | 43 |
| Binary | 10000010 | 10011 | 10100001 | 10011 | 1011000 | 0 | 100101 | 100011111 | 1001111 | 100011 |
Color Harmonies of #8213A1
Complementary color
Monochromatic Colors of #8213A1
Black with #8213A1
Text Example
Text Example
White with #8213A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8213A1; }
p { color: rgb(130,19,161); }
H1.HeaderClassName
{
color: #8213A1;
}
.AnyTagClassName
{
color: #8213A1;
}
</style>
background-color css
<style>
a { background-color: #8213A1; }
a { background-color: rgb(130,19,161); }
div.DivClassName
{
background-color: #8213A1;
}
.BgClassName
{
background-color: #8213A1;
}
</style>
border-color css
<style>
span { border-color: #8213A1; }
span { border-color: rgb(130,19,161); }
td.TdClassName
{
border-color: #8213A1;
}
.TagClassName
{
border-color: #8213A1;
}
</style>