Shades of Dark Magenta #850592
Tints of Dark Magenta #850592
RGB
CMYK
RGB Variations
Color information
#850592 (or 0x850592) is known color: Dark Magenta. HEX triplet: 85, 05 and 92. RGB value is (133,5,146). Sum of RGB (Red+Green+Blue) = 133+5+146=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #850592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850592 is #7AFA6D. Grayscale: #3A3A3A. Windows color (decimal): -8059502 or 9569669. OLE color: 9569669.
HSL color Cylindrical-coordinate representation of color #850592: hue angle of 294.47º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #850592 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 5 | 146 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.43 |
| HSL | 294.47º | 0.93% | 0.3% | - |
| HSV(B) | 294.47º | 0.97% | 0.57% | - |
| XYZ | 14.92 | 7.17 | 27.79 | - |
| YUV | 59.35 | 176.91 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 146 | 0.09 | 0.97 | 0 | 0.43 | 294.47 | 0.93 | 0.3 |
| Hex | 85 | 5 | 92 | 9 | 61 | 0 | 2B | 126 | 5D | 1E |
| Octal | 205 | 5 | 222 | 11 | 141 | 0 | 53 | 446 | 135 | 36 |
| Binary | 10000101 | 101 | 10010010 | 1001 | 1100001 | 0 | 101011 | 100100110 | 1011101 | 11110 |
Color Harmonies of #850592
Complementary color
Monochromatic Colors of #850592
Black with #850592
Text Example
Text Example
White with #850592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850592; }
p { color: rgb(133,5,146); }
H1.HeaderClassName
{
color: #850592;
}
.AnyTagClassName
{
color: #850592;
}
</style>
background-color css
<style>
a { background-color: #850592; }
a { background-color: rgb(133,5,146); }
div.DivClassName
{
background-color: #850592;
}
.BgClassName
{
background-color: #850592;
}
</style>
border-color css
<style>
span { border-color: #850592; }
span { border-color: rgb(133,5,146); }
td.TdClassName
{
border-color: #850592;
}
.TagClassName
{
border-color: #850592;
}
</style>