Shades of Dark Magenta #850089
Tints of Dark Magenta #850089
RGB
CMYK
RGB Variations
Color information
#850089 (or 0x850089) is known color: Dark Magenta. HEX triplet: 85, 00 and 89. RGB value is (133,0,137). Sum of RGB (Red+Green+Blue) = 133+0+137=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #850089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850089 is #7AFF76. Grayscale: #363636. Windows color (decimal): -8060791 or 8978565. OLE color: 8978565.
HSL color Cylindrical-coordinate representation of color #850089: hue angle of 298.25º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850089 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 0 | 137 | - |
| CMYK | 0.03 | 1 | 0 | 0.46 |
| HSL | 298.25º | 1% | 0.27% | - |
| HSV(B) | 298.25º | 1% | 0.54% | - |
| XYZ | 14.19 | 6.79 | 24.23 | - |
| YUV | 55.39 | 174.06 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 137 | 0.03 | 1 | 0 | 0.46 | 298.25 | 1 | 0.27 |
| Hex | 85 | 0 | 89 | 3 | 64 | 0 | 2E | 12A | 64 | 1B |
| Octal | 205 | 0 | 211 | 3 | 144 | 0 | 56 | 452 | 144 | 33 |
| Binary | 10000101 | 0 | 10001001 | 11 | 1100100 | 0 | 101110 | 100101010 | 1100100 | 11011 |
Color Harmonies of #850089
Complementary color
Monochromatic Colors of #850089
Black with #850089
Text Example
Text Example
White with #850089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850089; }
p { color: rgb(133,0,137); }
H1.HeaderClassName
{
color: #850089;
}
.AnyTagClassName
{
color: #850089;
}
</style>
background-color css
<style>
a { background-color: #850089; }
a { background-color: rgb(133,0,137); }
div.DivClassName
{
background-color: #850089;
}
.BgClassName
{
background-color: #850089;
}
</style>
border-color css
<style>
span { border-color: #850089; }
span { border-color: rgb(133,0,137); }
td.TdClassName
{
border-color: #850089;
}
.TagClassName
{
border-color: #850089;
}
</style>