Shades of Dark Magenta #85018B
Tints of Dark Magenta #85018B
RGB
CMYK
RGB Variations
Color information
#85018B (or 0x85018B) is known color: Dark Magenta. HEX triplet: 85, 01 and 8B. RGB value is (133,1,139). Sum of RGB (Red+Green+Blue) = 133+1+139=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #85018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85018B is #7AFE74. Grayscale: #373737. Windows color (decimal): -8060533 or 9109893. OLE color: 9109893.
HSL color Cylindrical-coordinate representation of color #85018B: hue angle of 297.39º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85018B is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 1 | 139 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.45 |
| HSL | 297.39º | 0.99% | 0.27% | - |
| HSV(B) | 297.39º | 0.99% | 0.55% | - |
| XYZ | 14.34 | 6.87 | 25 | - |
| YUV | 56.2 | 174.73 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 139 | 0.04 | 0.99 | 0 | 0.45 | 297.39 | 0.99 | 0.27 |
| Hex | 85 | 1 | 8B | 4 | 63 | 0 | 2D | 129 | 63 | 1B |
| Octal | 205 | 1 | 213 | 4 | 143 | 0 | 55 | 451 | 143 | 33 |
| Binary | 10000101 | 1 | 10001011 | 100 | 1100011 | 0 | 101101 | 100101001 | 1100011 | 11011 |
Color Harmonies of #85018B
Complementary color
Monochromatic Colors of #85018B
Black with #85018B
Text Example
Text Example
White with #85018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85018B; }
p { color: rgb(133,1,139); }
H1.HeaderClassName
{
color: #85018B;
}
.AnyTagClassName
{
color: #85018B;
}
</style>
background-color css
<style>
a { background-color: #85018B; }
a { background-color: rgb(133,1,139); }
div.DivClassName
{
background-color: #85018B;
}
.BgClassName
{
background-color: #85018B;
}
</style>
border-color css
<style>
span { border-color: #85018B; }
span { border-color: rgb(133,1,139); }
td.TdClassName
{
border-color: #85018B;
}
.TagClassName
{
border-color: #85018B;
}
</style>