Shades of Dark Magenta #89048C
Tints of Dark Magenta #89048C
RGB
CMYK
RGB Variations
Color information
#89048C (or 0x89048C) is known color: Dark Magenta. HEX triplet: 89, 04 and 8C. RGB value is (137,4,140). Sum of RGB (Red+Green+Blue) = 137+4+140=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #89048C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89048C is #76FB73. Grayscale: #3A3A3A. Windows color (decimal): -7797620 or 9176201. OLE color: 9176201.
HSL color Cylindrical-coordinate representation of color #89048C: hue angle of 298.68º 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 #89048C is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 4 | 140 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.45 |
| HSL | 298.68º | 0.94% | 0.28% | - |
| HSV(B) | 298.68º | 0.97% | 0.55% | - |
| XYZ | 15.09 | 7.3 | 25.42 | - |
| YUV | 59.27 | 173.56 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 4 | 140 | 0.02 | 0.97 | 0 | 0.45 | 298.68 | 0.94 | 0.28 |
| Hex | 89 | 4 | 8C | 2 | 61 | 0 | 2D | 12B | 5E | 1C |
| Octal | 211 | 4 | 214 | 2 | 141 | 0 | 55 | 453 | 136 | 34 |
| Binary | 10001001 | 100 | 10001100 | 10 | 1100001 | 0 | 101101 | 100101011 | 1011110 | 11100 |
Color Harmonies of #89048C
Complementary color
Monochromatic Colors of #89048C
Black with #89048C
Text Example
Text Example
White with #89048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89048C; }
p { color: rgb(137,4,140); }
H1.HeaderClassName
{
color: #89048C;
}
.AnyTagClassName
{
color: #89048C;
}
</style>
background-color css
<style>
a { background-color: #89048C; }
a { background-color: rgb(137,4,140); }
div.DivClassName
{
background-color: #89048C;
}
.BgClassName
{
background-color: #89048C;
}
</style>
border-color css
<style>
span { border-color: #89048C; }
span { border-color: rgb(137,4,140); }
td.TdClassName
{
border-color: #89048C;
}
.TagClassName
{
border-color: #89048C;
}
</style>