Shades of Dark Magenta #8405AB
Tints of Dark Magenta #8405AB
RGB
CMYK
RGB Variations
Color information
#8405AB (or 0x8405AB) is known color: Dark Magenta. HEX triplet: 84, 05 and AB. RGB value is (132,5,171). Sum of RGB (Red+Green+Blue) = 132+5+171=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #8405AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8405AB is #7BFA54. Grayscale: #3D3D3D. Windows color (decimal): -8125013 or 11208068. OLE color: 11208068.
HSL color Cylindrical-coordinate representation of color #8405AB: hue angle of 285.9º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8405AB is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 5 | 171 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.33 |
| HSL | 285.9º | 0.94% | 0.35% | - |
| HSV(B) | 285.9º | 0.97% | 0.67% | - |
| XYZ | 16.92 | 7.95 | 39.17 | - |
| YUV | 61.9 | 189.58 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 171 | 0.23 | 0.97 | 0 | 0.33 | 285.9 | 0.94 | 0.35 |
| Hex | 84 | 5 | AB | 17 | 61 | 0 | 21 | 11E | 5E | 23 |
| Octal | 204 | 5 | 253 | 27 | 141 | 0 | 41 | 436 | 136 | 43 |
| Binary | 10000100 | 101 | 10101011 | 10111 | 1100001 | 0 | 100001 | 100011110 | 1011110 | 100011 |
Color Harmonies of #8405AB
Complementary color
Monochromatic Colors of #8405AB
Black with #8405AB
Text Example
Text Example
White with #8405AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8405AB; }
p { color: rgb(132,5,171); }
H1.HeaderClassName
{
color: #8405AB;
}
.AnyTagClassName
{
color: #8405AB;
}
</style>
background-color css
<style>
a { background-color: #8405AB; }
a { background-color: rgb(132,5,171); }
div.DivClassName
{
background-color: #8405AB;
}
.BgClassName
{
background-color: #8405AB;
}
</style>
border-color css
<style>
span { border-color: #8405AB; }
span { border-color: rgb(132,5,171); }
td.TdClassName
{
border-color: #8405AB;
}
.TagClassName
{
border-color: #8405AB;
}
</style>