Shades of Dark Magenta #7E09AB
Tints of Dark Magenta #7E09AB
RGB
CMYK
RGB Variations
Color information
#7E09AB (or 0x7E09AB) is known color: Dark Magenta. HEX triplet: 7E, 09 and AB. RGB value is (126,9,171). Sum of RGB (Red+Green+Blue) = 126+9+171=306 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.18% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E09AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E09AB is #81F654. Grayscale: #3D3D3D. Windows color (decimal): -8517205 or 11209086. OLE color: 11209086.
HSL color Cylindrical-coordinate representation of color #7E09AB: hue angle of 283.33º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E09AB is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 9 | 171 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.33 |
| HSL | 283.33º | 0.9% | 0.35% | - |
| HSV(B) | 283.33º | 0.95% | 0.67% | - |
| XYZ | 16.05 | 7.57 | 39.14 | - |
| YUV | 62.45 | 189.26 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 9 | 171 | 0.26 | 0.95 | 0 | 0.33 | 283.33 | 0.9 | 0.35 |
| Hex | 7E | 9 | AB | 1A | 5F | 0 | 21 | 11B | 5A | 23 |
| Octal | 176 | 11 | 253 | 32 | 137 | 0 | 41 | 433 | 132 | 43 |
| Binary | 1111110 | 1001 | 10101011 | 11010 | 1011111 | 0 | 100001 | 100011011 | 1011010 | 100011 |
Color Harmonies of #7E09AB
Complementary color
Monochromatic Colors of #7E09AB
Black with #7E09AB
Text Example
Text Example
White with #7E09AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E09AB; }
p { color: rgb(126,9,171); }
H1.HeaderClassName
{
color: #7E09AB;
}
.AnyTagClassName
{
color: #7E09AB;
}
</style>
background-color css
<style>
a { background-color: #7E09AB; }
a { background-color: rgb(126,9,171); }
div.DivClassName
{
background-color: #7E09AB;
}
.BgClassName
{
background-color: #7E09AB;
}
</style>
border-color css
<style>
span { border-color: #7E09AB; }
span { border-color: rgb(126,9,171); }
td.TdClassName
{
border-color: #7E09AB;
}
.TagClassName
{
border-color: #7E09AB;
}
</style>