Shades of Dark Magenta #800AAA
Tints of Dark Magenta #800AAA
RGB
CMYK
RGB Variations
Color information
#800AAA (or 0x800AAA) is known color: Dark Magenta. HEX triplet: 80, 0A and AA. RGB value is (128,10,170). Sum of RGB (Red+Green+Blue) = 128+10+170=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #800AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800AAA is #7FF555. Grayscale: #3F3F3F. Windows color (decimal): -8385878 or 11143808. OLE color: 11143808.
HSL color Cylindrical-coordinate representation of color #800AAA: hue angle of 284.25º 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 #800AAA is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 10 | 170 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.33 |
| HSL | 284.25º | 0.89% | 0.35% | - |
| HSV(B) | 284.25º | 0.94% | 0.67% | - |
| XYZ | 16.27 | 7.71 | 38.66 | - |
| YUV | 63.52 | 188.09 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 10 | 170 | 0.25 | 0.94 | 0 | 0.33 | 284.25 | 0.89 | 0.35 |
| Hex | 80 | A | AA | 19 | 5E | 0 | 21 | 11C | 59 | 23 |
| Octal | 200 | 12 | 252 | 31 | 136 | 0 | 41 | 434 | 131 | 43 |
| Binary | 10000000 | 1010 | 10101010 | 11001 | 1011110 | 0 | 100001 | 100011100 | 1011001 | 100011 |
Color Harmonies of #800AAA
Complementary color
Monochromatic Colors of #800AAA
Black with #800AAA
Text Example
Text Example
White with #800AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800AAA; }
p { color: rgb(128,10,170); }
H1.HeaderClassName
{
color: #800AAA;
}
.AnyTagClassName
{
color: #800AAA;
}
</style>
background-color css
<style>
a { background-color: #800AAA; }
a { background-color: rgb(128,10,170); }
div.DivClassName
{
background-color: #800AAA;
}
.BgClassName
{
background-color: #800AAA;
}
</style>
border-color css
<style>
span { border-color: #800AAA; }
span { border-color: rgb(128,10,170); }
td.TdClassName
{
border-color: #800AAA;
}
.TagClassName
{
border-color: #800AAA;
}
</style>