Shades of Dark Magenta #85109C
Tints of Dark Magenta #85109C
RGB
CMYK
RGB Variations
Color information
#85109C (or 0x85109C) is known color: Dark Magenta. HEX triplet: 85, 10 and 9C. RGB value is (133,16,156). Sum of RGB (Red+Green+Blue) = 133+16+156=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #85109C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85109C is #7AEF63. Grayscale: #424242. Windows color (decimal): -8056676 or 10227845. OLE color: 10227845.
HSL color Cylindrical-coordinate representation of color #85109C: hue angle of 290.14º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85109C is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 16 | 156 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.39 |
| HSL | 290.14º | 0.81% | 0.34% | - |
| HSV(B) | 290.14º | 0.9% | 0.61% | - |
| XYZ | 15.86 | 7.76 | 32.11 | - |
| YUV | 66.94 | 178.26 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 156 | 0.15 | 0.90 | 0 | 0.39 | 290.14 | 0.81 | 0.34 |
| Hex | 85 | 10 | 9C | F | 5A | 0 | 27 | 122 | 51 | 22 |
| Octal | 205 | 20 | 234 | 17 | 132 | 0 | 47 | 442 | 121 | 42 |
| Binary | 10000101 | 10000 | 10011100 | 1111 | 1011010 | 0 | 100111 | 100100010 | 1010001 | 100010 |
Color Harmonies of #85109C
Complementary color
Monochromatic Colors of #85109C
Black with #85109C
Text Example
Text Example
White with #85109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85109C; }
p { color: rgb(133,16,156); }
H1.HeaderClassName
{
color: #85109C;
}
.AnyTagClassName
{
color: #85109C;
}
</style>
background-color css
<style>
a { background-color: #85109C; }
a { background-color: rgb(133,16,156); }
div.DivClassName
{
background-color: #85109C;
}
.BgClassName
{
background-color: #85109C;
}
</style>
border-color css
<style>
span { border-color: #85109C; }
span { border-color: rgb(133,16,156); }
td.TdClassName
{
border-color: #85109C;
}
.TagClassName
{
border-color: #85109C;
}
</style>