Shades of Dark Magenta #8512A5
Tints of Dark Magenta #8512A5
RGB
CMYK
RGB Variations
Color information
#8512A5 (or 0x8512A5) is known color: Dark Magenta. HEX triplet: 85, 12 and A5. RGB value is (133,18,165). Sum of RGB (Red+Green+Blue) = 133+18+165=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 165 (64.84% from 255 or 52.22% from 316); Max value from RGB is 165 - color contains mainly: blue. Hex color #8512A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8512A5 is #7AED5A. Grayscale: #444444. Windows color (decimal): -8056155 or 10818181. OLE color: 10818181.
HSL color Cylindrical-coordinate representation of color #8512A5: hue angle of 286.94º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8512A5 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 18 | 165 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.35 |
| HSL | 286.94º | 0.8% | 0.36% | - |
| HSV(B) | 286.94º | 0.89% | 0.65% | - |
| XYZ | 16.68 | 8.14 | 36.29 | - |
| YUV | 69.14 | 182.1 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 165 | 0.19 | 0.89 | 0 | 0.35 | 286.94 | 0.8 | 0.36 |
| Hex | 85 | 12 | A5 | 13 | 59 | 0 | 23 | 11F | 50 | 24 |
| Octal | 205 | 22 | 245 | 23 | 131 | 0 | 43 | 437 | 120 | 44 |
| Binary | 10000101 | 10010 | 10100101 | 10011 | 1011001 | 0 | 100011 | 100011111 | 1010000 | 100100 |
Color Harmonies of #8512A5
Complementary color
Monochromatic Colors of #8512A5
Black with #8512A5
Text Example
Text Example
White with #8512A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8512A5; }
p { color: rgb(133,18,165); }
H1.HeaderClassName
{
color: #8512A5;
}
.AnyTagClassName
{
color: #8512A5;
}
</style>
background-color css
<style>
a { background-color: #8512A5; }
a { background-color: rgb(133,18,165); }
div.DivClassName
{
background-color: #8512A5;
}
.BgClassName
{
background-color: #8512A5;
}
</style>
border-color css
<style>
span { border-color: #8512A5; }
span { border-color: rgb(133,18,165); }
td.TdClassName
{
border-color: #8512A5;
}
.TagClassName
{
border-color: #8512A5;
}
</style>