Shades of Dark Magenta #8400A0
Tints of Dark Magenta #8400A0
RGB
CMYK
RGB Variations
Color information
#8400A0 (or 0x8400A0) is known color: Dark Magenta. HEX triplet: 84, 00 and A0. RGB value is (132,0,160). Sum of RGB (Red+Green+Blue) = 132+0+160=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 160 (62.89% from 255 or 54.79% from 292); Max value from RGB is 160 - color contains mainly: blue. Hex color #8400A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8400A0 is #7BFF5F. Grayscale: #393939. Windows color (decimal): -8126304 or 10485892. OLE color: 10485892.
HSL color Cylindrical-coordinate representation of color #8400A0: hue angle of 289.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8400A0 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 0 | 160 | - |
| CMYK | 0.17 | 1 | 0 | 0.37 |
| HSL | 289.5º | 1% | 0.31% | - |
| HSV(B) | 289.5º | 1% | 0.63% | - |
| XYZ | 15.86 | 7.44 | 33.86 | - |
| YUV | 57.71 | 185.73 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 160 | 0.17 | 1 | 0 | 0.37 | 289.5 | 1 | 0.31 |
| Hex | 84 | 0 | A0 | 11 | 64 | 0 | 25 | 122 | 64 | 1F |
| Octal | 204 | 0 | 240 | 21 | 144 | 0 | 45 | 442 | 144 | 37 |
| Binary | 10000100 | 0 | 10100000 | 10001 | 1100100 | 0 | 100101 | 100100010 | 1100100 | 11111 |
Color Harmonies of #8400A0
Complementary color
Monochromatic Colors of #8400A0
Black with #8400A0
Text Example
Text Example
White with #8400A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8400A0; }
p { color: rgb(132,0,160); }
H1.HeaderClassName
{
color: #8400A0;
}
.AnyTagClassName
{
color: #8400A0;
}
</style>
background-color css
<style>
a { background-color: #8400A0; }
a { background-color: rgb(132,0,160); }
div.DivClassName
{
background-color: #8400A0;
}
.BgClassName
{
background-color: #8400A0;
}
</style>
border-color css
<style>
span { border-color: #8400A0; }
span { border-color: rgb(132,0,160); }
td.TdClassName
{
border-color: #8400A0;
}
.TagClassName
{
border-color: #8400A0;
}
</style>