Shades of Dark Magenta #85018D
Tints of Dark Magenta #85018D
RGB
CMYK
RGB Variations
Color information
#85018D (or 0x85018D) is known color: Dark Magenta. HEX triplet: 85, 01 and 8D. RGB value is (133,1,141). Sum of RGB (Red+Green+Blue) = 133+1+141=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #85018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85018D is #7AFE72. Grayscale: #383838. Windows color (decimal): -8060531 or 9240965. OLE color: 9240965.
HSL color Cylindrical-coordinate representation of color #85018D: hue angle of 296.57º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85018D is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 1 | 141 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.45 |
| HSL | 296.57º | 0.99% | 0.28% | - |
| HSV(B) | 296.57º | 0.99% | 0.55% | - |
| XYZ | 14.49 | 6.93 | 25.77 | - |
| YUV | 56.43 | 175.73 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 141 | 0.06 | 0.99 | 0 | 0.45 | 296.57 | 0.99 | 0.28 |
| Hex | 85 | 1 | 8D | 6 | 63 | 0 | 2D | 129 | 63 | 1C |
| Octal | 205 | 1 | 215 | 6 | 143 | 0 | 55 | 451 | 143 | 34 |
| Binary | 10000101 | 1 | 10001101 | 110 | 1100011 | 0 | 101101 | 100101001 | 1100011 | 11100 |
Color Harmonies of #85018D
Complementary color
Monochromatic Colors of #85018D
Black with #85018D
Text Example
Text Example
White with #85018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85018D; }
p { color: rgb(133,1,141); }
H1.HeaderClassName
{
color: #85018D;
}
.AnyTagClassName
{
color: #85018D;
}
</style>
background-color css
<style>
a { background-color: #85018D; }
a { background-color: rgb(133,1,141); }
div.DivClassName
{
background-color: #85018D;
}
.BgClassName
{
background-color: #85018D;
}
</style>
border-color css
<style>
span { border-color: #85018D; }
span { border-color: rgb(133,1,141); }
td.TdClassName
{
border-color: #85018D;
}
.TagClassName
{
border-color: #85018D;
}
</style>