Shades of Dark Magenta #8210AC
Tints of Dark Magenta #8210AC
RGB
CMYK
RGB Variations
Color information
#8210AC (or 0x8210AC) is known color: Dark Magenta. HEX triplet: 82, 10 and AC. RGB value is (130,16,172). Sum of RGB (Red+Green+Blue) = 130+16+172=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #8210AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8210AC is #7DEF53. Grayscale: #434343. Windows color (decimal): -8253268 or 11276418. OLE color: 11276418.
HSL color Cylindrical-coordinate representation of color #8210AC: hue angle of 283.85º 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 #8210AC is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 16 | 172 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.33 |
| HSL | 283.85º | 0.83% | 0.37% | - |
| HSV(B) | 283.85º | 0.91% | 0.67% | - |
| XYZ | 16.84 | 8.09 | 39.7 | - |
| YUV | 67.87 | 186.77 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 172 | 0.24 | 0.91 | 0 | 0.33 | 283.85 | 0.83 | 0.37 |
| Hex | 82 | 10 | AC | 18 | 5B | 0 | 21 | 11C | 53 | 25 |
| Octal | 202 | 20 | 254 | 30 | 133 | 0 | 41 | 434 | 123 | 45 |
| Binary | 10000010 | 10000 | 10101100 | 11000 | 1011011 | 0 | 100001 | 100011100 | 1010011 | 100101 |
Color Harmonies of #8210AC
Complementary color
Monochromatic Colors of #8210AC
Black with #8210AC
Text Example
Text Example
White with #8210AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8210AC; }
p { color: rgb(130,16,172); }
H1.HeaderClassName
{
color: #8210AC;
}
.AnyTagClassName
{
color: #8210AC;
}
</style>
background-color css
<style>
a { background-color: #8210AC; }
a { background-color: rgb(130,16,172); }
div.DivClassName
{
background-color: #8210AC;
}
.BgClassName
{
background-color: #8210AC;
}
</style>
border-color css
<style>
span { border-color: #8210AC; }
span { border-color: rgb(130,16,172); }
td.TdClassName
{
border-color: #8210AC;
}
.TagClassName
{
border-color: #8210AC;
}
</style>