Shades of Dark Magenta #8407AB
Tints of Dark Magenta #8407AB
RGB
CMYK
RGB Variations
Color information
#8407AB (or 0x8407AB) is known color: Dark Magenta. HEX triplet: 84, 07 and AB. RGB value is (132,7,171). Sum of RGB (Red+Green+Blue) = 132+7+171=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #8407AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8407AB is #7BF854. Grayscale: #3E3E3E. Windows color (decimal): -8124501 or 11208580. OLE color: 11208580.
HSL color Cylindrical-coordinate representation of color #8407AB: hue angle of 285.73º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8407AB is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 7 | 171 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.33 |
| HSL | 285.73º | 0.92% | 0.35% | - |
| HSV(B) | 285.73º | 0.96% | 0.67% | - |
| XYZ | 16.94 | 8 | 39.18 | - |
| YUV | 63.07 | 188.91 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 7 | 171 | 0.23 | 0.96 | 0 | 0.33 | 285.73 | 0.92 | 0.35 |
| Hex | 84 | 7 | AB | 17 | 60 | 0 | 21 | 11E | 5C | 23 |
| Octal | 204 | 7 | 253 | 27 | 140 | 0 | 41 | 436 | 134 | 43 |
| Binary | 10000100 | 111 | 10101011 | 10111 | 1100000 | 0 | 100001 | 100011110 | 1011100 | 100011 |
Color Harmonies of #8407AB
Complementary color
Monochromatic Colors of #8407AB
Black with #8407AB
Text Example
Text Example
White with #8407AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8407AB; }
p { color: rgb(132,7,171); }
H1.HeaderClassName
{
color: #8407AB;
}
.AnyTagClassName
{
color: #8407AB;
}
</style>
background-color css
<style>
a { background-color: #8407AB; }
a { background-color: rgb(132,7,171); }
div.DivClassName
{
background-color: #8407AB;
}
.BgClassName
{
background-color: #8407AB;
}
</style>
border-color css
<style>
span { border-color: #8407AB; }
span { border-color: rgb(132,7,171); }
td.TdClassName
{
border-color: #8407AB;
}
.TagClassName
{
border-color: #8407AB;
}
</style>