Shades of Dark Magenta #800AAD
Tints of Dark Magenta #800AAD
RGB
CMYK
RGB Variations
Color information
#800AAD (or 0x800AAD) is known color: Dark Magenta. HEX triplet: 80, 0A and AD. RGB value is (128,10,173). Sum of RGB (Red+Green+Blue) = 128+10+173=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #800AAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800AAD is #7FF552. Grayscale: #3F3F3F. Windows color (decimal): -8385875 or 11340416. OLE color: 11340416.
HSL color Cylindrical-coordinate representation of color #800AAD: hue angle of 283.44º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800AAD is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 10 | 173 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.32 |
| HSL | 283.44º | 0.89% | 0.36% | - |
| HSV(B) | 283.44º | 0.94% | 0.68% | - |
| XYZ | 16.55 | 7.82 | 40.17 | - |
| YUV | 63.86 | 189.59 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 10 | 173 | 0.26 | 0.94 | 0 | 0.32 | 283.44 | 0.89 | 0.36 |
| Hex | 80 | A | AD | 1A | 5E | 0 | 20 | 11B | 59 | 24 |
| Octal | 200 | 12 | 255 | 32 | 136 | 0 | 40 | 433 | 131 | 44 |
| Binary | 10000000 | 1010 | 10101101 | 11010 | 1011110 | 0 | 100000 | 100011011 | 1011001 | 100100 |
Color Harmonies of #800AAD
Complementary color
Monochromatic Colors of #800AAD
Black with #800AAD
Text Example
Text Example
White with #800AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800AAD; }
p { color: rgb(128,10,173); }
H1.HeaderClassName
{
color: #800AAD;
}
.AnyTagClassName
{
color: #800AAD;
}
</style>
background-color css
<style>
a { background-color: #800AAD; }
a { background-color: rgb(128,10,173); }
div.DivClassName
{
background-color: #800AAD;
}
.BgClassName
{
background-color: #800AAD;
}
</style>
border-color css
<style>
span { border-color: #800AAD; }
span { border-color: rgb(128,10,173); }
td.TdClassName
{
border-color: #800AAD;
}
.TagClassName
{
border-color: #800AAD;
}
</style>