Shades of Dark Magenta #8402AB
Tints of Dark Magenta #8402AB
RGB
CMYK
RGB Variations
Color information
#8402AB (or 0x8402AB) is known color: Dark Magenta. HEX triplet: 84, 02 and AB. RGB value is (132,2,171). Sum of RGB (Red+Green+Blue) = 132+2+171=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #8402AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8402AB is #7BFD54. Grayscale: #3B3B3B. Windows color (decimal): -8125781 or 11207300. OLE color: 11207300.
HSL color Cylindrical-coordinate representation of color #8402AB: hue angle of 286.15º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8402AB is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 2 | 171 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.33 |
| HSL | 286.15º | 0.98% | 0.34% | - |
| HSV(B) | 286.15º | 0.99% | 0.67% | - |
| XYZ | 16.89 | 7.89 | 39.16 | - |
| YUV | 60.14 | 190.57 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 2 | 171 | 0.23 | 0.99 | 0 | 0.33 | 286.15 | 0.98 | 0.34 |
| Hex | 84 | 2 | AB | 17 | 63 | 0 | 21 | 11E | 62 | 22 |
| Octal | 204 | 2 | 253 | 27 | 143 | 0 | 41 | 436 | 142 | 42 |
| Binary | 10000100 | 10 | 10101011 | 10111 | 1100011 | 0 | 100001 | 100011110 | 1100010 | 100010 |
Color Harmonies of #8402AB
Complementary color
Monochromatic Colors of #8402AB
Black with #8402AB
Text Example
Text Example
White with #8402AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8402AB; }
p { color: rgb(132,2,171); }
H1.HeaderClassName
{
color: #8402AB;
}
.AnyTagClassName
{
color: #8402AB;
}
</style>
background-color css
<style>
a { background-color: #8402AB; }
a { background-color: rgb(132,2,171); }
div.DivClassName
{
background-color: #8402AB;
}
.BgClassName
{
background-color: #8402AB;
}
</style>
border-color css
<style>
span { border-color: #8402AB; }
span { border-color: rgb(132,2,171); }
td.TdClassName
{
border-color: #8402AB;
}
.TagClassName
{
border-color: #8402AB;
}
</style>