Shades of Dark Magenta #85009F
Tints of Dark Magenta #85009F
RGB
CMYK
RGB Variations
Color information
#85009F (or 0x85009F) is known color: Dark Magenta. HEX triplet: 85, 00 and 9F. RGB value is (133,0,159). Sum of RGB (Red+Green+Blue) = 133+0+159=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #85009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #85009F is #7AFF60. Grayscale: #393939. Windows color (decimal): -8060769 or 10420357. OLE color: 10420357.
HSL color Cylindrical-coordinate representation of color #85009F: hue angle of 290.19º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #85009F is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 0 | 159 | - |
| CMYK | 0.16 | 1 | 0 | 0.38 |
| HSL | 290.19º | 1% | 0.31% | - |
| HSV(B) | 290.19º | 1% | 0.62% | - |
| XYZ | 15.93 | 7.49 | 33.41 | - |
| YUV | 57.89 | 185.06 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 159 | 0.16 | 1 | 0 | 0.38 | 290.19 | 1 | 0.31 |
| Hex | 85 | 0 | 9F | 10 | 64 | 0 | 26 | 122 | 64 | 1F |
| Octal | 205 | 0 | 237 | 20 | 144 | 0 | 46 | 442 | 144 | 37 |
| Binary | 10000101 | 0 | 10011111 | 10000 | 1100100 | 0 | 100110 | 100100010 | 1100100 | 11111 |
Color Harmonies of #85009F
Complementary color
Monochromatic Colors of #85009F
Black with #85009F
Text Example
Text Example
White with #85009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85009F; }
p { color: rgb(133,0,159); }
H1.HeaderClassName
{
color: #85009F;
}
.AnyTagClassName
{
color: #85009F;
}
</style>
background-color css
<style>
a { background-color: #85009F; }
a { background-color: rgb(133,0,159); }
div.DivClassName
{
background-color: #85009F;
}
.BgClassName
{
background-color: #85009F;
}
</style>
border-color css
<style>
span { border-color: #85009F; }
span { border-color: rgb(133,0,159); }
td.TdClassName
{
border-color: #85009F;
}
.TagClassName
{
border-color: #85009F;
}
</style>