Shades of Dark Magenta #8210AB
Tints of Dark Magenta #8210AB
RGB
CMYK
RGB Variations
Color information
#8210AB (or 0x8210AB) is known color: Dark Magenta. HEX triplet: 82, 10 and AB. RGB value is (130,16,171). Sum of RGB (Red+Green+Blue) = 130+16+171=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #8210AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8210AB is #7DEF54. Grayscale: #434343. Windows color (decimal): -8253269 or 11210882. OLE color: 11210882.
HSL color Cylindrical-coordinate representation of color #8210AB: hue angle of 284.13º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8210AB is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 16 | 171 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.33 |
| HSL | 284.13º | 0.83% | 0.37% | - |
| HSV(B) | 284.13º | 0.91% | 0.67% | - |
| XYZ | 16.74 | 8.06 | 39.2 | - |
| YUV | 67.76 | 186.27 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 171 | 0.24 | 0.91 | 0 | 0.33 | 284.13 | 0.83 | 0.37 |
| Hex | 82 | 10 | AB | 18 | 5B | 0 | 21 | 11C | 53 | 25 |
| Octal | 202 | 20 | 253 | 30 | 133 | 0 | 41 | 434 | 123 | 45 |
| Binary | 10000010 | 10000 | 10101011 | 11000 | 1011011 | 0 | 100001 | 100011100 | 1010011 | 100101 |
Color Harmonies of #8210AB
Complementary color
Monochromatic Colors of #8210AB
Black with #8210AB
Text Example
Text Example
White with #8210AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8210AB; }
p { color: rgb(130,16,171); }
H1.HeaderClassName
{
color: #8210AB;
}
.AnyTagClassName
{
color: #8210AB;
}
</style>
background-color css
<style>
a { background-color: #8210AB; }
a { background-color: rgb(130,16,171); }
div.DivClassName
{
background-color: #8210AB;
}
.BgClassName
{
background-color: #8210AB;
}
</style>
border-color css
<style>
span { border-color: #8210AB; }
span { border-color: rgb(130,16,171); }
td.TdClassName
{
border-color: #8210AB;
}
.TagClassName
{
border-color: #8210AB;
}
</style>