Shades of Dark Magenta #990785
Tints of Dark Magenta #990785
RGB
CMYK
RGB Variations
Color information
#990785 (or 0x990785) is known color: Dark Magenta. HEX triplet: 99, 07 and 85. RGB value is (153,7,133). Sum of RGB (Red+Green+Blue) = 153+7+133=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #990785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990785 is #66F87A. Grayscale: #404040. Windows color (decimal): -6748283 or 8718233. OLE color: 8718233.
HSL color Cylindrical-coordinate representation of color #990785: hue angle of 308.22º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990785 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 7 | 133 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.4 |
| HSL | 308.22º | 0.91% | 0.31% | - |
| HSV(B) | 308.22º | 0.95% | 0.6% | - |
| XYZ | 17.45 | 8.62 | 22.93 | - |
| YUV | 65.02 | 166.37 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 133 | 0 | 0.95 | 0.13 | 0.4 | 308.22 | 0.91 | 0.31 |
| Hex | 99 | 7 | 85 | 0 | 5F | D | 28 | 134 | 5B | 1F |
| Octal | 231 | 7 | 205 | 0 | 137 | 15 | 50 | 464 | 133 | 37 |
| Binary | 10011001 | 111 | 10000101 | 0 | 1011111 | 1101 | 101000 | 100110100 | 1011011 | 11111 |
Color Harmonies of #990785
Complementary color
Monochromatic Colors of #990785
Black with #990785
Text Example
Text Example
White with #990785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990785; }
p { color: rgb(153,7,133); }
H1.HeaderClassName
{
color: #990785;
}
.AnyTagClassName
{
color: #990785;
}
</style>
background-color css
<style>
a { background-color: #990785; }
a { background-color: rgb(153,7,133); }
div.DivClassName
{
background-color: #990785;
}
.BgClassName
{
background-color: #990785;
}
</style>
border-color css
<style>
span { border-color: #990785; }
span { border-color: rgb(153,7,133); }
td.TdClassName
{
border-color: #990785;
}
.TagClassName
{
border-color: #990785;
}
</style>