Shades of Dark Magenta #8512AD
Tints of Dark Magenta #8512AD
RGB
CMYK
RGB Variations
Color information
#8512AD (or 0x8512AD) is known color: Dark Magenta. HEX triplet: 85, 12 and AD. RGB value is (133,18,173). Sum of RGB (Red+Green+Blue) = 133+18+173=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #8512AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8512AD is #7AED52. Grayscale: #454545. Windows color (decimal): -8056147 or 11342469. OLE color: 11342469.
HSL color Cylindrical-coordinate representation of color #8512AD: hue angle of 284.52º degrees, saturation: 0.81, 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 #8512AD is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 18 | 173 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.32 |
| HSL | 284.52º | 0.81% | 0.37% | - |
| HSV(B) | 284.52º | 0.9% | 0.68% | - |
| XYZ | 17.43 | 8.44 | 40.24 | - |
| YUV | 70.06 | 186.1 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 173 | 0.23 | 0.90 | 0 | 0.32 | 284.52 | 0.81 | 0.37 |
| Hex | 85 | 12 | AD | 17 | 5A | 0 | 20 | 11D | 51 | 25 |
| Octal | 205 | 22 | 255 | 27 | 132 | 0 | 40 | 435 | 121 | 45 |
| Binary | 10000101 | 10010 | 10101101 | 10111 | 1011010 | 0 | 100000 | 100011101 | 1010001 | 100101 |
Color Harmonies of #8512AD
Complementary color
Monochromatic Colors of #8512AD
Black with #8512AD
Text Example
Text Example
White with #8512AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8512AD; }
p { color: rgb(133,18,173); }
H1.HeaderClassName
{
color: #8512AD;
}
.AnyTagClassName
{
color: #8512AD;
}
</style>
background-color css
<style>
a { background-color: #8512AD; }
a { background-color: rgb(133,18,173); }
div.DivClassName
{
background-color: #8512AD;
}
.BgClassName
{
background-color: #8512AD;
}
</style>
border-color css
<style>
span { border-color: #8512AD; }
span { border-color: rgb(133,18,173); }
td.TdClassName
{
border-color: #8512AD;
}
.TagClassName
{
border-color: #8512AD;
}
</style>