Shades of Dark Magenta #85109D
Tints of Dark Magenta #85109D
RGB
CMYK
RGB Variations
Color information
#85109D (or 0x85109D) is known color: Dark Magenta. HEX triplet: 85, 10 and 9D. RGB value is (133,16,157). Sum of RGB (Red+Green+Blue) = 133+16+157=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #85109D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85109D is #7AEF62. Grayscale: #424242. Windows color (decimal): -8056675 or 10293381. OLE color: 10293381.
HSL color Cylindrical-coordinate representation of color #85109D: hue angle of 289.79º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85109D is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 16 | 157 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.38 |
| HSL | 289.79º | 0.82% | 0.34% | - |
| HSV(B) | 289.79º | 0.9% | 0.62% | - |
| XYZ | 15.94 | 7.79 | 32.56 | - |
| YUV | 67.06 | 178.76 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 157 | 0.15 | 0.90 | 0 | 0.38 | 289.79 | 0.82 | 0.34 |
| Hex | 85 | 10 | 9D | F | 5A | 0 | 26 | 122 | 52 | 22 |
| Octal | 205 | 20 | 235 | 17 | 132 | 0 | 46 | 442 | 122 | 42 |
| Binary | 10000101 | 10000 | 10011101 | 1111 | 1011010 | 0 | 100110 | 100100010 | 1010010 | 100010 |
Color Harmonies of #85109D
Complementary color
Monochromatic Colors of #85109D
Black with #85109D
Text Example
Text Example
White with #85109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85109D; }
p { color: rgb(133,16,157); }
H1.HeaderClassName
{
color: #85109D;
}
.AnyTagClassName
{
color: #85109D;
}
</style>
background-color css
<style>
a { background-color: #85109D; }
a { background-color: rgb(133,16,157); }
div.DivClassName
{
background-color: #85109D;
}
.BgClassName
{
background-color: #85109D;
}
</style>
border-color css
<style>
span { border-color: #85109D; }
span { border-color: rgb(133,16,157); }
td.TdClassName
{
border-color: #85109D;
}
.TagClassName
{
border-color: #85109D;
}
</style>