Shades of Dark Magenta #800BAB
Tints of Dark Magenta #800BAB
RGB
CMYK
RGB Variations
Color information
#800BAB (or 0x800BAB) is known color: Dark Magenta. HEX triplet: 80, 0B and AB. RGB value is (128,11,171). Sum of RGB (Red+Green+Blue) = 128+11+171=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #800BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800BAB is #7FF454. Grayscale: #3F3F3F. Windows color (decimal): -8385621 or 11209600. OLE color: 11209600.
HSL color Cylindrical-coordinate representation of color #800BAB: hue angle of 283.88º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800BAB is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 11 | 171 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.33 |
| HSL | 283.88º | 0.88% | 0.36% | - |
| HSV(B) | 283.88º | 0.94% | 0.67% | - |
| XYZ | 16.37 | 7.77 | 39.16 | - |
| YUV | 64.22 | 188.26 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 171 | 0.25 | 0.94 | 0 | 0.33 | 283.88 | 0.88 | 0.36 |
| Hex | 80 | B | AB | 19 | 5E | 0 | 21 | 11C | 58 | 24 |
| Octal | 200 | 13 | 253 | 31 | 136 | 0 | 41 | 434 | 130 | 44 |
| Binary | 10000000 | 1011 | 10101011 | 11001 | 1011110 | 0 | 100001 | 100011100 | 1011000 | 100100 |
Color Harmonies of #800BAB
Complementary color
Monochromatic Colors of #800BAB
Black with #800BAB
Text Example
Text Example
White with #800BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800BAB; }
p { color: rgb(128,11,171); }
H1.HeaderClassName
{
color: #800BAB;
}
.AnyTagClassName
{
color: #800BAB;
}
</style>
background-color css
<style>
a { background-color: #800BAB; }
a { background-color: rgb(128,11,171); }
div.DivClassName
{
background-color: #800BAB;
}
.BgClassName
{
background-color: #800BAB;
}
</style>
border-color css
<style>
span { border-color: #800BAB; }
span { border-color: rgb(128,11,171); }
td.TdClassName
{
border-color: #800BAB;
}
.TagClassName
{
border-color: #800BAB;
}
</style>