Shades of Dark Magenta #7E0999
Tints of Dark Magenta #7E0999
RGB
CMYK
RGB Variations
Color information
#7E0999 (or 0x7E0999) is known color: Dark Magenta. HEX triplet: 7E, 09 and 99. RGB value is (126,9,153). Sum of RGB (Red+Green+Blue) = 126+9+153=288 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.75% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #7E0999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0999 is #81F666. Grayscale: #3B3B3B. Windows color (decimal): -8517223 or 10029438. OLE color: 10029438.
HSL color Cylindrical-coordinate representation of color #7E0999: hue angle of 288.75º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E0999 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 126 | 9 | 153 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.4 |
| HSL | 288.75º | 0.89% | 0.32% | - |
| HSV(B) | 288.75º | 0.94% | 0.6% | - |
| XYZ | 14.45 | 6.93 | 30.71 | - |
| YUV | 60.4 | 180.26 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 9 | 153 | 0.18 | 0.94 | 0 | 0.4 | 288.75 | 0.89 | 0.32 |
| Hex | 7E | 9 | 99 | 12 | 5E | 0 | 28 | 121 | 59 | 20 |
| Octal | 176 | 11 | 231 | 22 | 136 | 0 | 50 | 441 | 131 | 40 |
| Binary | 1111110 | 1001 | 10011001 | 10010 | 1011110 | 0 | 101000 | 100100001 | 1011001 | 100000 |
Color Harmonies of #7E0999
Complementary color
Monochromatic Colors of #7E0999
Black with #7E0999
Text Example
Text Example
White with #7E0999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0999; }
p { color: rgb(126,9,153); }
H1.HeaderClassName
{
color: #7E0999;
}
.AnyTagClassName
{
color: #7E0999;
}
</style>
background-color css
<style>
a { background-color: #7E0999; }
a { background-color: rgb(126,9,153); }
div.DivClassName
{
background-color: #7E0999;
}
.BgClassName
{
background-color: #7E0999;
}
</style>
border-color css
<style>
span { border-color: #7E0999; }
span { border-color: rgb(126,9,153); }
td.TdClassName
{
border-color: #7E0999;
}
.TagClassName
{
border-color: #7E0999;
}
</style>