Shades of Dark Magenta #8514AB
Tints of Dark Magenta #8514AB
RGB
CMYK
RGB Variations
Color information
#8514AB (or 0x8514AB) is known color: Dark Magenta. HEX triplet: 85, 14 and AB. RGB value is (133,20,171). Sum of RGB (Red+Green+Blue) = 133+20+171=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #8514AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8514AB is #7AEB54. Grayscale: #464646. Windows color (decimal): -8055637 or 11211909. OLE color: 11211909.
HSL color Cylindrical-coordinate representation of color #8514AB: hue angle of 284.9º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8514AB is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 20 | 171 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.33 |
| HSL | 284.9º | 0.79% | 0.37% | - |
| HSV(B) | 284.9º | 0.88% | 0.67% | - |
| XYZ | 17.27 | 8.43 | 39.24 | - |
| YUV | 71 | 184.44 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 171 | 0.22 | 0.88 | 0 | 0.33 | 284.9 | 0.79 | 0.37 |
| Hex | 85 | 14 | AB | 16 | 58 | 0 | 21 | 11D | 4F | 25 |
| Octal | 205 | 24 | 253 | 26 | 130 | 0 | 41 | 435 | 117 | 45 |
| Binary | 10000101 | 10100 | 10101011 | 10110 | 1011000 | 0 | 100001 | 100011101 | 1001111 | 100101 |
Color Harmonies of #8514AB
Complementary color
Monochromatic Colors of #8514AB
Black with #8514AB
Text Example
Text Example
White with #8514AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8514AB; }
p { color: rgb(133,20,171); }
H1.HeaderClassName
{
color: #8514AB;
}
.AnyTagClassName
{
color: #8514AB;
}
</style>
background-color css
<style>
a { background-color: #8514AB; }
a { background-color: rgb(133,20,171); }
div.DivClassName
{
background-color: #8514AB;
}
.BgClassName
{
background-color: #8514AB;
}
</style>
border-color css
<style>
span { border-color: #8514AB; }
span { border-color: rgb(133,20,171); }
td.TdClassName
{
border-color: #8514AB;
}
.TagClassName
{
border-color: #8514AB;
}
</style>