Shades of Dark Magenta #850390
Tints of Dark Magenta #850390
RGB
CMYK
RGB Variations
Color information
#850390 (or 0x850390) is known color: Dark Magenta. HEX triplet: 85, 03 and 90. RGB value is (133,3,144). Sum of RGB (Red+Green+Blue) = 133+3+144=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #850390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850390 is #7AFC6F. Grayscale: #393939. Windows color (decimal): -8060016 or 9438085. OLE color: 9438085.
HSL color Cylindrical-coordinate representation of color #850390: hue angle of 295.32º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850390 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 3 | 144 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.44 |
| HSL | 295.32º | 0.96% | 0.29% | - |
| HSV(B) | 295.32º | 0.98% | 0.56% | - |
| XYZ | 14.74 | 7.07 | 26.97 | - |
| YUV | 57.94 | 176.57 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 144 | 0.08 | 0.98 | 0 | 0.44 | 295.32 | 0.96 | 0.29 |
| Hex | 85 | 3 | 90 | 8 | 62 | 0 | 2C | 127 | 60 | 1D |
| Octal | 205 | 3 | 220 | 10 | 142 | 0 | 54 | 447 | 140 | 35 |
| Binary | 10000101 | 11 | 10010000 | 1000 | 1100010 | 0 | 101100 | 100100111 | 1100000 | 11101 |
Color Harmonies of #850390
Complementary color
Monochromatic Colors of #850390
Black with #850390
Text Example
Text Example
White with #850390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850390; }
p { color: rgb(133,3,144); }
H1.HeaderClassName
{
color: #850390;
}
.AnyTagClassName
{
color: #850390;
}
</style>
background-color css
<style>
a { background-color: #850390; }
a { background-color: rgb(133,3,144); }
div.DivClassName
{
background-color: #850390;
}
.BgClassName
{
background-color: #850390;
}
</style>
border-color css
<style>
span { border-color: #850390; }
span { border-color: rgb(133,3,144); }
td.TdClassName
{
border-color: #850390;
}
.TagClassName
{
border-color: #850390;
}
</style>