Shades of Dark Magenta #8511AD
Tints of Dark Magenta #8511AD
RGB
CMYK
RGB Variations
Color information
#8511AD (or 0x8511AD) is known color: Dark Magenta. HEX triplet: 85, 11 and AD. RGB value is (133,17,173). Sum of RGB (Red+Green+Blue) = 133+17+173=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #8511AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8511AD is #7AEE52. Grayscale: #444444. Windows color (decimal): -8056403 or 11342213. OLE color: 11342213.
HSL color Cylindrical-coordinate representation of color #8511AD: hue angle of 284.62º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8511AD is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 17 | 173 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.32 |
| HSL | 284.62º | 0.82% | 0.37% | - |
| HSV(B) | 284.62º | 0.9% | 0.68% | - |
| XYZ | 17.42 | 8.4 | 40.24 | - |
| YUV | 69.47 | 186.43 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 173 | 0.23 | 0.90 | 0 | 0.32 | 284.62 | 0.82 | 0.37 |
| Hex | 85 | 11 | AD | 17 | 5A | 0 | 20 | 11D | 52 | 25 |
| Octal | 205 | 21 | 255 | 27 | 132 | 0 | 40 | 435 | 122 | 45 |
| Binary | 10000101 | 10001 | 10101101 | 10111 | 1011010 | 0 | 100000 | 100011101 | 1010010 | 100101 |
Color Harmonies of #8511AD
Complementary color
Monochromatic Colors of #8511AD
Black with #8511AD
Text Example
Text Example
White with #8511AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8511AD; }
p { color: rgb(133,17,173); }
H1.HeaderClassName
{
color: #8511AD;
}
.AnyTagClassName
{
color: #8511AD;
}
</style>
background-color css
<style>
a { background-color: #8511AD; }
a { background-color: rgb(133,17,173); }
div.DivClassName
{
background-color: #8511AD;
}
.BgClassName
{
background-color: #8511AD;
}
</style>
border-color css
<style>
span { border-color: #8511AD; }
span { border-color: rgb(133,17,173); }
td.TdClassName
{
border-color: #8511AD;
}
.TagClassName
{
border-color: #8511AD;
}
</style>