Shades of Dark Magenta #7E0E96
Tints of Dark Magenta #7E0E96
RGB
CMYK
RGB Variations
Color information
#7E0E96 (or 0x7E0E96) is known color: Dark Magenta. HEX triplet: 7E, 0E and 96. RGB value is (126,14,150). Sum of RGB (Red+Green+Blue) = 126+14+150=290 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.45% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 150 (58.98% from 255 or 51.72% from 290); Max value from RGB is 150 - color contains mainly: blue. Hex color #7E0E96 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0E96 is #81F169. Grayscale: #3E3E3E. Windows color (decimal): -8515946 or 9834110. OLE color: 9834110.
HSL color Cylindrical-coordinate representation of color #7E0E96: hue angle of 289.41º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E0E96 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 14 | 150 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.41 |
| HSL | 289.41º | 0.83% | 0.32% | - |
| HSV(B) | 289.41º | 0.91% | 0.59% | - |
| XYZ | 14.27 | 6.95 | 29.44 | - |
| YUV | 62.99 | 177.11 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 14 | 150 | 0.16 | 0.91 | 0 | 0.41 | 289.41 | 0.83 | 0.32 |
| Hex | 7E | E | 96 | 10 | 5B | 0 | 29 | 121 | 53 | 20 |
| Octal | 176 | 16 | 226 | 20 | 133 | 0 | 51 | 441 | 123 | 40 |
| Binary | 1111110 | 1110 | 10010110 | 10000 | 1011011 | 0 | 101001 | 100100001 | 1010011 | 100000 |
Color Harmonies of #7E0E96
Complementary color
Monochromatic Colors of #7E0E96
Black with #7E0E96
Text Example
Text Example
White with #7E0E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0E96; }
p { color: rgb(126,14,150); }
H1.HeaderClassName
{
color: #7E0E96;
}
.AnyTagClassName
{
color: #7E0E96;
}
</style>
background-color css
<style>
a { background-color: #7E0E96; }
a { background-color: rgb(126,14,150); }
div.DivClassName
{
background-color: #7E0E96;
}
.BgClassName
{
background-color: #7E0E96;
}
</style>
border-color css
<style>
span { border-color: #7E0E96; }
span { border-color: rgb(126,14,150); }
td.TdClassName
{
border-color: #7E0E96;
}
.TagClassName
{
border-color: #7E0E96;
}
</style>