Shades of Dark Magenta #8401AB
Tints of Dark Magenta #8401AB
RGB
CMYK
RGB Variations
Color information
#8401AB (or 0x8401AB) is known color: Dark Magenta. HEX triplet: 84, 01 and AB. RGB value is (132,1,171). Sum of RGB (Red+Green+Blue) = 132+1+171=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #8401AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8401AB is #7BFE54. Grayscale: #3B3B3B. Windows color (decimal): -8126037 or 11207044. OLE color: 11207044.
HSL color Cylindrical-coordinate representation of color #8401AB: hue angle of 286.24º 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 #8401AB is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 1 | 171 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.33 |
| HSL | 286.24º | 0.99% | 0.34% | - |
| HSV(B) | 286.24º | 0.99% | 0.67% | - |
| XYZ | 16.88 | 7.87 | 39.16 | - |
| YUV | 59.55 | 190.9 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 171 | 0.23 | 0.99 | 0 | 0.33 | 286.24 | 0.99 | 0.34 |
| Hex | 84 | 1 | AB | 17 | 63 | 0 | 21 | 11E | 63 | 22 |
| Octal | 204 | 1 | 253 | 27 | 143 | 0 | 41 | 436 | 143 | 42 |
| Binary | 10000100 | 1 | 10101011 | 10111 | 1100011 | 0 | 100001 | 100011110 | 1100011 | 100010 |
Color Harmonies of #8401AB
Complementary color
Monochromatic Colors of #8401AB
Black with #8401AB
Text Example
Text Example
White with #8401AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8401AB; }
p { color: rgb(132,1,171); }
H1.HeaderClassName
{
color: #8401AB;
}
.AnyTagClassName
{
color: #8401AB;
}
</style>
background-color css
<style>
a { background-color: #8401AB; }
a { background-color: rgb(132,1,171); }
div.DivClassName
{
background-color: #8401AB;
}
.BgClassName
{
background-color: #8401AB;
}
</style>
border-color css
<style>
span { border-color: #8401AB; }
span { border-color: rgb(132,1,171); }
td.TdClassName
{
border-color: #8401AB;
}
.TagClassName
{
border-color: #8401AB;
}
</style>