Shades of Dark Magenta #7D09A0
Tints of Dark Magenta #7D09A0
RGB
CMYK
RGB Variations
Color information
#7D09A0 (or 0x7D09A0) is known color: Dark Magenta. HEX triplet: 7D, 09 and A0. RGB value is (125,9,160). Sum of RGB (Red+Green+Blue) = 125+9+160=294 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.52% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 160 (62.89% from 255 or 54.42% from 294); Max value from RGB is 160 - color contains mainly: blue. Hex color #7D09A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D09A0 is #82F65F. Grayscale: #3C3C3C. Windows color (decimal): -8582752 or 10488189. OLE color: 10488189.
HSL color Cylindrical-coordinate representation of color #7D09A0: hue angle of 286.09º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D09A0 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 9 | 160 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.37 |
| HSL | 286.09º | 0.89% | 0.33% | - |
| HSV(B) | 286.09º | 0.94% | 0.63% | - |
| XYZ | 14.9 | 7.09 | 33.84 | - |
| YUV | 60.9 | 183.93 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 160 | 0.22 | 0.94 | 0 | 0.37 | 286.09 | 0.89 | 0.33 |
| Hex | 7D | 9 | A0 | 16 | 5E | 0 | 25 | 11E | 59 | 21 |
| Octal | 175 | 11 | 240 | 26 | 136 | 0 | 45 | 436 | 131 | 41 |
| Binary | 1111101 | 1001 | 10100000 | 10110 | 1011110 | 0 | 100101 | 100011110 | 1011001 | 100001 |
Color Harmonies of #7D09A0
Complementary color
Monochromatic Colors of #7D09A0
Black with #7D09A0
Text Example
Text Example
White with #7D09A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D09A0; }
p { color: rgb(125,9,160); }
H1.HeaderClassName
{
color: #7D09A0;
}
.AnyTagClassName
{
color: #7D09A0;
}
</style>
background-color css
<style>
a { background-color: #7D09A0; }
a { background-color: rgb(125,9,160); }
div.DivClassName
{
background-color: #7D09A0;
}
.BgClassName
{
background-color: #7D09A0;
}
</style>
border-color css
<style>
span { border-color: #7D09A0; }
span { border-color: rgb(125,9,160); }
td.TdClassName
{
border-color: #7D09A0;
}
.TagClassName
{
border-color: #7D09A0;
}
</style>