Shades of Dark Magenta #8212AB
Tints of Dark Magenta #8212AB
RGB
CMYK
RGB Variations
Color information
#8212AB (or 0x8212AB) is known color: Dark Magenta. HEX triplet: 82, 12 and AB. RGB value is (130,18,171). Sum of RGB (Red+Green+Blue) = 130+18+171=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #8212AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8212AB is #7DED54. Grayscale: #444444. Windows color (decimal): -8252757 or 11211394. OLE color: 11211394.
HSL color Cylindrical-coordinate representation of color #8212AB: hue angle of 283.92º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8212AB is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 18 | 171 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.33 |
| HSL | 283.92º | 0.81% | 0.37% | - |
| HSV(B) | 283.92º | 0.89% | 0.67% | - |
| XYZ | 16.77 | 8.12 | 39.21 | - |
| YUV | 68.93 | 185.61 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 171 | 0.24 | 0.89 | 0 | 0.33 | 283.92 | 0.81 | 0.37 |
| Hex | 82 | 12 | AB | 18 | 59 | 0 | 21 | 11C | 51 | 25 |
| Octal | 202 | 22 | 253 | 30 | 131 | 0 | 41 | 434 | 121 | 45 |
| Binary | 10000010 | 10010 | 10101011 | 11000 | 1011001 | 0 | 100001 | 100011100 | 1010001 | 100101 |
Color Harmonies of #8212AB
Complementary color
Monochromatic Colors of #8212AB
Black with #8212AB
Text Example
Text Example
White with #8212AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8212AB; }
p { color: rgb(130,18,171); }
H1.HeaderClassName
{
color: #8212AB;
}
.AnyTagClassName
{
color: #8212AB;
}
</style>
background-color css
<style>
a { background-color: #8212AB; }
a { background-color: rgb(130,18,171); }
div.DivClassName
{
background-color: #8212AB;
}
.BgClassName
{
background-color: #8212AB;
}
</style>
border-color css
<style>
span { border-color: #8212AB; }
span { border-color: rgb(130,18,171); }
td.TdClassName
{
border-color: #8212AB;
}
.TagClassName
{
border-color: #8212AB;
}
</style>