Shades of Dark Magenta #800BAA
Tints of Dark Magenta #800BAA
RGB
CMYK
RGB Variations
Color information
#800BAA (or 0x800BAA) is known color: Dark Magenta. HEX triplet: 80, 0B and AA. RGB value is (128,11,170). Sum of RGB (Red+Green+Blue) = 128+11+170=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #800BAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800BAA is #7FF455. Grayscale: #3F3F3F. Windows color (decimal): -8385622 or 11144064. OLE color: 11144064.
HSL color Cylindrical-coordinate representation of color #800BAA: hue angle of 284.15º degrees, saturation: 0.88, 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 #800BAA is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 11 | 170 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.33 |
| HSL | 284.15º | 0.88% | 0.35% | - |
| HSV(B) | 284.15º | 0.94% | 0.67% | - |
| XYZ | 16.28 | 7.73 | 38.66 | - |
| YUV | 64.11 | 187.76 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 170 | 0.25 | 0.94 | 0 | 0.33 | 284.15 | 0.88 | 0.35 |
| Hex | 80 | B | AA | 19 | 5E | 0 | 21 | 11C | 58 | 23 |
| Octal | 200 | 13 | 252 | 31 | 136 | 0 | 41 | 434 | 130 | 43 |
| Binary | 10000000 | 1011 | 10101010 | 11001 | 1011110 | 0 | 100001 | 100011100 | 1011000 | 100011 |
Color Harmonies of #800BAA
Complementary color
Monochromatic Colors of #800BAA
Black with #800BAA
Text Example
Text Example
White with #800BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800BAA; }
p { color: rgb(128,11,170); }
H1.HeaderClassName
{
color: #800BAA;
}
.AnyTagClassName
{
color: #800BAA;
}
</style>
background-color css
<style>
a { background-color: #800BAA; }
a { background-color: rgb(128,11,170); }
div.DivClassName
{
background-color: #800BAA;
}
.BgClassName
{
background-color: #800BAA;
}
</style>
border-color css
<style>
span { border-color: #800BAA; }
span { border-color: rgb(128,11,170); }
td.TdClassName
{
border-color: #800BAA;
}
.TagClassName
{
border-color: #800BAA;
}
</style>