Shades of Dark Magenta #800AAB
Tints of Dark Magenta #800AAB
RGB
CMYK
RGB Variations
Color information
#800AAB (or 0x800AAB) is known color: Dark Magenta. HEX triplet: 80, 0A and AB. RGB value is (128,10,171). Sum of RGB (Red+Green+Blue) = 128+10+171=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #800AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800AAB is #7FF554. Grayscale: #3F3F3F. Windows color (decimal): -8385877 or 11209344. OLE color: 11209344.
HSL color Cylindrical-coordinate representation of color #800AAB: hue angle of 283.98º 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 #800AAB is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 10 | 171 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.33 |
| HSL | 283.98º | 0.89% | 0.35% | - |
| HSV(B) | 283.98º | 0.94% | 0.67% | - |
| XYZ | 16.36 | 7.75 | 39.16 | - |
| YUV | 63.64 | 188.59 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 10 | 171 | 0.25 | 0.94 | 0 | 0.33 | 283.98 | 0.89 | 0.35 |
| Hex | 80 | A | AB | 19 | 5E | 0 | 21 | 11C | 59 | 23 |
| Octal | 200 | 12 | 253 | 31 | 136 | 0 | 41 | 434 | 131 | 43 |
| Binary | 10000000 | 1010 | 10101011 | 11001 | 1011110 | 0 | 100001 | 100011100 | 1011001 | 100011 |
Color Harmonies of #800AAB
Complementary color
Monochromatic Colors of #800AAB
Black with #800AAB
Text Example
Text Example
White with #800AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800AAB; }
p { color: rgb(128,10,171); }
H1.HeaderClassName
{
color: #800AAB;
}
.AnyTagClassName
{
color: #800AAB;
}
</style>
background-color css
<style>
a { background-color: #800AAB; }
a { background-color: rgb(128,10,171); }
div.DivClassName
{
background-color: #800AAB;
}
.BgClassName
{
background-color: #800AAB;
}
</style>
border-color css
<style>
span { border-color: #800AAB; }
span { border-color: rgb(128,10,171); }
td.TdClassName
{
border-color: #800AAB;
}
.TagClassName
{
border-color: #800AAB;
}
</style>