Shades of Dark Magenta #990F85
Tints of Dark Magenta #990F85
RGB
CMYK
RGB Variations
Color information
#990F85 (or 0x990F85) is known color: Dark Magenta. HEX triplet: 99, 0F and 85. RGB value is (153,15,133). Sum of RGB (Red+Green+Blue) = 153+15+133=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #990F85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990F85 is #66F07A. Grayscale: #454545. Windows color (decimal): -6746235 or 8720281. OLE color: 8720281.
HSL color Cylindrical-coordinate representation of color #990F85: hue angle of 308.7º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F85 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 15 | 133 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.4 |
| HSL | 308.7º | 0.82% | 0.33% | - |
| HSV(B) | 308.7º | 0.9% | 0.6% | - |
| XYZ | 17.54 | 8.81 | 22.97 | - |
| YUV | 69.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 133 | 0 | 0.90 | 0.13 | 0.4 | 308.7 | 0.82 | 0.33 |
| Hex | 99 | F | 85 | 0 | 5A | D | 28 | 135 | 52 | 21 |
| Octal | 231 | 17 | 205 | 0 | 132 | 15 | 50 | 465 | 122 | 41 |
| Binary | 10011001 | 1111 | 10000101 | 0 | 1011010 | 1101 | 101000 | 100110101 | 1010010 | 100001 |
Color Harmonies of #990F85
Complementary color
Monochromatic Colors of #990F85
Black with #990F85
Text Example
Text Example
White with #990F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990F85; }
p { color: rgb(153,15,133); }
H1.HeaderClassName
{
color: #990F85;
}
.AnyTagClassName
{
color: #990F85;
}
</style>
background-color css
<style>
a { background-color: #990F85; }
a { background-color: rgb(153,15,133); }
div.DivClassName
{
background-color: #990F85;
}
.BgClassName
{
background-color: #990F85;
}
</style>
border-color css
<style>
span { border-color: #990F85; }
span { border-color: rgb(153,15,133); }
td.TdClassName
{
border-color: #990F85;
}
.TagClassName
{
border-color: #990F85;
}
</style>