Shades of Dark Magenta #8001AB
Tints of Dark Magenta #8001AB
RGB
CMYK
RGB Variations
Color information
#8001AB (or 0x8001AB) is known color: Dark Magenta. HEX triplet: 80, 01 and AB. RGB value is (128,1,171). Sum of RGB (Red+Green+Blue) = 128+1+171=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #8001AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8001AB is #7FFE54. Grayscale: #393939. Windows color (decimal): -8388181 or 11207040. OLE color: 11207040.
HSL color Cylindrical-coordinate representation of color #8001AB: hue angle of 284.82º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8001AB is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 1 | 171 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.33 |
| HSL | 284.82º | 0.99% | 0.34% | - |
| HSV(B) | 284.82º | 0.99% | 0.67% | - |
| XYZ | 16.26 | 7.55 | 39.13 | - |
| YUV | 58.35 | 191.58 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 171 | 0.25 | 0.99 | 0 | 0.33 | 284.82 | 0.99 | 0.34 |
| Hex | 80 | 1 | AB | 19 | 63 | 0 | 21 | 11D | 63 | 22 |
| Octal | 200 | 1 | 253 | 31 | 143 | 0 | 41 | 435 | 143 | 42 |
| Binary | 10000000 | 1 | 10101011 | 11001 | 1100011 | 0 | 100001 | 100011101 | 1100011 | 100010 |
Color Harmonies of #8001AB
Complementary color
Monochromatic Colors of #8001AB
Black with #8001AB
Text Example
Text Example
White with #8001AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8001AB; }
p { color: rgb(128,1,171); }
H1.HeaderClassName
{
color: #8001AB;
}
.AnyTagClassName
{
color: #8001AB;
}
</style>
background-color css
<style>
a { background-color: #8001AB; }
a { background-color: rgb(128,1,171); }
div.DivClassName
{
background-color: #8001AB;
}
.BgClassName
{
background-color: #8001AB;
}
</style>
border-color css
<style>
span { border-color: #8001AB; }
span { border-color: rgb(128,1,171); }
td.TdClassName
{
border-color: #8001AB;
}
.TagClassName
{
border-color: #8001AB;
}
</style>