Shades of Dark Magenta #990789
Tints of Dark Magenta #990789
RGB
CMYK
RGB Variations
Color information
#990789 (or 0x990789) is known color: Dark Magenta. HEX triplet: 99, 07 and 89. RGB value is (153,7,137). Sum of RGB (Red+Green+Blue) = 153+7+137=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #990789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990789 is #66F876. Grayscale: #414141. Windows color (decimal): -6748279 or 8980377. OLE color: 8980377.
HSL color Cylindrical-coordinate representation of color #990789: hue angle of 306.58º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990789 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 7 | 137 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.4 |
| HSL | 306.58º | 0.91% | 0.31% | - |
| HSV(B) | 306.58º | 0.95% | 0.6% | - |
| XYZ | 17.73 | 8.73 | 24.42 | - |
| YUV | 65.47 | 168.37 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 137 | 0 | 0.95 | 0.10 | 0.4 | 306.58 | 0.91 | 0.31 |
| Hex | 99 | 7 | 89 | 0 | 5F | A | 28 | 133 | 5B | 1F |
| Octal | 231 | 7 | 211 | 0 | 137 | 12 | 50 | 463 | 133 | 37 |
| Binary | 10011001 | 111 | 10001001 | 0 | 1011111 | 1010 | 101000 | 100110011 | 1011011 | 11111 |
Color Harmonies of #990789
Complementary color
Monochromatic Colors of #990789
Black with #990789
Text Example
Text Example
White with #990789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990789; }
p { color: rgb(153,7,137); }
H1.HeaderClassName
{
color: #990789;
}
.AnyTagClassName
{
color: #990789;
}
</style>
background-color css
<style>
a { background-color: #990789; }
a { background-color: rgb(153,7,137); }
div.DivClassName
{
background-color: #990789;
}
.BgClassName
{
background-color: #990789;
}
</style>
border-color css
<style>
span { border-color: #990789; }
span { border-color: rgb(153,7,137); }
td.TdClassName
{
border-color: #990789;
}
.TagClassName
{
border-color: #990789;
}
</style>