Shades of Dark Magenta #85058C
Tints of Dark Magenta #85058C
RGB
CMYK
RGB Variations
Color information
#85058C (or 0x85058C) is known color: Dark Magenta. HEX triplet: 85, 05 and 8C. RGB value is (133,5,140). Sum of RGB (Red+Green+Blue) = 133+5+140=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #85058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85058C is #7AFA73. Grayscale: #3A3A3A. Windows color (decimal): -8059508 or 9176453. OLE color: 9176453.
HSL color Cylindrical-coordinate representation of color #85058C: hue angle of 296.89º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85058C is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 5 | 140 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.45 |
| HSL | 296.89º | 0.93% | 0.28% | - |
| HSV(B) | 296.89º | 0.96% | 0.55% | - |
| XYZ | 14.46 | 6.99 | 25.4 | - |
| YUV | 58.66 | 173.91 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 140 | 0.05 | 0.96 | 0 | 0.45 | 296.89 | 0.93 | 0.28 |
| Hex | 85 | 5 | 8C | 5 | 60 | 0 | 2D | 129 | 5D | 1C |
| Octal | 205 | 5 | 214 | 5 | 140 | 0 | 55 | 451 | 135 | 34 |
| Binary | 10000101 | 101 | 10001100 | 101 | 1100000 | 0 | 101101 | 100101001 | 1011101 | 11100 |
Color Harmonies of #85058C
Complementary color
Monochromatic Colors of #85058C
Black with #85058C
Text Example
Text Example
White with #85058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85058C; }
p { color: rgb(133,5,140); }
H1.HeaderClassName
{
color: #85058C;
}
.AnyTagClassName
{
color: #85058C;
}
</style>
background-color css
<style>
a { background-color: #85058C; }
a { background-color: rgb(133,5,140); }
div.DivClassName
{
background-color: #85058C;
}
.BgClassName
{
background-color: #85058C;
}
</style>
border-color css
<style>
span { border-color: #85058C; }
span { border-color: rgb(133,5,140); }
td.TdClassName
{
border-color: #85058C;
}
.TagClassName
{
border-color: #85058C;
}
</style>