Shades of Dark Magenta #851092
Tints of Dark Magenta #851092
RGB
CMYK
RGB Variations
Color information
#851092 (or 0x851092) is known color: Dark Magenta. HEX triplet: 85, 10 and 92. RGB value is (133,16,146). Sum of RGB (Red+Green+Blue) = 133+16+146=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #851092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851092 is #7AEF6D. Grayscale: #414141. Windows color (decimal): -8056686 or 9572485. OLE color: 9572485.
HSL color Cylindrical-coordinate representation of color #851092: hue angle of 294º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #851092 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 16 | 146 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.43 |
| HSL | 294º | 0.8% | 0.32% | - |
| HSV(B) | 294º | 0.89% | 0.57% | - |
| XYZ | 15.05 | 7.43 | 27.84 | - |
| YUV | 65.8 | 173.26 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 146 | 0.09 | 0.89 | 0 | 0.43 | 294 | 0.8 | 0.32 |
| Hex | 85 | 10 | 92 | 9 | 59 | 0 | 2B | 126 | 50 | 20 |
| Octal | 205 | 20 | 222 | 11 | 131 | 0 | 53 | 446 | 120 | 40 |
| Binary | 10000101 | 10000 | 10010010 | 1001 | 1011001 | 0 | 101011 | 100100110 | 1010000 | 100000 |
Color Harmonies of #851092
Complementary color
Monochromatic Colors of #851092
Black with #851092
Text Example
Text Example
White with #851092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851092; }
p { color: rgb(133,16,146); }
H1.HeaderClassName
{
color: #851092;
}
.AnyTagClassName
{
color: #851092;
}
</style>
background-color css
<style>
a { background-color: #851092; }
a { background-color: rgb(133,16,146); }
div.DivClassName
{
background-color: #851092;
}
.BgClassName
{
background-color: #851092;
}
</style>
border-color css
<style>
span { border-color: #851092; }
span { border-color: rgb(133,16,146); }
td.TdClassName
{
border-color: #851092;
}
.TagClassName
{
border-color: #851092;
}
</style>