Shades of Dark Magenta #8412AC
Tints of Dark Magenta #8412AC
RGB
CMYK
RGB Variations
Color information
#8412AC (or 0x8412AC) is known color: Dark Magenta. HEX triplet: 84, 12 and AC. RGB value is (132,18,172). Sum of RGB (Red+Green+Blue) = 132+18+172=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #8412AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8412AC is #7BED53. Grayscale: #454545. Windows color (decimal): -8121684 or 11276932. OLE color: 11276932.
HSL color Cylindrical-coordinate representation of color #8412AC: hue angle of 284.42º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8412AC is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 18 | 172 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.33 |
| HSL | 284.42º | 0.81% | 0.37% | - |
| HSV(B) | 284.42º | 0.9% | 0.67% | - |
| XYZ | 17.18 | 8.32 | 39.73 | - |
| YUV | 69.64 | 185.77 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 172 | 0.23 | 0.90 | 0 | 0.33 | 284.42 | 0.81 | 0.37 |
| Hex | 84 | 12 | AC | 17 | 5A | 0 | 21 | 11C | 51 | 25 |
| Octal | 204 | 22 | 254 | 27 | 132 | 0 | 41 | 434 | 121 | 45 |
| Binary | 10000100 | 10010 | 10101100 | 10111 | 1011010 | 0 | 100001 | 100011100 | 1010001 | 100101 |
Color Harmonies of #8412AC
Complementary color
Monochromatic Colors of #8412AC
Black with #8412AC
Text Example
Text Example
White with #8412AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8412AC; }
p { color: rgb(132,18,172); }
H1.HeaderClassName
{
color: #8412AC;
}
.AnyTagClassName
{
color: #8412AC;
}
</style>
background-color css
<style>
a { background-color: #8412AC; }
a { background-color: rgb(132,18,172); }
div.DivClassName
{
background-color: #8412AC;
}
.BgClassName
{
background-color: #8412AC;
}
</style>
border-color css
<style>
span { border-color: #8412AC; }
span { border-color: rgb(132,18,172); }
td.TdClassName
{
border-color: #8412AC;
}
.TagClassName
{
border-color: #8412AC;
}
</style>