Shades of Dark Magenta #850792
Tints of Dark Magenta #850792
RGB
CMYK
RGB Variations
Color information
#850792 (or 0x850792) is known color: Dark Magenta. HEX triplet: 85, 07 and 92. RGB value is (133,7,146). Sum of RGB (Red+Green+Blue) = 133+7+146=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #850792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850792 is #7AF86D. Grayscale: #3C3C3C. Windows color (decimal): -8058990 or 9570181. OLE color: 9570181.
HSL color Cylindrical-coordinate representation of color #850792: hue angle of 294.39º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850792 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 7 | 146 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.43 |
| HSL | 294.39º | 0.91% | 0.3% | - |
| HSV(B) | 294.39º | 0.95% | 0.57% | - |
| XYZ | 14.94 | 7.21 | 27.8 | - |
| YUV | 60.52 | 176.24 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 7 | 146 | 0.09 | 0.95 | 0 | 0.43 | 294.39 | 0.91 | 0.3 |
| Hex | 85 | 7 | 92 | 9 | 5F | 0 | 2B | 126 | 5B | 1E |
| Octal | 205 | 7 | 222 | 11 | 137 | 0 | 53 | 446 | 133 | 36 |
| Binary | 10000101 | 111 | 10010010 | 1001 | 1011111 | 0 | 101011 | 100100110 | 1011011 | 11110 |
Color Harmonies of #850792
Complementary color
Monochromatic Colors of #850792
Black with #850792
Text Example
Text Example
White with #850792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850792; }
p { color: rgb(133,7,146); }
H1.HeaderClassName
{
color: #850792;
}
.AnyTagClassName
{
color: #850792;
}
</style>
background-color css
<style>
a { background-color: #850792; }
a { background-color: rgb(133,7,146); }
div.DivClassName
{
background-color: #850792;
}
.BgClassName
{
background-color: #850792;
}
</style>
border-color css
<style>
span { border-color: #850792; }
span { border-color: rgb(133,7,146); }
td.TdClassName
{
border-color: #850792;
}
.TagClassName
{
border-color: #850792;
}
</style>