Shades of Dark Magenta #851090
Tints of Dark Magenta #851090
RGB
CMYK
RGB Variations
Color information
#851090 (or 0x851090) is known color: Dark Magenta. HEX triplet: 85, 10 and 90. RGB value is (133,16,144). Sum of RGB (Red+Green+Blue) = 133+16+144=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #851090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851090 is #7AEF6F. Grayscale: #414141. Windows color (decimal): -8056688 or 9441413. OLE color: 9441413.
HSL color Cylindrical-coordinate representation of color #851090: hue angle of 294.84º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #851090 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 16 | 144 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.44 |
| HSL | 294.84º | 0.8% | 0.31% | - |
| HSV(B) | 294.84º | 0.89% | 0.56% | - |
| XYZ | 14.89 | 7.37 | 27.02 | - |
| YUV | 65.58 | 172.26 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 144 | 0.08 | 0.89 | 0 | 0.44 | 294.84 | 0.8 | 0.31 |
| Hex | 85 | 10 | 90 | 8 | 59 | 0 | 2C | 127 | 50 | 1F |
| Octal | 205 | 20 | 220 | 10 | 131 | 0 | 54 | 447 | 120 | 37 |
| Binary | 10000101 | 10000 | 10010000 | 1000 | 1011001 | 0 | 101100 | 100100111 | 1010000 | 11111 |
Color Harmonies of #851090
Complementary color
Monochromatic Colors of #851090
Black with #851090
Text Example
Text Example
White with #851090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851090; }
p { color: rgb(133,16,144); }
H1.HeaderClassName
{
color: #851090;
}
.AnyTagClassName
{
color: #851090;
}
</style>
background-color css
<style>
a { background-color: #851090; }
a { background-color: rgb(133,16,144); }
div.DivClassName
{
background-color: #851090;
}
.BgClassName
{
background-color: #851090;
}
</style>
border-color css
<style>
span { border-color: #851090; }
span { border-color: rgb(133,16,144); }
td.TdClassName
{
border-color: #851090;
}
.TagClassName
{
border-color: #851090;
}
</style>