Shades of Dark Magenta #85008C
Tints of Dark Magenta #85008C
RGB
CMYK
RGB Variations
Color information
#85008C (or 0x85008C) is known color: Dark Magenta. HEX triplet: 85, 00 and 8C. RGB value is (133,0,140). Sum of RGB (Red+Green+Blue) = 133+0+140=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #85008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85008C is #7AFF73. Grayscale: #373737. Windows color (decimal): -8060788 or 9175173. OLE color: 9175173.
HSL color Cylindrical-coordinate representation of color #85008C: hue angle of 297º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #85008C is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 0 | 140 | - |
| CMYK | 0.05 | 1 | 0 | 0.45 |
| HSL | 297º | 1% | 0.27% | - |
| HSV(B) | 297º | 1% | 0.55% | - |
| XYZ | 14.41 | 6.88 | 25.38 | - |
| YUV | 55.73 | 175.56 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 140 | 0.05 | 1 | 0 | 0.45 | 297 | 1 | 0.27 |
| Hex | 85 | 0 | 8C | 5 | 64 | 0 | 2D | 129 | 64 | 1B |
| Octal | 205 | 0 | 214 | 5 | 144 | 0 | 55 | 451 | 144 | 33 |
| Binary | 10000101 | 0 | 10001100 | 101 | 1100100 | 0 | 101101 | 100101001 | 1100100 | 11011 |
Color Harmonies of #85008C
Complementary color
Monochromatic Colors of #85008C
Black with #85008C
Text Example
Text Example
White with #85008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85008C; }
p { color: rgb(133,0,140); }
H1.HeaderClassName
{
color: #85008C;
}
.AnyTagClassName
{
color: #85008C;
}
</style>
background-color css
<style>
a { background-color: #85008C; }
a { background-color: rgb(133,0,140); }
div.DivClassName
{
background-color: #85008C;
}
.BgClassName
{
background-color: #85008C;
}
</style>
border-color css
<style>
span { border-color: #85008C; }
span { border-color: rgb(133,0,140); }
td.TdClassName
{
border-color: #85008C;
}
.TagClassName
{
border-color: #85008C;
}
</style>