Shades of Dark Magenta #89099A
Tints of Dark Magenta #89099A
RGB
CMYK
RGB Variations
Color information
#89099A (or 0x89099A) is known color: Dark Magenta. HEX triplet: 89, 09 and 9A. RGB value is (137,9,154). Sum of RGB (Red+Green+Blue) = 137+9+154=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 154 (60.55% from 255 or 51.33% from 300); Max value from RGB is 154 - color contains mainly: blue. Hex color #89099A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89099A is #76F665. Grayscale: #3F3F3F. Windows color (decimal): -7796326 or 10094985. OLE color: 10094985.
HSL color Cylindrical-coordinate representation of color #89099A: hue angle of 292.97º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89099A is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 9 | 154 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.40 |
| HSL | 292.97º | 0.89% | 0.32% | - |
| HSV(B) | 292.97º | 0.94% | 0.6% | - |
| XYZ | 16.25 | 7.85 | 31.23 | - |
| YUV | 63.8 | 178.91 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 9 | 154 | 0.11 | 0.94 | 0 | 0.40 | 292.97 | 0.89 | 0.32 |
| Hex | 89 | 9 | 9A | B | 5E | 0 | 28 | 125 | 59 | 20 |
| Octal | 211 | 11 | 232 | 13 | 136 | 0 | 50 | 445 | 131 | 40 |
| Binary | 10001001 | 1001 | 10011010 | 1011 | 1011110 | 0 | 101000 | 100100101 | 1011001 | 100000 |
Color Harmonies of #89099A
Complementary color
Monochromatic Colors of #89099A
Black with #89099A
Text Example
Text Example
White with #89099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89099A; }
p { color: rgb(137,9,154); }
H1.HeaderClassName
{
color: #89099A;
}
.AnyTagClassName
{
color: #89099A;
}
</style>
background-color css
<style>
a { background-color: #89099A; }
a { background-color: rgb(137,9,154); }
div.DivClassName
{
background-color: #89099A;
}
.BgClassName
{
background-color: #89099A;
}
</style>
border-color css
<style>
span { border-color: #89099A; }
span { border-color: rgb(137,9,154); }
td.TdClassName
{
border-color: #89099A;
}
.TagClassName
{
border-color: #89099A;
}
</style>