Shades of Dark Magenta #990C85
Tints of Dark Magenta #990C85
RGB
CMYK
RGB Variations
Color information
#990C85 (or 0x990C85) is known color: Dark Magenta. HEX triplet: 99, 0C and 85. RGB value is (153,12,133). Sum of RGB (Red+Green+Blue) = 153+12+133=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #990C85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990C85 is #66F37A. Grayscale: #434343. Windows color (decimal): -6747003 or 8719513. OLE color: 8719513.
HSL color Cylindrical-coordinate representation of color #990C85: hue angle of 308.51º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990C85 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 12 | 133 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.4 |
| HSL | 308.51º | 0.85% | 0.32% | - |
| HSV(B) | 308.51º | 0.92% | 0.6% | - |
| XYZ | 17.5 | 8.73 | 22.95 | - |
| YUV | 67.95 | 164.71 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 133 | 0 | 0.92 | 0.13 | 0.4 | 308.51 | 0.85 | 0.32 |
| Hex | 99 | C | 85 | 0 | 5C | D | 28 | 135 | 55 | 20 |
| Octal | 231 | 14 | 205 | 0 | 134 | 15 | 50 | 465 | 125 | 40 |
| Binary | 10011001 | 1100 | 10000101 | 0 | 1011100 | 1101 | 101000 | 100110101 | 1010101 | 100000 |
Color Harmonies of #990C85
Complementary color
Monochromatic Colors of #990C85
Black with #990C85
Text Example
Text Example
White with #990C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990C85; }
p { color: rgb(153,12,133); }
H1.HeaderClassName
{
color: #990C85;
}
.AnyTagClassName
{
color: #990C85;
}
</style>
background-color css
<style>
a { background-color: #990C85; }
a { background-color: rgb(153,12,133); }
div.DivClassName
{
background-color: #990C85;
}
.BgClassName
{
background-color: #990C85;
}
</style>
border-color css
<style>
span { border-color: #990C85; }
span { border-color: rgb(153,12,133); }
td.TdClassName
{
border-color: #990C85;
}
.TagClassName
{
border-color: #990C85;
}
</style>