Shades of Dark Magenta #85019F
Tints of Dark Magenta #85019F
RGB
CMYK
RGB Variations
Color information
#85019F (or 0x85019F) is known color: Dark Magenta. HEX triplet: 85, 01 and 9F. RGB value is (133,1,159). Sum of RGB (Red+Green+Blue) = 133+1+159=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #85019F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85019F is #7AFE60. Grayscale: #393939. Windows color (decimal): -8060513 or 10420613. OLE color: 10420613.
HSL color Cylindrical-coordinate representation of color #85019F: hue angle of 290.13º 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 #85019F is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 1 | 159 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.38 |
| HSL | 290.13º | 0.99% | 0.31% | - |
| HSV(B) | 290.13º | 0.99% | 0.62% | - |
| XYZ | 15.94 | 7.51 | 33.41 | - |
| YUV | 58.48 | 184.73 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 159 | 0.16 | 0.99 | 0 | 0.38 | 290.13 | 0.99 | 0.31 |
| Hex | 85 | 1 | 9F | 10 | 63 | 0 | 26 | 122 | 63 | 1F |
| Octal | 205 | 1 | 237 | 20 | 143 | 0 | 46 | 442 | 143 | 37 |
| Binary | 10000101 | 1 | 10011111 | 10000 | 1100011 | 0 | 100110 | 100100010 | 1100011 | 11111 |
Color Harmonies of #85019F
Complementary color
Monochromatic Colors of #85019F
Black with #85019F
Text Example
Text Example
White with #85019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85019F; }
p { color: rgb(133,1,159); }
H1.HeaderClassName
{
color: #85019F;
}
.AnyTagClassName
{
color: #85019F;
}
</style>
background-color css
<style>
a { background-color: #85019F; }
a { background-color: rgb(133,1,159); }
div.DivClassName
{
background-color: #85019F;
}
.BgClassName
{
background-color: #85019F;
}
</style>
border-color css
<style>
span { border-color: #85019F; }
span { border-color: rgb(133,1,159); }
td.TdClassName
{
border-color: #85019F;
}
.TagClassName
{
border-color: #85019F;
}
</style>