Shades of Dark Magenta #820AAB
Tints of Dark Magenta #820AAB
RGB
CMYK
RGB Variations
Color information
#820AAB (or 0x820AAB) is known color: Dark Magenta. HEX triplet: 82, 0A and AB. RGB value is (130,10,171). Sum of RGB (Red+Green+Blue) = 130+10+171=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #820AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820AAB is #7DF554. Grayscale: #3F3F3F. Windows color (decimal): -8254805 or 11209346. OLE color: 11209346.
HSL color Cylindrical-coordinate representation of color #820AAB: hue angle of 284.72º 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 #820AAB is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 10 | 171 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.33 |
| HSL | 284.72º | 0.89% | 0.35% | - |
| HSV(B) | 284.72º | 0.94% | 0.67% | - |
| XYZ | 16.67 | 7.9 | 39.18 | - |
| YUV | 64.23 | 188.26 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 10 | 171 | 0.24 | 0.94 | 0 | 0.33 | 284.72 | 0.89 | 0.35 |
| Hex | 82 | A | AB | 18 | 5E | 0 | 21 | 11D | 59 | 23 |
| Octal | 202 | 12 | 253 | 30 | 136 | 0 | 41 | 435 | 131 | 43 |
| Binary | 10000010 | 1010 | 10101011 | 11000 | 1011110 | 0 | 100001 | 100011101 | 1011001 | 100011 |
Color Harmonies of #820AAB
Complementary color
Monochromatic Colors of #820AAB
Black with #820AAB
Text Example
Text Example
White with #820AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820AAB; }
p { color: rgb(130,10,171); }
H1.HeaderClassName
{
color: #820AAB;
}
.AnyTagClassName
{
color: #820AAB;
}
</style>
background-color css
<style>
a { background-color: #820AAB; }
a { background-color: rgb(130,10,171); }
div.DivClassName
{
background-color: #820AAB;
}
.BgClassName
{
background-color: #820AAB;
}
</style>
border-color css
<style>
span { border-color: #820AAB; }
span { border-color: rgb(130,10,171); }
td.TdClassName
{
border-color: #820AAB;
}
.TagClassName
{
border-color: #820AAB;
}
</style>