Shades of Dark Magenta #990E85
Tints of Dark Magenta #990E85
RGB
CMYK
RGB Variations
Color information
#990E85 (or 0x990E85) is known color: Dark Magenta. HEX triplet: 99, 0E and 85. RGB value is (153,14,133). Sum of RGB (Red+Green+Blue) = 153+14+133=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #990E85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990E85 is #66F17A. Grayscale: #444444. Windows color (decimal): -6746491 or 8720025. OLE color: 8720025.
HSL color Cylindrical-coordinate representation of color #990E85: hue angle of 308.63º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #990E85 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 133 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.4 |
| HSL | 308.63º | 0.83% | 0.33% | - |
| HSV(B) | 308.63º | 0.91% | 0.6% | - |
| XYZ | 17.53 | 8.78 | 22.96 | - |
| YUV | 69.13 | 164.05 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 133 | 0 | 0.91 | 0.13 | 0.4 | 308.63 | 0.83 | 0.33 |
| Hex | 99 | E | 85 | 0 | 5B | D | 28 | 135 | 53 | 21 |
| Octal | 231 | 16 | 205 | 0 | 133 | 15 | 50 | 465 | 123 | 41 |
| Binary | 10011001 | 1110 | 10000101 | 0 | 1011011 | 1101 | 101000 | 100110101 | 1010011 | 100001 |
Color Harmonies of #990E85
Complementary color
Monochromatic Colors of #990E85
Black with #990E85
Text Example
Text Example
White with #990E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E85; }
p { color: rgb(153,14,133); }
H1.HeaderClassName
{
color: #990E85;
}
.AnyTagClassName
{
color: #990E85;
}
</style>
background-color css
<style>
a { background-color: #990E85; }
a { background-color: rgb(153,14,133); }
div.DivClassName
{
background-color: #990E85;
}
.BgClassName
{
background-color: #990E85;
}
</style>
border-color css
<style>
span { border-color: #990E85; }
span { border-color: rgb(153,14,133); }
td.TdClassName
{
border-color: #990E85;
}
.TagClassName
{
border-color: #990E85;
}
</style>