Shades of Dark Magenta #85118B
Tints of Dark Magenta #85118B
RGB
CMYK
RGB Variations
Color information
#85118B (or 0x85118B) is known color: Dark Magenta. HEX triplet: 85, 11 and 8B. RGB value is (133,17,139). Sum of RGB (Red+Green+Blue) = 133+17+139=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #85118B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85118B is #7AEE74. Grayscale: #414141. Windows color (decimal): -8056437 or 9113989. OLE color: 9113989.
HSL color Cylindrical-coordinate representation of color #85118B: hue angle of 297.05º 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 #85118B is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 17 | 139 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.45 |
| HSL | 297.05º | 0.78% | 0.31% | - |
| HSV(B) | 297.05º | 0.88% | 0.55% | - |
| XYZ | 14.53 | 7.25 | 25.06 | - |
| YUV | 65.59 | 169.43 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 139 | 0.04 | 0.88 | 0 | 0.45 | 297.05 | 0.78 | 0.31 |
| Hex | 85 | 11 | 8B | 4 | 58 | 0 | 2D | 129 | 4E | 1F |
| Octal | 205 | 21 | 213 | 4 | 130 | 0 | 55 | 451 | 116 | 37 |
| Binary | 10000101 | 10001 | 10001011 | 100 | 1011000 | 0 | 101101 | 100101001 | 1001110 | 11111 |
Color Harmonies of #85118B
Complementary color
Monochromatic Colors of #85118B
Black with #85118B
Text Example
Text Example
White with #85118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85118B; }
p { color: rgb(133,17,139); }
H1.HeaderClassName
{
color: #85118B;
}
.AnyTagClassName
{
color: #85118B;
}
</style>
background-color css
<style>
a { background-color: #85118B; }
a { background-color: rgb(133,17,139); }
div.DivClassName
{
background-color: #85118B;
}
.BgClassName
{
background-color: #85118B;
}
</style>
border-color css
<style>
span { border-color: #85118B; }
span { border-color: rgb(133,17,139); }
td.TdClassName
{
border-color: #85118B;
}
.TagClassName
{
border-color: #85118B;
}
</style>