Shades of Dark Magenta #8407A0
Tints of Dark Magenta #8407A0
RGB
CMYK
RGB Variations
Color information
#8407A0 (or 0x8407A0) is known color: Dark Magenta. HEX triplet: 84, 07 and A0. RGB value is (132,7,160). Sum of RGB (Red+Green+Blue) = 132+7+160=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 160 (62.89% from 255 or 53.51% from 299); Max value from RGB is 160 - color contains mainly: blue. Hex color #8407A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8407A0 is #7BF85F. Grayscale: #3D3D3D. Windows color (decimal): -8124512 or 10487684. OLE color: 10487684.
HSL color Cylindrical-coordinate representation of color #8407A0: hue angle of 289.02º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8407A0 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 7 | 160 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.37 |
| HSL | 289.02º | 0.92% | 0.33% | - |
| HSV(B) | 289.02º | 0.96% | 0.63% | - |
| XYZ | 15.94 | 7.6 | 33.88 | - |
| YUV | 61.82 | 183.41 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 7 | 160 | 0.17 | 0.96 | 0 | 0.37 | 289.02 | 0.92 | 0.33 |
| Hex | 84 | 7 | A0 | 11 | 60 | 0 | 25 | 121 | 5C | 21 |
| Octal | 204 | 7 | 240 | 21 | 140 | 0 | 45 | 441 | 134 | 41 |
| Binary | 10000100 | 111 | 10100000 | 10001 | 1100000 | 0 | 100101 | 100100001 | 1011100 | 100001 |
Color Harmonies of #8407A0
Complementary color
Monochromatic Colors of #8407A0
Black with #8407A0
Text Example
Text Example
White with #8407A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8407A0; }
p { color: rgb(132,7,160); }
H1.HeaderClassName
{
color: #8407A0;
}
.AnyTagClassName
{
color: #8407A0;
}
</style>
background-color css
<style>
a { background-color: #8407A0; }
a { background-color: rgb(132,7,160); }
div.DivClassName
{
background-color: #8407A0;
}
.BgClassName
{
background-color: #8407A0;
}
</style>
border-color css
<style>
span { border-color: #8407A0; }
span { border-color: rgb(132,7,160); }
td.TdClassName
{
border-color: #8407A0;
}
.TagClassName
{
border-color: #8407A0;
}
</style>