Shades of Dark Magenta #850892
Tints of Dark Magenta #850892
RGB
CMYK
RGB Variations
Color information
#850892 (or 0x850892) is known color: Dark Magenta. HEX triplet: 85, 08 and 92. RGB value is (133,8,146). Sum of RGB (Red+Green+Blue) = 133+8+146=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #850892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850892 is #7AF76D. Grayscale: #3C3C3C. Windows color (decimal): -8058734 or 9570437. OLE color: 9570437.
HSL color Cylindrical-coordinate representation of color #850892: hue angle of 294.35º degrees, saturation: 0.9, 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 #850892 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 8 | 146 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.43 |
| HSL | 294.35º | 0.9% | 0.3% | - |
| HSV(B) | 294.35º | 0.95% | 0.57% | - |
| XYZ | 14.95 | 7.24 | 27.8 | - |
| YUV | 61.11 | 175.91 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 8 | 146 | 0.09 | 0.95 | 0 | 0.43 | 294.35 | 0.9 | 0.3 |
| Hex | 85 | 8 | 92 | 9 | 5F | 0 | 2B | 126 | 5A | 1E |
| Octal | 205 | 10 | 222 | 11 | 137 | 0 | 53 | 446 | 132 | 36 |
| Binary | 10000101 | 1000 | 10010010 | 1001 | 1011111 | 0 | 101011 | 100100110 | 1011010 | 11110 |
Color Harmonies of #850892
Complementary color
Monochromatic Colors of #850892
Black with #850892
Text Example
Text Example
White with #850892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850892; }
p { color: rgb(133,8,146); }
H1.HeaderClassName
{
color: #850892;
}
.AnyTagClassName
{
color: #850892;
}
</style>
background-color css
<style>
a { background-color: #850892; }
a { background-color: rgb(133,8,146); }
div.DivClassName
{
background-color: #850892;
}
.BgClassName
{
background-color: #850892;
}
</style>
border-color css
<style>
span { border-color: #850892; }
span { border-color: rgb(133,8,146); }
td.TdClassName
{
border-color: #850892;
}
.TagClassName
{
border-color: #850892;
}
</style>