Shades of Dark Magenta #85109A
Tints of Dark Magenta #85109A
RGB
CMYK
RGB Variations
Color information
#85109A (or 0x85109A) is known color: Dark Magenta. HEX triplet: 85, 10 and 9A. RGB value is (133,16,154). Sum of RGB (Red+Green+Blue) = 133+16+154=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #85109A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85109A is #7AEF65. Grayscale: #424242. Windows color (decimal): -8056678 or 10096773. OLE color: 10096773.
HSL color Cylindrical-coordinate representation of color #85109A: hue angle of 290.87º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85109A is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 16 | 154 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.40 |
| HSL | 290.87º | 0.81% | 0.33% | - |
| HSV(B) | 290.87º | 0.9% | 0.6% | - |
| XYZ | 15.69 | 7.69 | 31.23 | - |
| YUV | 66.72 | 177.26 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 154 | 0.14 | 0.90 | 0 | 0.40 | 290.87 | 0.81 | 0.33 |
| Hex | 85 | 10 | 9A | E | 5A | 0 | 28 | 123 | 51 | 21 |
| Octal | 205 | 20 | 232 | 16 | 132 | 0 | 50 | 443 | 121 | 41 |
| Binary | 10000101 | 10000 | 10011010 | 1110 | 1011010 | 0 | 101000 | 100100011 | 1010001 | 100001 |
Color Harmonies of #85109A
Complementary color
Monochromatic Colors of #85109A
Black with #85109A
Text Example
Text Example
White with #85109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85109A; }
p { color: rgb(133,16,154); }
H1.HeaderClassName
{
color: #85109A;
}
.AnyTagClassName
{
color: #85109A;
}
</style>
background-color css
<style>
a { background-color: #85109A; }
a { background-color: rgb(133,16,154); }
div.DivClassName
{
background-color: #85109A;
}
.BgClassName
{
background-color: #85109A;
}
</style>
border-color css
<style>
span { border-color: #85109A; }
span { border-color: rgb(133,16,154); }
td.TdClassName
{
border-color: #85109A;
}
.TagClassName
{
border-color: #85109A;
}
</style>