Shades of Dark Magenta #850595
Tints of Dark Magenta #850595
RGB
CMYK
RGB Variations
Color information
#850595 (or 0x850595) is known color: Dark Magenta. HEX triplet: 85, 05 and 95. RGB value is (133,5,149). Sum of RGB (Red+Green+Blue) = 133+5+149=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #850595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850595 is #7AFA6A. Grayscale: #3B3B3B. Windows color (decimal): -8059499 or 9766277. OLE color: 9766277.
HSL color Cylindrical-coordinate representation of color #850595: hue angle of 293.33º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #850595 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 5 | 149 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.42 |
| HSL | 293.33º | 0.94% | 0.3% | - |
| HSV(B) | 293.33º | 0.97% | 0.58% | - |
| XYZ | 15.15 | 7.27 | 29.04 | - |
| YUV | 59.69 | 178.41 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 149 | 0.11 | 0.97 | 0 | 0.42 | 293.33 | 0.94 | 0.3 |
| Hex | 85 | 5 | 95 | B | 61 | 0 | 2A | 125 | 5E | 1E |
| Octal | 205 | 5 | 225 | 13 | 141 | 0 | 52 | 445 | 136 | 36 |
| Binary | 10000101 | 101 | 10010101 | 1011 | 1100001 | 0 | 101010 | 100100101 | 1011110 | 11110 |
Color Harmonies of #850595
Complementary color
Monochromatic Colors of #850595
Black with #850595
Text Example
Text Example
White with #850595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850595; }
p { color: rgb(133,5,149); }
H1.HeaderClassName
{
color: #850595;
}
.AnyTagClassName
{
color: #850595;
}
</style>
background-color css
<style>
a { background-color: #850595; }
a { background-color: rgb(133,5,149); }
div.DivClassName
{
background-color: #850595;
}
.BgClassName
{
background-color: #850595;
}
</style>
border-color css
<style>
span { border-color: #850595; }
span { border-color: rgb(133,5,149); }
td.TdClassName
{
border-color: #850595;
}
.TagClassName
{
border-color: #850595;
}
</style>