Shades of Dark Magenta #8401AA
Tints of Dark Magenta #8401AA
RGB
CMYK
RGB Variations
Color information
#8401AA (or 0x8401AA) is known color: Dark Magenta. HEX triplet: 84, 01 and AA. RGB value is (132,1,170). Sum of RGB (Red+Green+Blue) = 132+1+170=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #8401AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8401AA is #7BFE55. Grayscale: #3A3A3A. Windows color (decimal): -8126038 or 11141508. OLE color: 11141508.
HSL color Cylindrical-coordinate representation of color #8401AA: hue angle of 286.51º 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 #8401AA is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 1 | 170 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.33 |
| HSL | 286.51º | 0.99% | 0.34% | - |
| HSV(B) | 286.51º | 0.99% | 0.67% | - |
| XYZ | 16.78 | 7.83 | 38.66 | - |
| YUV | 59.44 | 190.4 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 170 | 0.22 | 0.99 | 0 | 0.33 | 286.51 | 0.99 | 0.34 |
| Hex | 84 | 1 | AA | 16 | 63 | 0 | 21 | 11F | 63 | 22 |
| Octal | 204 | 1 | 252 | 26 | 143 | 0 | 41 | 437 | 143 | 42 |
| Binary | 10000100 | 1 | 10101010 | 10110 | 1100011 | 0 | 100001 | 100011111 | 1100011 | 100010 |
Color Harmonies of #8401AA
Complementary color
Monochromatic Colors of #8401AA
Black with #8401AA
Text Example
Text Example
White with #8401AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8401AA; }
p { color: rgb(132,1,170); }
H1.HeaderClassName
{
color: #8401AA;
}
.AnyTagClassName
{
color: #8401AA;
}
</style>
background-color css
<style>
a { background-color: #8401AA; }
a { background-color: rgb(132,1,170); }
div.DivClassName
{
background-color: #8401AA;
}
.BgClassName
{
background-color: #8401AA;
}
</style>
border-color css
<style>
span { border-color: #8401AA; }
span { border-color: rgb(132,1,170); }
td.TdClassName
{
border-color: #8401AA;
}
.TagClassName
{
border-color: #8401AA;
}
</style>