Shades of Dark Magenta #990385
Tints of Dark Magenta #990385
RGB
CMYK
RGB Variations
Color information
#990385 (or 0x990385) is known color: Dark Magenta. HEX triplet: 99, 03 and 85. RGB value is (153,3,133). Sum of RGB (Red+Green+Blue) = 153+3+133=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #990385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990385 is #66FC7A. Grayscale: #3E3E3E. Windows color (decimal): -6749307 or 8717209. OLE color: 8717209.
HSL color Cylindrical-coordinate representation of color #990385: hue angle of 308º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #990385 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 3 | 133 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.4 |
| HSL | 308º | 0.96% | 0.31% | - |
| HSV(B) | 308º | 0.98% | 0.6% | - |
| XYZ | 17.4 | 8.53 | 22.92 | - |
| YUV | 62.67 | 167.7 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 133 | 0 | 0.98 | 0.13 | 0.4 | 308 | 0.96 | 0.31 |
| Hex | 99 | 3 | 85 | 0 | 62 | D | 28 | 134 | 60 | 1F |
| Octal | 231 | 3 | 205 | 0 | 142 | 15 | 50 | 464 | 140 | 37 |
| Binary | 10011001 | 11 | 10000101 | 0 | 1100010 | 1101 | 101000 | 100110100 | 1100000 | 11111 |
Color Harmonies of #990385
Complementary color
Monochromatic Colors of #990385
Black with #990385
Text Example
Text Example
White with #990385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990385; }
p { color: rgb(153,3,133); }
H1.HeaderClassName
{
color: #990385;
}
.AnyTagClassName
{
color: #990385;
}
</style>
background-color css
<style>
a { background-color: #990385; }
a { background-color: rgb(153,3,133); }
div.DivClassName
{
background-color: #990385;
}
.BgClassName
{
background-color: #990385;
}
</style>
border-color css
<style>
span { border-color: #990385; }
span { border-color: rgb(153,3,133); }
td.TdClassName
{
border-color: #990385;
}
.TagClassName
{
border-color: #990385;
}
</style>