Shades of Dark Magenta #85159C
Tints of Dark Magenta #85159C
RGB
CMYK
RGB Variations
Color information
#85159C (or 0x85159C) is known color: Dark Magenta. HEX triplet: 85, 15 and 9C. RGB value is (133,21,156). Sum of RGB (Red+Green+Blue) = 133+21+156=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #85159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85159C is #7AEA63. Grayscale: #454545. Windows color (decimal): -8055396 or 10229125. OLE color: 10229125.
HSL color Cylindrical-coordinate representation of color #85159C: hue angle of 289.78º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85159C is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 21 | 156 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.39 |
| HSL | 289.78º | 0.76% | 0.35% | - |
| HSV(B) | 289.78º | 0.87% | 0.61% | - |
| XYZ | 15.94 | 7.92 | 32.14 | - |
| YUV | 69.88 | 176.61 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 156 | 0.15 | 0.87 | 0 | 0.39 | 289.78 | 0.76 | 0.35 |
| Hex | 85 | 15 | 9C | F | 57 | 0 | 27 | 122 | 4C | 23 |
| Octal | 205 | 25 | 234 | 17 | 127 | 0 | 47 | 442 | 114 | 43 |
| Binary | 10000101 | 10101 | 10011100 | 1111 | 1010111 | 0 | 100111 | 100100010 | 1001100 | 100011 |
Color Harmonies of #85159C
Complementary color
Monochromatic Colors of #85159C
Black with #85159C
Text Example
Text Example
White with #85159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85159C; }
p { color: rgb(133,21,156); }
H1.HeaderClassName
{
color: #85159C;
}
.AnyTagClassName
{
color: #85159C;
}
</style>
background-color css
<style>
a { background-color: #85159C; }
a { background-color: rgb(133,21,156); }
div.DivClassName
{
background-color: #85159C;
}
.BgClassName
{
background-color: #85159C;
}
</style>
border-color css
<style>
span { border-color: #85159C; }
span { border-color: rgb(133,21,156); }
td.TdClassName
{
border-color: #85159C;
}
.TagClassName
{
border-color: #85159C;
}
</style>