Shades of Dark Magenta #89048B
Tints of Dark Magenta #89048B
RGB
CMYK
RGB Variations
Color information
#89048B (or 0x89048B) is known color: Dark Magenta. HEX triplet: 89, 04 and 8B. RGB value is (137,4,139). Sum of RGB (Red+Green+Blue) = 137+4+139=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #89048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89048B is #76FB74. Grayscale: #3A3A3A. Windows color (decimal): -7797621 or 9110665. OLE color: 9110665.
HSL color Cylindrical-coordinate representation of color #89048B: hue angle of 299.11º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #89048B is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 4 | 139 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.45 |
| HSL | 299.11º | 0.94% | 0.28% | - |
| HSV(B) | 299.11º | 0.97% | 0.55% | - |
| XYZ | 15.02 | 7.27 | 25.04 | - |
| YUV | 59.16 | 173.06 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 4 | 139 | 0.01 | 0.97 | 0 | 0.45 | 299.11 | 0.94 | 0.28 |
| Hex | 89 | 4 | 8B | 1 | 61 | 0 | 2D | 12B | 5E | 1C |
| Octal | 211 | 4 | 213 | 1 | 141 | 0 | 55 | 453 | 136 | 34 |
| Binary | 10001001 | 100 | 10001011 | 1 | 1100001 | 0 | 101101 | 100101011 | 1011110 | 11100 |
Color Harmonies of #89048B
Complementary color
Monochromatic Colors of #89048B
Black with #89048B
Text Example
Text Example
White with #89048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89048B; }
p { color: rgb(137,4,139); }
H1.HeaderClassName
{
color: #89048B;
}
.AnyTagClassName
{
color: #89048B;
}
</style>
background-color css
<style>
a { background-color: #89048B; }
a { background-color: rgb(137,4,139); }
div.DivClassName
{
background-color: #89048B;
}
.BgClassName
{
background-color: #89048B;
}
</style>
border-color css
<style>
span { border-color: #89048B; }
span { border-color: rgb(137,4,139); }
td.TdClassName
{
border-color: #89048B;
}
.TagClassName
{
border-color: #89048B;
}
</style>