Shades of Dark Magenta #7D0992
Tints of Dark Magenta #7D0992
RGB
CMYK
RGB Variations
Color information
#7D0992 (or 0x7D0992) is known color: Dark Magenta. HEX triplet: 7D, 09 and 92. RGB value is (125,9,146). Sum of RGB (Red+Green+Blue) = 125+9+146=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D0992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0992 is #82F66D. Grayscale: #3A3A3A. Windows color (decimal): -8582766 or 9570685. OLE color: 9570685.
HSL color Cylindrical-coordinate representation of color #7D0992: hue angle of 290.8º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0992 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 9 | 146 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.43 |
| HSL | 290.8º | 0.88% | 0.3% | - |
| HSV(B) | 290.8º | 0.94% | 0.57% | - |
| XYZ | 13.74 | 6.63 | 27.75 | - |
| YUV | 59.3 | 176.93 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 146 | 0.14 | 0.94 | 0 | 0.43 | 290.8 | 0.88 | 0.3 |
| Hex | 7D | 9 | 92 | E | 5E | 0 | 2B | 123 | 58 | 1E |
| Octal | 175 | 11 | 222 | 16 | 136 | 0 | 53 | 443 | 130 | 36 |
| Binary | 1111101 | 1001 | 10010010 | 1110 | 1011110 | 0 | 101011 | 100100011 | 1011000 | 11110 |
Color Harmonies of #7D0992
Complementary color
Monochromatic Colors of #7D0992
Black with #7D0992
Text Example
Text Example
White with #7D0992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0992; }
p { color: rgb(125,9,146); }
H1.HeaderClassName
{
color: #7D0992;
}
.AnyTagClassName
{
color: #7D0992;
}
</style>
background-color css
<style>
a { background-color: #7D0992; }
a { background-color: rgb(125,9,146); }
div.DivClassName
{
background-color: #7D0992;
}
.BgClassName
{
background-color: #7D0992;
}
</style>
border-color css
<style>
span { border-color: #7D0992; }
span { border-color: rgb(125,9,146); }
td.TdClassName
{
border-color: #7D0992;
}
.TagClassName
{
border-color: #7D0992;
}
</style>