Shades of Dark Magenta #8413AC
Tints of Dark Magenta #8413AC
RGB
CMYK
RGB Variations
Color information
#8413AC (or 0x8413AC) is known color: Dark Magenta. HEX triplet: 84, 13 and AC. RGB value is (132,19,172). Sum of RGB (Red+Green+Blue) = 132+19+172=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #8413AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8413AC is #7BEC53. Grayscale: #454545. Windows color (decimal): -8121428 or 11277188. OLE color: 11277188.
HSL color Cylindrical-coordinate representation of color #8413AC: hue angle of 284.31º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8413AC is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 19 | 172 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.33 |
| HSL | 284.31º | 0.8% | 0.37% | - |
| HSV(B) | 284.31º | 0.89% | 0.67% | - |
| XYZ | 17.19 | 8.35 | 39.74 | - |
| YUV | 70.23 | 185.44 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 172 | 0.23 | 0.89 | 0 | 0.33 | 284.31 | 0.8 | 0.37 |
| Hex | 84 | 13 | AC | 17 | 59 | 0 | 21 | 11C | 50 | 25 |
| Octal | 204 | 23 | 254 | 27 | 131 | 0 | 41 | 434 | 120 | 45 |
| Binary | 10000100 | 10011 | 10101100 | 10111 | 1011001 | 0 | 100001 | 100011100 | 1010000 | 100101 |
Color Harmonies of #8413AC
Complementary color
Monochromatic Colors of #8413AC
Black with #8413AC
Text Example
Text Example
White with #8413AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8413AC; }
p { color: rgb(132,19,172); }
H1.HeaderClassName
{
color: #8413AC;
}
.AnyTagClassName
{
color: #8413AC;
}
</style>
background-color css
<style>
a { background-color: #8413AC; }
a { background-color: rgb(132,19,172); }
div.DivClassName
{
background-color: #8413AC;
}
.BgClassName
{
background-color: #8413AC;
}
</style>
border-color css
<style>
span { border-color: #8413AC; }
span { border-color: rgb(132,19,172); }
td.TdClassName
{
border-color: #8413AC;
}
.TagClassName
{
border-color: #8413AC;
}
</style>