Shades of Dark Magenta #85088C
Tints of Dark Magenta #85088C
RGB
CMYK
RGB Variations
Color information
#85088C (or 0x85088C) is known color: Dark Magenta. HEX triplet: 85, 08 and 8C. RGB value is (133,8,140). Sum of RGB (Red+Green+Blue) = 133+8+140=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #85088C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85088C is #7AF773. Grayscale: #3C3C3C. Windows color (decimal): -8058740 or 9177221. OLE color: 9177221.
HSL color Cylindrical-coordinate representation of color #85088C: hue angle of 296.82º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85088C is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 8 | 140 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.45 |
| HSL | 296.82º | 0.89% | 0.29% | - |
| HSV(B) | 296.82º | 0.94% | 0.55% | - |
| XYZ | 14.49 | 7.05 | 25.41 | - |
| YUV | 60.42 | 172.91 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 8 | 140 | 0.05 | 0.94 | 0 | 0.45 | 296.82 | 0.89 | 0.29 |
| Hex | 85 | 8 | 8C | 5 | 5E | 0 | 2D | 129 | 59 | 1D |
| Octal | 205 | 10 | 214 | 5 | 136 | 0 | 55 | 451 | 131 | 35 |
| Binary | 10000101 | 1000 | 10001100 | 101 | 1011110 | 0 | 101101 | 100101001 | 1011001 | 11101 |
Color Harmonies of #85088C
Complementary color
Monochromatic Colors of #85088C
Black with #85088C
Text Example
Text Example
White with #85088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85088C; }
p { color: rgb(133,8,140); }
H1.HeaderClassName
{
color: #85088C;
}
.AnyTagClassName
{
color: #85088C;
}
</style>
background-color css
<style>
a { background-color: #85088C; }
a { background-color: rgb(133,8,140); }
div.DivClassName
{
background-color: #85088C;
}
.BgClassName
{
background-color: #85088C;
}
</style>
border-color css
<style>
span { border-color: #85088C; }
span { border-color: rgb(133,8,140); }
td.TdClassName
{
border-color: #85088C;
}
.TagClassName
{
border-color: #85088C;
}
</style>