Shades of Dark Magenta #85159A
Tints of Dark Magenta #85159A
RGB
CMYK
RGB Variations
Color information
#85159A (or 0x85159A) is known color: Dark Magenta. HEX triplet: 85, 15 and 9A. RGB value is (133,21,154). Sum of RGB (Red+Green+Blue) = 133+21+154=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: blue. Hex color #85159A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85159A is #7AEA65. Grayscale: #454545. Windows color (decimal): -8055398 or 10098053. OLE color: 10098053.
HSL color Cylindrical-coordinate representation of color #85159A: hue angle of 290.53º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85159A is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 21 | 154 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.40 |
| HSL | 290.53º | 0.76% | 0.34% | - |
| HSV(B) | 290.53º | 0.86% | 0.6% | - |
| XYZ | 15.77 | 7.86 | 31.26 | - |
| YUV | 69.65 | 175.61 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 154 | 0.14 | 0.86 | 0 | 0.40 | 290.53 | 0.76 | 0.34 |
| Hex | 85 | 15 | 9A | E | 56 | 0 | 28 | 123 | 4C | 22 |
| Octal | 205 | 25 | 232 | 16 | 126 | 0 | 50 | 443 | 114 | 42 |
| Binary | 10000101 | 10101 | 10011010 | 1110 | 1010110 | 0 | 101000 | 100100011 | 1001100 | 100010 |
Color Harmonies of #85159A
Complementary color
Monochromatic Colors of #85159A
Black with #85159A
Text Example
Text Example
White with #85159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85159A; }
p { color: rgb(133,21,154); }
H1.HeaderClassName
{
color: #85159A;
}
.AnyTagClassName
{
color: #85159A;
}
</style>
background-color css
<style>
a { background-color: #85159A; }
a { background-color: rgb(133,21,154); }
div.DivClassName
{
background-color: #85159A;
}
.BgClassName
{
background-color: #85159A;
}
</style>
border-color css
<style>
span { border-color: #85159A; }
span { border-color: rgb(133,21,154); }
td.TdClassName
{
border-color: #85159A;
}
.TagClassName
{
border-color: #85159A;
}
</style>