Shades of Dark Magenta #85019E
Tints of Dark Magenta #85019E
RGB
CMYK
RGB Variations
Color information
#85019E (or 0x85019E) is known color: Dark Magenta. HEX triplet: 85, 01 and 9E. RGB value is (133,1,158). Sum of RGB (Red+Green+Blue) = 133+1+158=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #85019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85019E is #7AFE61. Grayscale: #393939. Windows color (decimal): -8060514 or 10355077. OLE color: 10355077.
HSL color Cylindrical-coordinate representation of color #85019E: hue angle of 290.45º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85019E is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 1 | 158 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.38 |
| HSL | 290.45º | 0.99% | 0.31% | - |
| HSV(B) | 290.45º | 0.99% | 0.62% | - |
| XYZ | 15.86 | 7.48 | 32.96 | - |
| YUV | 58.37 | 184.23 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 158 | 0.16 | 0.99 | 0 | 0.38 | 290.45 | 0.99 | 0.31 |
| Hex | 85 | 1 | 9E | 10 | 63 | 0 | 26 | 122 | 63 | 1F |
| Octal | 205 | 1 | 236 | 20 | 143 | 0 | 46 | 442 | 143 | 37 |
| Binary | 10000101 | 1 | 10011110 | 10000 | 1100011 | 0 | 100110 | 100100010 | 1100011 | 11111 |
Color Harmonies of #85019E
Complementary color
Monochromatic Colors of #85019E
Black with #85019E
Text Example
Text Example
White with #85019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85019E; }
p { color: rgb(133,1,158); }
H1.HeaderClassName
{
color: #85019E;
}
.AnyTagClassName
{
color: #85019E;
}
</style>
background-color css
<style>
a { background-color: #85019E; }
a { background-color: rgb(133,1,158); }
div.DivClassName
{
background-color: #85019E;
}
.BgClassName
{
background-color: #85019E;
}
</style>
border-color css
<style>
span { border-color: #85019E; }
span { border-color: rgb(133,1,158); }
td.TdClassName
{
border-color: #85019E;
}
.TagClassName
{
border-color: #85019E;
}
</style>