Shades of Dark Magenta #8502AB
Tints of Dark Magenta #8502AB
RGB
CMYK
RGB Variations
Color information
#8502AB (or 0x8502AB) is known color: Dark Magenta. HEX triplet: 85, 02 and AB. RGB value is (133,2,171). Sum of RGB (Red+Green+Blue) = 133+2+171=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #8502AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8502AB is #7AFD54. Grayscale: #3B3B3B. Windows color (decimal): -8060245 or 11207301. OLE color: 11207301.
HSL color Cylindrical-coordinate representation of color #8502AB: hue angle of 286.51º 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 #8502AB is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 2 | 171 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.33 |
| HSL | 286.51º | 0.98% | 0.34% | - |
| HSV(B) | 286.51º | 0.99% | 0.67% | - |
| XYZ | 17.05 | 7.97 | 39.17 | - |
| YUV | 60.44 | 190.4 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 171 | 0.22 | 0.99 | 0 | 0.33 | 286.51 | 0.98 | 0.34 |
| Hex | 85 | 2 | AB | 16 | 63 | 0 | 21 | 11F | 62 | 22 |
| Octal | 205 | 2 | 253 | 26 | 143 | 0 | 41 | 437 | 142 | 42 |
| Binary | 10000101 | 10 | 10101011 | 10110 | 1100011 | 0 | 100001 | 100011111 | 1100010 | 100010 |
Color Harmonies of #8502AB
Complementary color
Monochromatic Colors of #8502AB
Black with #8502AB
Text Example
Text Example
White with #8502AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8502AB; }
p { color: rgb(133,2,171); }
H1.HeaderClassName
{
color: #8502AB;
}
.AnyTagClassName
{
color: #8502AB;
}
</style>
background-color css
<style>
a { background-color: #8502AB; }
a { background-color: rgb(133,2,171); }
div.DivClassName
{
background-color: #8502AB;
}
.BgClassName
{
background-color: #8502AB;
}
</style>
border-color css
<style>
span { border-color: #8502AB; }
span { border-color: rgb(133,2,171); }
td.TdClassName
{
border-color: #8502AB;
}
.TagClassName
{
border-color: #8502AB;
}
</style>