Shades of Dark Magenta #89128F
Tints of Dark Magenta #89128F
RGB
CMYK
RGB Variations
Color information
#89128F (or 0x89128F) is known color: Dark Magenta. HEX triplet: 89, 12 and 8F. RGB value is (137,18,143). Sum of RGB (Red+Green+Blue) = 137+18+143=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #89128F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89128F is #76ED70. Grayscale: #434343. Windows color (decimal): -7794033 or 9376393. OLE color: 9376393.
HSL color Cylindrical-coordinate representation of color #89128F: hue angle of 297.12º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #89128F is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 18 | 143 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.44 |
| HSL | 297.12º | 0.78% | 0.32% | - |
| HSV(B) | 297.12º | 0.87% | 0.56% | - |
| XYZ | 15.49 | 7.73 | 26.66 | - |
| YUV | 67.83 | 170.42 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 143 | 0.04 | 0.87 | 0 | 0.44 | 297.12 | 0.78 | 0.32 |
| Hex | 89 | 12 | 8F | 4 | 57 | 0 | 2C | 129 | 4E | 20 |
| Octal | 211 | 22 | 217 | 4 | 127 | 0 | 54 | 451 | 116 | 40 |
| Binary | 10001001 | 10010 | 10001111 | 100 | 1010111 | 0 | 101100 | 100101001 | 1001110 | 100000 |
Color Harmonies of #89128F
Complementary color
Monochromatic Colors of #89128F
Black with #89128F
Text Example
Text Example
White with #89128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89128F; }
p { color: rgb(137,18,143); }
H1.HeaderClassName
{
color: #89128F;
}
.AnyTagClassName
{
color: #89128F;
}
</style>
background-color css
<style>
a { background-color: #89128F; }
a { background-color: rgb(137,18,143); }
div.DivClassName
{
background-color: #89128F;
}
.BgClassName
{
background-color: #89128F;
}
</style>
border-color css
<style>
span { border-color: #89128F; }
span { border-color: rgb(137,18,143); }
td.TdClassName
{
border-color: #89128F;
}
.TagClassName
{
border-color: #89128F;
}
</style>