Shades of Dark Magenta #8409A7
Tints of Dark Magenta #8409A7
RGB
CMYK
RGB Variations
Color information
#8409A7 (or 0x8409A7) is known color: Dark Magenta. HEX triplet: 84, 09 and A7. RGB value is (132,9,167). Sum of RGB (Red+Green+Blue) = 132+9+167=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 167 (65.62% from 255 or 54.22% from 308); Max value from RGB is 167 - color contains mainly: blue. Hex color #8409A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8409A7 is #7BF658. Grayscale: #3F3F3F. Windows color (decimal): -8123993 or 10946948. OLE color: 10946948.
HSL color Cylindrical-coordinate representation of color #8409A7: hue angle of 286.71º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8409A7 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 9 | 167 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.35 |
| HSL | 286.71º | 0.9% | 0.35% | - |
| HSV(B) | 286.71º | 0.95% | 0.65% | - |
| XYZ | 16.59 | 7.89 | 37.21 | - |
| YUV | 63.79 | 186.25 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 167 | 0.21 | 0.95 | 0 | 0.35 | 286.71 | 0.9 | 0.35 |
| Hex | 84 | 9 | A7 | 15 | 5F | 0 | 23 | 11F | 5A | 23 |
| Octal | 204 | 11 | 247 | 25 | 137 | 0 | 43 | 437 | 132 | 43 |
| Binary | 10000100 | 1001 | 10100111 | 10101 | 1011111 | 0 | 100011 | 100011111 | 1011010 | 100011 |
Color Harmonies of #8409A7
Complementary color
Monochromatic Colors of #8409A7
Black with #8409A7
Text Example
Text Example
White with #8409A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8409A7; }
p { color: rgb(132,9,167); }
H1.HeaderClassName
{
color: #8409A7;
}
.AnyTagClassName
{
color: #8409A7;
}
</style>
background-color css
<style>
a { background-color: #8409A7; }
a { background-color: rgb(132,9,167); }
div.DivClassName
{
background-color: #8409A7;
}
.BgClassName
{
background-color: #8409A7;
}
</style>
border-color css
<style>
span { border-color: #8409A7; }
span { border-color: rgb(132,9,167); }
td.TdClassName
{
border-color: #8409A7;
}
.TagClassName
{
border-color: #8409A7;
}
</style>