Shades of Dark Magenta #89118D
Tints of Dark Magenta #89118D
RGB
CMYK
RGB Variations
Color information
#89118D (or 0x89118D) is known color: Dark Magenta. HEX triplet: 89, 11 and 8D. RGB value is (137,17,141). Sum of RGB (Red+Green+Blue) = 137+17+141=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #89118D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89118D is #76EE72. Grayscale: #424242. Windows color (decimal): -7794291 or 9245065. OLE color: 9245065.
HSL color Cylindrical-coordinate representation of color #89118D: hue angle of 298.06º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89118D is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 17 | 141 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.45 |
| HSL | 298.06º | 0.78% | 0.31% | - |
| HSV(B) | 298.06º | 0.88% | 0.55% | - |
| XYZ | 15.32 | 7.64 | 25.87 | - |
| YUV | 67.02 | 169.76 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 141 | 0.03 | 0.88 | 0 | 0.45 | 298.06 | 0.78 | 0.31 |
| Hex | 89 | 11 | 8D | 3 | 58 | 0 | 2D | 12A | 4E | 1F |
| Octal | 211 | 21 | 215 | 3 | 130 | 0 | 55 | 452 | 116 | 37 |
| Binary | 10001001 | 10001 | 10001101 | 11 | 1011000 | 0 | 101101 | 100101010 | 1001110 | 11111 |
Color Harmonies of #89118D
Complementary color
Monochromatic Colors of #89118D
Black with #89118D
Text Example
Text Example
White with #89118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89118D; }
p { color: rgb(137,17,141); }
H1.HeaderClassName
{
color: #89118D;
}
.AnyTagClassName
{
color: #89118D;
}
</style>
background-color css
<style>
a { background-color: #89118D; }
a { background-color: rgb(137,17,141); }
div.DivClassName
{
background-color: #89118D;
}
.BgClassName
{
background-color: #89118D;
}
</style>
border-color css
<style>
span { border-color: #89118D; }
span { border-color: rgb(137,17,141); }
td.TdClassName
{
border-color: #89118D;
}
.TagClassName
{
border-color: #89118D;
}
</style>