Shades of Dark Magenta #990085
Tints of Dark Magenta #990085
RGB
CMYK
RGB Variations
Color information
#990085 (or 0x990085) is known color: Dark Magenta. HEX triplet: 99, 00 and 85. RGB value is (153,0,133). Sum of RGB (Red+Green+Blue) = 153+0+133=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #990085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990085 is #66FF7A. Grayscale: #3C3C3C. Windows color (decimal): -6750075 or 8716441. OLE color: 8716441.
HSL color Cylindrical-coordinate representation of color #990085: hue angle of 307.84º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990085 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.13 | 0.4 |
| HSL | 307.84º | 1% | 0.3% | - |
| HSV(B) | 307.84º | 1% | 0.6% | - |
| XYZ | 17.37 | 8.47 | 22.91 | - |
| YUV | 60.91 | 168.69 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 133 | 0 | 1 | 0.13 | 0.4 | 307.84 | 1 | 0.3 |
| Hex | 99 | 0 | 85 | 0 | 64 | D | 28 | 134 | 64 | 1E |
| Octal | 231 | 0 | 205 | 0 | 144 | 15 | 50 | 464 | 144 | 36 |
| Binary | 10011001 | 0 | 10000101 | 0 | 1100100 | 1101 | 101000 | 100110100 | 1100100 | 11110 |
Color Harmonies of #990085
Complementary color
Monochromatic Colors of #990085
Black with #990085
Text Example
Text Example
White with #990085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990085; }
p { color: rgb(153,0,133); }
H1.HeaderClassName
{
color: #990085;
}
.AnyTagClassName
{
color: #990085;
}
</style>
background-color css
<style>
a { background-color: #990085; }
a { background-color: rgb(153,0,133); }
div.DivClassName
{
background-color: #990085;
}
.BgClassName
{
background-color: #990085;
}
</style>
border-color css
<style>
span { border-color: #990085; }
span { border-color: rgb(153,0,133); }
td.TdClassName
{
border-color: #990085;
}
.TagClassName
{
border-color: #990085;
}
</style>