Shades of Dark Magenta #990389
Tints of Dark Magenta #990389
RGB
CMYK
RGB Variations
Color information
#990389 (or 0x990389) is known color: Dark Magenta. HEX triplet: 99, 03 and 89. RGB value is (153,3,137). Sum of RGB (Red+Green+Blue) = 153+3+137=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #990389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990389 is #66FC76. Grayscale: #3E3E3E. Windows color (decimal): -6749303 or 8979353. OLE color: 8979353.
HSL color Cylindrical-coordinate representation of color #990389: hue angle of 306.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #990389 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 3 | 137 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.4 |
| HSL | 306.4º | 0.96% | 0.31% | - |
| HSV(B) | 306.4º | 0.98% | 0.6% | - |
| XYZ | 17.68 | 8.64 | 24.4 | - |
| YUV | 63.13 | 169.7 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 137 | 0 | 0.98 | 0.10 | 0.4 | 306.4 | 0.96 | 0.31 |
| Hex | 99 | 3 | 89 | 0 | 62 | A | 28 | 132 | 60 | 1F |
| Octal | 231 | 3 | 211 | 0 | 142 | 12 | 50 | 462 | 140 | 37 |
| Binary | 10011001 | 11 | 10001001 | 0 | 1100010 | 1010 | 101000 | 100110010 | 1100000 | 11111 |
Color Harmonies of #990389
Complementary color
Monochromatic Colors of #990389
Black with #990389
Text Example
Text Example
White with #990389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990389; }
p { color: rgb(153,3,137); }
H1.HeaderClassName
{
color: #990389;
}
.AnyTagClassName
{
color: #990389;
}
</style>
background-color css
<style>
a { background-color: #990389; }
a { background-color: rgb(153,3,137); }
div.DivClassName
{
background-color: #990389;
}
.BgClassName
{
background-color: #990389;
}
</style>
border-color css
<style>
span { border-color: #990389; }
span { border-color: rgb(153,3,137); }
td.TdClassName
{
border-color: #990389;
}
.TagClassName
{
border-color: #990389;
}
</style>