Shades of Dark Magenta #85138D
Tints of Dark Magenta #85138D
RGB
CMYK
RGB Variations
Color information
#85138D (or 0x85138D) is known color: Dark Magenta. HEX triplet: 85, 13 and 8D. RGB value is (133,19,141). Sum of RGB (Red+Green+Blue) = 133+19+141=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #85138D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85138D is #7AEC72. Grayscale: #424242. Windows color (decimal): -8055923 or 9245573. OLE color: 9245573.
HSL color Cylindrical-coordinate representation of color #85138D: hue angle of 296.07º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85138D is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 19 | 141 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.45 |
| HSL | 296.07º | 0.76% | 0.31% | - |
| HSV(B) | 296.07º | 0.87% | 0.55% | - |
| XYZ | 14.71 | 7.38 | 25.85 | - |
| YUV | 66.99 | 169.77 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 19 | 141 | 0.06 | 0.87 | 0 | 0.45 | 296.07 | 0.76 | 0.31 |
| Hex | 85 | 13 | 8D | 6 | 57 | 0 | 2D | 128 | 4C | 1F |
| Octal | 205 | 23 | 215 | 6 | 127 | 0 | 55 | 450 | 114 | 37 |
| Binary | 10000101 | 10011 | 10001101 | 110 | 1010111 | 0 | 101101 | 100101000 | 1001100 | 11111 |
Color Harmonies of #85138D
Complementary color
Monochromatic Colors of #85138D
Black with #85138D
Text Example
Text Example
White with #85138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85138D; }
p { color: rgb(133,19,141); }
H1.HeaderClassName
{
color: #85138D;
}
.AnyTagClassName
{
color: #85138D;
}
</style>
background-color css
<style>
a { background-color: #85138D; }
a { background-color: rgb(133,19,141); }
div.DivClassName
{
background-color: #85138D;
}
.BgClassName
{
background-color: #85138D;
}
</style>
border-color css
<style>
span { border-color: #85138D; }
span { border-color: rgb(133,19,141); }
td.TdClassName
{
border-color: #85138D;
}
.TagClassName
{
border-color: #85138D;
}
</style>