Shades of Dark Magenta #8000AB
Tints of Dark Magenta #8000AB
RGB
CMYK
RGB Variations
Color information
#8000AB (or 0x8000AB) is known color: Dark Magenta. HEX triplet: 80, 00 and AB. RGB value is (128,0,171). Sum of RGB (Red+Green+Blue) = 128+0+171=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #8000AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8000AB is #7FFF54. Grayscale: #393939. Windows color (decimal): -8388437 or 11206784. OLE color: 11206784.
HSL color Cylindrical-coordinate representation of color #8000AB: hue angle of 284.91º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8000AB is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 0 | 171 | - |
| CMYK | 0.25 | 1 | 0 | 0.33 |
| HSL | 284.91º | 1% | 0.34% | - |
| HSV(B) | 284.91º | 1% | 0.67% | - |
| XYZ | 16.25 | 7.53 | 39.12 | - |
| YUV | 57.77 | 191.91 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 171 | 0.25 | 1 | 0 | 0.33 | 284.91 | 1 | 0.34 |
| Hex | 80 | 0 | AB | 19 | 64 | 0 | 21 | 11D | 64 | 22 |
| Octal | 200 | 0 | 253 | 31 | 144 | 0 | 41 | 435 | 144 | 42 |
| Binary | 10000000 | 0 | 10101011 | 11001 | 1100100 | 0 | 100001 | 100011101 | 1100100 | 100010 |
Color Harmonies of #8000AB
Complementary color
Monochromatic Colors of #8000AB
Black with #8000AB
Text Example
Text Example
White with #8000AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8000AB; }
p { color: rgb(128,0,171); }
H1.HeaderClassName
{
color: #8000AB;
}
.AnyTagClassName
{
color: #8000AB;
}
</style>
background-color css
<style>
a { background-color: #8000AB; }
a { background-color: rgb(128,0,171); }
div.DivClassName
{
background-color: #8000AB;
}
.BgClassName
{
background-color: #8000AB;
}
</style>
border-color css
<style>
span { border-color: #8000AB; }
span { border-color: rgb(128,0,171); }
td.TdClassName
{
border-color: #8000AB;
}
.TagClassName
{
border-color: #8000AB;
}
</style>