Shades of Dark Magenta #990FAD
Tints of Dark Magenta #990FAD
RGB
CMYK
RGB Variations
Color information
#990FAD (or 0x990FAD) is known color: Dark Magenta. HEX triplet: 99, 0F and AD. RGB value is (153,15,173). Sum of RGB (Red+Green+Blue) = 153+15+173=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #990FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990FAD is #66F052. Grayscale: #494949. Windows color (decimal): -6746195 or 11341721. OLE color: 11341721.
HSL color Cylindrical-coordinate representation of color #990FAD: hue angle of 292.41º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #990FAD is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 15 | 173 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.32 |
| HSL | 292.41º | 0.84% | 0.37% | - |
| HSV(B) | 292.41º | 0.91% | 0.68% | - |
| XYZ | 20.85 | 10.13 | 40.39 | - |
| YUV | 74.27 | 183.72 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 173 | 0.12 | 0.91 | 0 | 0.32 | 292.41 | 0.84 | 0.37 |
| Hex | 99 | F | AD | C | 5B | 0 | 20 | 124 | 54 | 25 |
| Octal | 231 | 17 | 255 | 14 | 133 | 0 | 40 | 444 | 124 | 45 |
| Binary | 10011001 | 1111 | 10101101 | 1100 | 1011011 | 0 | 100000 | 100100100 | 1010100 | 100101 |
Color Harmonies of #990FAD
Complementary color
Monochromatic Colors of #990FAD
Black with #990FAD
Text Example
Text Example
White with #990FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990FAD; }
p { color: rgb(153,15,173); }
H1.HeaderClassName
{
color: #990FAD;
}
.AnyTagClassName
{
color: #990FAD;
}
</style>
background-color css
<style>
a { background-color: #990FAD; }
a { background-color: rgb(153,15,173); }
div.DivClassName
{
background-color: #990FAD;
}
.BgClassName
{
background-color: #990FAD;
}
</style>
border-color css
<style>
span { border-color: #990FAD; }
span { border-color: rgb(153,15,173); }
td.TdClassName
{
border-color: #990FAD;
}
.TagClassName
{
border-color: #990FAD;
}
</style>