Shades of Dark Magenta #990089
Tints of Dark Magenta #990089
RGB
CMYK
RGB Variations
Color information
#990089 (or 0x990089) is known color: Dark Magenta. HEX triplet: 99, 00 and 89. RGB value is (153,0,137). Sum of RGB (Red+Green+Blue) = 153+0+137=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #990089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990089 is #66FF76. Grayscale: #3C3C3C. Windows color (decimal): -6750071 or 8978585. OLE color: 8978585.
HSL color Cylindrical-coordinate representation of color #990089: hue angle of 306.27º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990089 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.10 | 0.4 |
| HSL | 306.27º | 1% | 0.3% | - |
| HSV(B) | 306.27º | 1% | 0.6% | - |
| XYZ | 17.65 | 8.58 | 24.39 | - |
| YUV | 61.37 | 170.69 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 137 | 0 | 1 | 0.10 | 0.4 | 306.27 | 1 | 0.3 |
| Hex | 99 | 0 | 89 | 0 | 64 | A | 28 | 132 | 64 | 1E |
| Octal | 231 | 0 | 211 | 0 | 144 | 12 | 50 | 462 | 144 | 36 |
| Binary | 10011001 | 0 | 10001001 | 0 | 1100100 | 1010 | 101000 | 100110010 | 1100100 | 11110 |
Color Harmonies of #990089
Complementary color
Monochromatic Colors of #990089
Black with #990089
Text Example
Text Example
White with #990089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990089; }
p { color: rgb(153,0,137); }
H1.HeaderClassName
{
color: #990089;
}
.AnyTagClassName
{
color: #990089;
}
</style>
background-color css
<style>
a { background-color: #990089; }
a { background-color: rgb(153,0,137); }
div.DivClassName
{
background-color: #990089;
}
.BgClassName
{
background-color: #990089;
}
</style>
border-color css
<style>
span { border-color: #990089; }
span { border-color: rgb(153,0,137); }
td.TdClassName
{
border-color: #990089;
}
.TagClassName
{
border-color: #990089;
}
</style>