Shades of Dark Magenta #7E089C
Tints of Dark Magenta #7E089C
RGB
CMYK
RGB Variations
Color information
#7E089C (or 0x7E089C) is known color: Dark Magenta. HEX triplet: 7E, 08 and 9C. RGB value is (126,8,156). Sum of RGB (Red+Green+Blue) = 126+8+156=290 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.45% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #7E089C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E089C is #81F763. Grayscale: #3B3B3B. Windows color (decimal): -8517476 or 10225790. OLE color: 10225790.
HSL color Cylindrical-coordinate representation of color #7E089C: hue angle of 287.84º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E089C is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 8 | 156 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.39 |
| HSL | 287.84º | 0.9% | 0.32% | - |
| HSV(B) | 287.84º | 0.95% | 0.61% | - |
| XYZ | 14.69 | 7.01 | 32.03 | - |
| YUV | 60.15 | 182.09 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 8 | 156 | 0.19 | 0.95 | 0 | 0.39 | 287.84 | 0.9 | 0.32 |
| Hex | 7E | 8 | 9C | 13 | 5F | 0 | 27 | 120 | 5A | 20 |
| Octal | 176 | 10 | 234 | 23 | 137 | 0 | 47 | 440 | 132 | 40 |
| Binary | 1111110 | 1000 | 10011100 | 10011 | 1011111 | 0 | 100111 | 100100000 | 1011010 | 100000 |
Color Harmonies of #7E089C
Complementary color
Monochromatic Colors of #7E089C
Black with #7E089C
Text Example
Text Example
White with #7E089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E089C; }
p { color: rgb(126,8,156); }
H1.HeaderClassName
{
color: #7E089C;
}
.AnyTagClassName
{
color: #7E089C;
}
</style>
background-color css
<style>
a { background-color: #7E089C; }
a { background-color: rgb(126,8,156); }
div.DivClassName
{
background-color: #7E089C;
}
.BgClassName
{
background-color: #7E089C;
}
</style>
border-color css
<style>
span { border-color: #7E089C; }
span { border-color: rgb(126,8,156); }
td.TdClassName
{
border-color: #7E089C;
}
.TagClassName
{
border-color: #7E089C;
}
</style>