Shades of Dark Magenta #850090
Tints of Dark Magenta #850090
RGB
CMYK
RGB Variations
Color information
#850090 (or 0x850090) is known color: Dark Magenta. HEX triplet: 85, 00 and 90. RGB value is (133,0,144). Sum of RGB (Red+Green+Blue) = 133+0+144=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #850090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850090 is #7AFF6F. Grayscale: #373737. Windows color (decimal): -8060784 or 9437317. OLE color: 9437317.
HSL color Cylindrical-coordinate representation of color #850090: hue angle of 295.42º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850090 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 0 | 144 | - |
| CMYK | 0.08 | 1 | 0 | 0.44 |
| HSL | 295.42º | 1% | 0.28% | - |
| HSV(B) | 295.42º | 1% | 0.56% | - |
| XYZ | 14.71 | 7 | 26.96 | - |
| YUV | 56.18 | 177.56 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 144 | 0.08 | 1 | 0 | 0.44 | 295.42 | 1 | 0.28 |
| Hex | 85 | 0 | 90 | 8 | 64 | 0 | 2C | 127 | 64 | 1C |
| Octal | 205 | 0 | 220 | 10 | 144 | 0 | 54 | 447 | 144 | 34 |
| Binary | 10000101 | 0 | 10010000 | 1000 | 1100100 | 0 | 101100 | 100100111 | 1100100 | 11100 |
Color Harmonies of #850090
Complementary color
Monochromatic Colors of #850090
Black with #850090
Text Example
Text Example
White with #850090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850090; }
p { color: rgb(133,0,144); }
H1.HeaderClassName
{
color: #850090;
}
.AnyTagClassName
{
color: #850090;
}
</style>
background-color css
<style>
a { background-color: #850090; }
a { background-color: rgb(133,0,144); }
div.DivClassName
{
background-color: #850090;
}
.BgClassName
{
background-color: #850090;
}
</style>
border-color css
<style>
span { border-color: #850090; }
span { border-color: rgb(133,0,144); }
td.TdClassName
{
border-color: #850090;
}
.TagClassName
{
border-color: #850090;
}
</style>