Shades of Dark Magenta #7D0990
Tints of Dark Magenta #7D0990
RGB
CMYK
RGB Variations
Color information
#7D0990 (or 0x7D0990) is known color: Dark Magenta. HEX triplet: 7D, 09 and 90. RGB value is (125,9,144). Sum of RGB (Red+Green+Blue) = 125+9+144=278 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.96% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #7D0990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0990 is #82F66F. Grayscale: #3A3A3A. Windows color (decimal): -8582768 or 9439613. OLE color: 9439613.
HSL color Cylindrical-coordinate representation of color #7D0990: hue angle of 291.56º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0990 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 9 | 144 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.44 |
| HSL | 291.56º | 0.88% | 0.3% | - |
| HSV(B) | 291.56º | 0.94% | 0.56% | - |
| XYZ | 13.59 | 6.57 | 26.94 | - |
| YUV | 59.07 | 175.93 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 144 | 0.13 | 0.94 | 0 | 0.44 | 291.56 | 0.88 | 0.3 |
| Hex | 7D | 9 | 90 | D | 5E | 0 | 2C | 124 | 58 | 1E |
| Octal | 175 | 11 | 220 | 15 | 136 | 0 | 54 | 444 | 130 | 36 |
| Binary | 1111101 | 1001 | 10010000 | 1101 | 1011110 | 0 | 101100 | 100100100 | 1011000 | 11110 |
Color Harmonies of #7D0990
Complementary color
Monochromatic Colors of #7D0990
Black with #7D0990
Text Example
Text Example
White with #7D0990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0990; }
p { color: rgb(125,9,144); }
H1.HeaderClassName
{
color: #7D0990;
}
.AnyTagClassName
{
color: #7D0990;
}
</style>
background-color css
<style>
a { background-color: #7D0990; }
a { background-color: rgb(125,9,144); }
div.DivClassName
{
background-color: #7D0990;
}
.BgClassName
{
background-color: #7D0990;
}
</style>
border-color css
<style>
span { border-color: #7D0990; }
span { border-color: rgb(125,9,144); }
td.TdClassName
{
border-color: #7D0990;
}
.TagClassName
{
border-color: #7D0990;
}
</style>