Shades of Dark Magenta #8409AD
Tints of Dark Magenta #8409AD
RGB
CMYK
RGB Variations
Color information
#8409AD (or 0x8409AD) is known color: Dark Magenta. HEX triplet: 84, 09 and AD. RGB value is (132,9,173). Sum of RGB (Red+Green+Blue) = 132+9+173=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #8409AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8409AD is #7BF652. Grayscale: #3F3F3F. Windows color (decimal): -8123987 or 11340164. OLE color: 11340164.
HSL color Cylindrical-coordinate representation of color #8409AD: hue angle of 285º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8409AD is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 9 | 173 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.32 |
| HSL | 285º | 0.9% | 0.36% | - |
| HSV(B) | 285º | 0.95% | 0.68% | - |
| XYZ | 17.16 | 8.12 | 40.2 | - |
| YUV | 64.47 | 189.25 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 173 | 0.24 | 0.95 | 0 | 0.32 | 285 | 0.9 | 0.36 |
| Hex | 84 | 9 | AD | 18 | 5F | 0 | 20 | 11D | 5A | 24 |
| Octal | 204 | 11 | 255 | 30 | 137 | 0 | 40 | 435 | 132 | 44 |
| Binary | 10000100 | 1001 | 10101101 | 11000 | 1011111 | 0 | 100000 | 100011101 | 1011010 | 100100 |
Color Harmonies of #8409AD
Complementary color
Monochromatic Colors of #8409AD
Black with #8409AD
Text Example
Text Example
White with #8409AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8409AD; }
p { color: rgb(132,9,173); }
H1.HeaderClassName
{
color: #8409AD;
}
.AnyTagClassName
{
color: #8409AD;
}
</style>
background-color css
<style>
a { background-color: #8409AD; }
a { background-color: rgb(132,9,173); }
div.DivClassName
{
background-color: #8409AD;
}
.BgClassName
{
background-color: #8409AD;
}
</style>
border-color css
<style>
span { border-color: #8409AD; }
span { border-color: rgb(132,9,173); }
td.TdClassName
{
border-color: #8409AD;
}
.TagClassName
{
border-color: #8409AD;
}
</style>