Shades of Dark Magenta #891085
Tints of Dark Magenta #891085
RGB
CMYK
RGB Variations
Color information
#891085 (or 0x891085) is known color: Dark Magenta. HEX triplet: 89, 10 and 85. RGB value is (137,16,133). Sum of RGB (Red+Green+Blue) = 137+16+133=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #891085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891085 is #76EF7A. Grayscale: #414141. Windows color (decimal): -7794555 or 8720521. OLE color: 8720521.
HSL color Cylindrical-coordinate representation of color #891085: hue angle of 301.98º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891085 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 16 | 133 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.46 |
| HSL | 301.98º | 0.79% | 0.3% | - |
| HSV(B) | 301.98º | 0.88% | 0.54% | - |
| XYZ | 14.74 | 7.38 | 22.84 | - |
| YUV | 65.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 16 | 133 | 0 | 0.88 | 0.03 | 0.46 | 301.98 | 0.79 | 0.3 |
| Hex | 89 | 10 | 85 | 0 | 58 | 3 | 2E | 12E | 4F | 1E |
| Octal | 211 | 20 | 205 | 0 | 130 | 3 | 56 | 456 | 117 | 36 |
| Binary | 10001001 | 10000 | 10000101 | 0 | 1011000 | 11 | 101110 | 100101110 | 1001111 | 11110 |
Color Harmonies of #891085
Complementary color
Monochromatic Colors of #891085
Black with #891085
Text Example
Text Example
White with #891085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891085; }
p { color: rgb(137,16,133); }
H1.HeaderClassName
{
color: #891085;
}
.AnyTagClassName
{
color: #891085;
}
</style>
background-color css
<style>
a { background-color: #891085; }
a { background-color: rgb(137,16,133); }
div.DivClassName
{
background-color: #891085;
}
.BgClassName
{
background-color: #891085;
}
</style>
border-color css
<style>
span { border-color: #891085; }
span { border-color: rgb(137,16,133); }
td.TdClassName
{
border-color: #891085;
}
.TagClassName
{
border-color: #891085;
}
</style>