Shades of Dark Magenta #85169A
Tints of Dark Magenta #85169A
RGB
CMYK
RGB Variations
Color information
#85169A (or 0x85169A) is known color: Dark Magenta. HEX triplet: 85, 16 and 9A. RGB value is (133,22,154). Sum of RGB (Red+Green+Blue) = 133+22+154=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #85169A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85169A is #7AE965. Grayscale: #454545. Windows color (decimal): -8055142 or 10098309. OLE color: 10098309.
HSL color Cylindrical-coordinate representation of color #85169A: hue angle of 290.45º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85169A is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 22 | 154 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.40 |
| HSL | 290.45º | 0.75% | 0.35% | - |
| HSV(B) | 290.45º | 0.86% | 0.6% | - |
| XYZ | 15.79 | 7.89 | 31.26 | - |
| YUV | 70.24 | 175.27 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 154 | 0.14 | 0.86 | 0 | 0.40 | 290.45 | 0.75 | 0.35 |
| Hex | 85 | 16 | 9A | E | 56 | 0 | 28 | 122 | 4B | 23 |
| Octal | 205 | 26 | 232 | 16 | 126 | 0 | 50 | 442 | 113 | 43 |
| Binary | 10000101 | 10110 | 10011010 | 1110 | 1010110 | 0 | 101000 | 100100010 | 1001011 | 100011 |
Color Harmonies of #85169A
Complementary color
Monochromatic Colors of #85169A
Black with #85169A
Text Example
Text Example
White with #85169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85169A; }
p { color: rgb(133,22,154); }
H1.HeaderClassName
{
color: #85169A;
}
.AnyTagClassName
{
color: #85169A;
}
</style>
background-color css
<style>
a { background-color: #85169A; }
a { background-color: rgb(133,22,154); }
div.DivClassName
{
background-color: #85169A;
}
.BgClassName
{
background-color: #85169A;
}
</style>
border-color css
<style>
span { border-color: #85169A; }
span { border-color: rgb(133,22,154); }
td.TdClassName
{
border-color: #85169A;
}
.TagClassName
{
border-color: #85169A;
}
</style>