Shades of Dark Magenta #85118D
Tints of Dark Magenta #85118D
RGB
CMYK
RGB Variations
Color information
#85118D (or 0x85118D) is known color: Dark Magenta. HEX triplet: 85, 11 and 8D. RGB value is (133,17,141). Sum of RGB (Red+Green+Blue) = 133+17+141=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #85118D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85118D is #7AEE72. Grayscale: #414141. Windows color (decimal): -8056435 or 9245061. OLE color: 9245061.
HSL color Cylindrical-coordinate representation of color #85118D: hue angle of 296.13º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85118D is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 17 | 141 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.45 |
| HSL | 296.13º | 0.78% | 0.31% | - |
| HSV(B) | 296.13º | 0.88% | 0.55% | - |
| XYZ | 14.68 | 7.31 | 25.84 | - |
| YUV | 65.82 | 170.43 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 141 | 0.06 | 0.88 | 0 | 0.45 | 296.13 | 0.78 | 0.31 |
| Hex | 85 | 11 | 8D | 6 | 58 | 0 | 2D | 128 | 4E | 1F |
| Octal | 205 | 21 | 215 | 6 | 130 | 0 | 55 | 450 | 116 | 37 |
| Binary | 10000101 | 10001 | 10001101 | 110 | 1011000 | 0 | 101101 | 100101000 | 1001110 | 11111 |
Color Harmonies of #85118D
Complementary color
Monochromatic Colors of #85118D
Black with #85118D
Text Example
Text Example
White with #85118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85118D; }
p { color: rgb(133,17,141); }
H1.HeaderClassName
{
color: #85118D;
}
.AnyTagClassName
{
color: #85118D;
}
</style>
background-color css
<style>
a { background-color: #85118D; }
a { background-color: rgb(133,17,141); }
div.DivClassName
{
background-color: #85118D;
}
.BgClassName
{
background-color: #85118D;
}
</style>
border-color css
<style>
span { border-color: #85118D; }
span { border-color: rgb(133,17,141); }
td.TdClassName
{
border-color: #85118D;
}
.TagClassName
{
border-color: #85118D;
}
</style>