Shades of Dark Magenta #8411AB
Tints of Dark Magenta #8411AB
RGB
CMYK
RGB Variations
Color information
#8411AB (or 0x8411AB) is known color: Dark Magenta. HEX triplet: 84, 11 and AB. RGB value is (132,17,171). Sum of RGB (Red+Green+Blue) = 132+17+171=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #8411AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8411AB is #7BEE54. Grayscale: #444444. Windows color (decimal): -8121941 or 11211140. OLE color: 11211140.
HSL color Cylindrical-coordinate representation of color #8411AB: hue angle of 284.81º degrees, saturation: 0.82, 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 #8411AB is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 17 | 171 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.33 |
| HSL | 284.81º | 0.82% | 0.37% | - |
| HSV(B) | 284.81º | 0.9% | 0.67% | - |
| XYZ | 17.07 | 8.25 | 39.22 | - |
| YUV | 68.94 | 185.6 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 171 | 0.23 | 0.90 | 0 | 0.33 | 284.81 | 0.82 | 0.37 |
| Hex | 84 | 11 | AB | 17 | 5A | 0 | 21 | 11D | 52 | 25 |
| Octal | 204 | 21 | 253 | 27 | 132 | 0 | 41 | 435 | 122 | 45 |
| Binary | 10000100 | 10001 | 10101011 | 10111 | 1011010 | 0 | 100001 | 100011101 | 1010010 | 100101 |
Color Harmonies of #8411AB
Complementary color
Monochromatic Colors of #8411AB
Black with #8411AB
Text Example
Text Example
White with #8411AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8411AB; }
p { color: rgb(132,17,171); }
H1.HeaderClassName
{
color: #8411AB;
}
.AnyTagClassName
{
color: #8411AB;
}
</style>
background-color css
<style>
a { background-color: #8411AB; }
a { background-color: rgb(132,17,171); }
div.DivClassName
{
background-color: #8411AB;
}
.BgClassName
{
background-color: #8411AB;
}
</style>
border-color css
<style>
span { border-color: #8411AB; }
span { border-color: rgb(132,17,171); }
td.TdClassName
{
border-color: #8411AB;
}
.TagClassName
{
border-color: #8411AB;
}
</style>