Shades of Dark Magenta #85149E
Tints of Dark Magenta #85149E
RGB
CMYK
RGB Variations
Color information
#85149E (or 0x85149E) is known color: Dark Magenta. HEX triplet: 85, 14 and 9E. RGB value is (133,20,158). Sum of RGB (Red+Green+Blue) = 133+20+158=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #85149E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85149E is #7AEB61. Grayscale: #454545. Windows color (decimal): -8055650 or 10359941. OLE color: 10359941.
HSL color Cylindrical-coordinate representation of color #85149E: hue angle of 289.13º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85149E is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 20 | 158 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.38 |
| HSL | 289.13º | 0.78% | 0.35% | - |
| HSV(B) | 289.13º | 0.87% | 0.62% | - |
| XYZ | 16.09 | 7.96 | 33.04 | - |
| YUV | 69.52 | 177.94 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 158 | 0.16 | 0.87 | 0 | 0.38 | 289.13 | 0.78 | 0.35 |
| Hex | 85 | 14 | 9E | 10 | 57 | 0 | 26 | 121 | 4E | 23 |
| Octal | 205 | 24 | 236 | 20 | 127 | 0 | 46 | 441 | 116 | 43 |
| Binary | 10000101 | 10100 | 10011110 | 10000 | 1010111 | 0 | 100110 | 100100001 | 1001110 | 100011 |
Color Harmonies of #85149E
Complementary color
Monochromatic Colors of #85149E
Black with #85149E
Text Example
Text Example
White with #85149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85149E; }
p { color: rgb(133,20,158); }
H1.HeaderClassName
{
color: #85149E;
}
.AnyTagClassName
{
color: #85149E;
}
</style>
background-color css
<style>
a { background-color: #85149E; }
a { background-color: rgb(133,20,158); }
div.DivClassName
{
background-color: #85149E;
}
.BgClassName
{
background-color: #85149E;
}
</style>
border-color css
<style>
span { border-color: #85149E; }
span { border-color: rgb(133,20,158); }
td.TdClassName
{
border-color: #85149E;
}
.TagClassName
{
border-color: #85149E;
}
</style>