Shades of Dark Magenta #820AAA
Tints of Dark Magenta #820AAA
RGB
CMYK
RGB Variations
Color information
#820AAA (or 0x820AAA) is known color: Dark Magenta. HEX triplet: 82, 0A and AA. RGB value is (130,10,170). Sum of RGB (Red+Green+Blue) = 130+10+170=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #820AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820AAA is #7DF555. Grayscale: #3F3F3F. Windows color (decimal): -8254806 or 11143810. OLE color: 11143810.
HSL color Cylindrical-coordinate representation of color #820AAA: hue angle of 285º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820AAA is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 10 | 170 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.33 |
| HSL | 285º | 0.89% | 0.35% | - |
| HSV(B) | 285º | 0.94% | 0.67% | - |
| XYZ | 16.57 | 7.87 | 38.68 | - |
| YUV | 64.12 | 187.76 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 10 | 170 | 0.24 | 0.94 | 0 | 0.33 | 285 | 0.89 | 0.35 |
| Hex | 82 | A | AA | 18 | 5E | 0 | 21 | 11D | 59 | 23 |
| Octal | 202 | 12 | 252 | 30 | 136 | 0 | 41 | 435 | 131 | 43 |
| Binary | 10000010 | 1010 | 10101010 | 11000 | 1011110 | 0 | 100001 | 100011101 | 1011001 | 100011 |
Color Harmonies of #820AAA
Complementary color
Monochromatic Colors of #820AAA
Black with #820AAA
Text Example
Text Example
White with #820AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820AAA; }
p { color: rgb(130,10,170); }
H1.HeaderClassName
{
color: #820AAA;
}
.AnyTagClassName
{
color: #820AAA;
}
</style>
background-color css
<style>
a { background-color: #820AAA; }
a { background-color: rgb(130,10,170); }
div.DivClassName
{
background-color: #820AAA;
}
.BgClassName
{
background-color: #820AAA;
}
</style>
border-color css
<style>
span { border-color: #820AAA; }
span { border-color: rgb(130,10,170); }
td.TdClassName
{
border-color: #820AAA;
}
.TagClassName
{
border-color: #820AAA;
}
</style>