Shades of Dark Magenta #850490
Tints of Dark Magenta #850490
RGB
CMYK
RGB Variations
Color information
#850490 (or 0x850490) is known color: Dark Magenta. HEX triplet: 85, 04 and 90. RGB value is (133,4,144). Sum of RGB (Red+Green+Blue) = 133+4+144=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #850490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850490 is #7AFB6F. Grayscale: #3A3A3A. Windows color (decimal): -8059760 or 9438341. OLE color: 9438341.
HSL color Cylindrical-coordinate representation of color #850490: hue angle of 295.29º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #850490 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 4 | 144 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.44 |
| HSL | 295.29º | 0.95% | 0.29% | - |
| HSV(B) | 295.29º | 0.97% | 0.56% | - |
| XYZ | 14.75 | 7.09 | 26.98 | - |
| YUV | 58.53 | 176.24 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 4 | 144 | 0.08 | 0.97 | 0 | 0.44 | 295.29 | 0.95 | 0.29 |
| Hex | 85 | 4 | 90 | 8 | 61 | 0 | 2C | 127 | 5F | 1D |
| Octal | 205 | 4 | 220 | 10 | 141 | 0 | 54 | 447 | 137 | 35 |
| Binary | 10000101 | 100 | 10010000 | 1000 | 1100001 | 0 | 101100 | 100100111 | 1011111 | 11101 |
Color Harmonies of #850490
Complementary color
Monochromatic Colors of #850490
Black with #850490
Text Example
Text Example
White with #850490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850490; }
p { color: rgb(133,4,144); }
H1.HeaderClassName
{
color: #850490;
}
.AnyTagClassName
{
color: #850490;
}
</style>
background-color css
<style>
a { background-color: #850490; }
a { background-color: rgb(133,4,144); }
div.DivClassName
{
background-color: #850490;
}
.BgClassName
{
background-color: #850490;
}
</style>
border-color css
<style>
span { border-color: #850490; }
span { border-color: rgb(133,4,144); }
td.TdClassName
{
border-color: #850490;
}
.TagClassName
{
border-color: #850490;
}
</style>