Shades of Dark Magenta #8400AA
Tints of Dark Magenta #8400AA
RGB
CMYK
RGB Variations
Color information
#8400AA (or 0x8400AA) is known color: Dark Magenta. HEX triplet: 84, 00 and AA. RGB value is (132,0,170). Sum of RGB (Red+Green+Blue) = 132+0+170=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #8400AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8400AA is #7BFF55. Grayscale: #3A3A3A. Windows color (decimal): -8126294 or 11141252. OLE color: 11141252.
HSL color Cylindrical-coordinate representation of color #8400AA: hue angle of 286.59º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8400AA is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 0 | 170 | - |
| CMYK | 0.22 | 1 | 0 | 0.33 |
| HSL | 286.59º | 1% | 0.33% | - |
| HSV(B) | 286.59º | 1% | 0.67% | - |
| XYZ | 16.77 | 7.81 | 38.65 | - |
| YUV | 58.85 | 190.73 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 170 | 0.22 | 1 | 0 | 0.33 | 286.59 | 1 | 0.33 |
| Hex | 84 | 0 | AA | 16 | 64 | 0 | 21 | 11F | 64 | 21 |
| Octal | 204 | 0 | 252 | 26 | 144 | 0 | 41 | 437 | 144 | 41 |
| Binary | 10000100 | 0 | 10101010 | 10110 | 1100100 | 0 | 100001 | 100011111 | 1100100 | 100001 |
Color Harmonies of #8400AA
Complementary color
Monochromatic Colors of #8400AA
Black with #8400AA
Text Example
Text Example
White with #8400AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8400AA; }
p { color: rgb(132,0,170); }
H1.HeaderClassName
{
color: #8400AA;
}
.AnyTagClassName
{
color: #8400AA;
}
</style>
background-color css
<style>
a { background-color: #8400AA; }
a { background-color: rgb(132,0,170); }
div.DivClassName
{
background-color: #8400AA;
}
.BgClassName
{
background-color: #8400AA;
}
</style>
border-color css
<style>
span { border-color: #8400AA; }
span { border-color: rgb(132,0,170); }
td.TdClassName
{
border-color: #8400AA;
}
.TagClassName
{
border-color: #8400AA;
}
</style>