Shades of Dark Magenta #7E089D
Tints of Dark Magenta #7E089D
RGB
CMYK
RGB Variations
Color information
#7E089D (or 0x7E089D) is known color: Dark Magenta. HEX triplet: 7E, 08 and 9D. RGB value is (126,8,157). Sum of RGB (Red+Green+Blue) = 126+8+157=291 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.30% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E089D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E089D is #81F762. Grayscale: #3B3B3B. Windows color (decimal): -8517475 or 10291326. OLE color: 10291326.
HSL color Cylindrical-coordinate representation of color #7E089D: hue angle of 287.52º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E089D is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 8 | 157 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.38 |
| HSL | 287.52º | 0.9% | 0.32% | - |
| HSV(B) | 287.52º | 0.95% | 0.62% | - |
| XYZ | 14.78 | 7.04 | 32.48 | - |
| YUV | 60.27 | 182.59 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 8 | 157 | 0.20 | 0.95 | 0 | 0.38 | 287.52 | 0.9 | 0.32 |
| Hex | 7E | 8 | 9D | 14 | 5F | 0 | 26 | 120 | 5A | 20 |
| Octal | 176 | 10 | 235 | 24 | 137 | 0 | 46 | 440 | 132 | 40 |
| Binary | 1111110 | 1000 | 10011101 | 10100 | 1011111 | 0 | 100110 | 100100000 | 1011010 | 100000 |
Color Harmonies of #7E089D
Complementary color
Monochromatic Colors of #7E089D
Black with #7E089D
Text Example
Text Example
White with #7E089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E089D; }
p { color: rgb(126,8,157); }
H1.HeaderClassName
{
color: #7E089D;
}
.AnyTagClassName
{
color: #7E089D;
}
</style>
background-color css
<style>
a { background-color: #7E089D; }
a { background-color: rgb(126,8,157); }
div.DivClassName
{
background-color: #7E089D;
}
.BgClassName
{
background-color: #7E089D;
}
</style>
border-color css
<style>
span { border-color: #7E089D; }
span { border-color: rgb(126,8,157); }
td.TdClassName
{
border-color: #7E089D;
}
.TagClassName
{
border-color: #7E089D;
}
</style>