Shades of Dark Magenta #89148D
Tints of Dark Magenta #89148D
RGB
CMYK
RGB Variations
Color information
#89148D (or 0x89148D) is known color: Dark Magenta. HEX triplet: 89, 14 and 8D. RGB value is (137,20,141). Sum of RGB (Red+Green+Blue) = 137+20+141=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #89148D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89148D is #76EB72. Grayscale: #444444. Windows color (decimal): -7793523 or 9245833. OLE color: 9245833.
HSL color Cylindrical-coordinate representation of color #89148D: hue angle of 298.02º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #89148D is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 20 | 141 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.45 |
| HSL | 298.02º | 0.75% | 0.32% | - |
| HSV(B) | 298.02º | 0.86% | 0.55% | - |
| XYZ | 15.37 | 7.74 | 25.88 | - |
| YUV | 68.78 | 168.76 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 141 | 0.03 | 0.86 | 0 | 0.45 | 298.02 | 0.75 | 0.32 |
| Hex | 89 | 14 | 8D | 3 | 56 | 0 | 2D | 12A | 4B | 20 |
| Octal | 211 | 24 | 215 | 3 | 126 | 0 | 55 | 452 | 113 | 40 |
| Binary | 10001001 | 10100 | 10001101 | 11 | 1010110 | 0 | 101101 | 100101010 | 1001011 | 100000 |
Color Harmonies of #89148D
Complementary color
Monochromatic Colors of #89148D
Black with #89148D
Text Example
Text Example
White with #89148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89148D; }
p { color: rgb(137,20,141); }
H1.HeaderClassName
{
color: #89148D;
}
.AnyTagClassName
{
color: #89148D;
}
</style>
background-color css
<style>
a { background-color: #89148D; }
a { background-color: rgb(137,20,141); }
div.DivClassName
{
background-color: #89148D;
}
.BgClassName
{
background-color: #89148D;
}
</style>
border-color css
<style>
span { border-color: #89148D; }
span { border-color: rgb(137,20,141); }
td.TdClassName
{
border-color: #89148D;
}
.TagClassName
{
border-color: #89148D;
}
</style>