Shades of Dark Magenta #8411AD
Tints of Dark Magenta #8411AD
RGB
CMYK
RGB Variations
Color information
#8411AD (or 0x8411AD) is known color: Dark Magenta. HEX triplet: 84, 11 and AD. RGB value is (132,17,173). Sum of RGB (Red+Green+Blue) = 132+17+173=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #8411AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8411AD is #7BEE52. Grayscale: #444444. Windows color (decimal): -8121939 or 11342212. OLE color: 11342212.
HSL color Cylindrical-coordinate representation of color #8411AD: hue angle of 284.23º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8411AD is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 17 | 173 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.32 |
| HSL | 284.23º | 0.82% | 0.37% | - |
| HSV(B) | 284.23º | 0.9% | 0.68% | - |
| XYZ | 17.26 | 8.32 | 40.23 | - |
| YUV | 69.17 | 186.6 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 173 | 0.24 | 0.90 | 0 | 0.32 | 284.23 | 0.82 | 0.37 |
| Hex | 84 | 11 | AD | 18 | 5A | 0 | 20 | 11C | 52 | 25 |
| Octal | 204 | 21 | 255 | 30 | 132 | 0 | 40 | 434 | 122 | 45 |
| Binary | 10000100 | 10001 | 10101101 | 11000 | 1011010 | 0 | 100000 | 100011100 | 1010010 | 100101 |
Color Harmonies of #8411AD
Complementary color
Monochromatic Colors of #8411AD
Black with #8411AD
Text Example
Text Example
White with #8411AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8411AD; }
p { color: rgb(132,17,173); }
H1.HeaderClassName
{
color: #8411AD;
}
.AnyTagClassName
{
color: #8411AD;
}
</style>
background-color css
<style>
a { background-color: #8411AD; }
a { background-color: rgb(132,17,173); }
div.DivClassName
{
background-color: #8411AD;
}
.BgClassName
{
background-color: #8411AD;
}
</style>
border-color css
<style>
span { border-color: #8411AD; }
span { border-color: rgb(132,17,173); }
td.TdClassName
{
border-color: #8411AD;
}
.TagClassName
{
border-color: #8411AD;
}
</style>