Shades of Dark Magenta #7D09AD
Tints of Dark Magenta #7D09AD
RGB
CMYK
RGB Variations
Color information
#7D09AD (or 0x7D09AD) is known color: Dark Magenta. HEX triplet: 7D, 09 and AD. RGB value is (125,9,173). Sum of RGB (Red+Green+Blue) = 125+9+173=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D09AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D09AD is #82F652. Grayscale: #3D3D3D. Windows color (decimal): -8582739 or 11340157. OLE color: 11340157.
HSL color Cylindrical-coordinate representation of color #7D09AD: hue angle of 282.44º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D09AD is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 9 | 173 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.32 |
| HSL | 282.44º | 0.9% | 0.36% | - |
| HSV(B) | 282.44º | 0.95% | 0.68% | - |
| XYZ | 16.1 | 7.57 | 40.15 | - |
| YUV | 62.38 | 190.43 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 173 | 0.28 | 0.95 | 0 | 0.32 | 282.44 | 0.9 | 0.36 |
| Hex | 7D | 9 | AD | 1C | 5F | 0 | 20 | 11A | 5A | 24 |
| Octal | 175 | 11 | 255 | 34 | 137 | 0 | 40 | 432 | 132 | 44 |
| Binary | 1111101 | 1001 | 10101101 | 11100 | 1011111 | 0 | 100000 | 100011010 | 1011010 | 100100 |
Color Harmonies of #7D09AD
Complementary color
Monochromatic Colors of #7D09AD
Black with #7D09AD
Text Example
Text Example
White with #7D09AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D09AD; }
p { color: rgb(125,9,173); }
H1.HeaderClassName
{
color: #7D09AD;
}
.AnyTagClassName
{
color: #7D09AD;
}
</style>
background-color css
<style>
a { background-color: #7D09AD; }
a { background-color: rgb(125,9,173); }
div.DivClassName
{
background-color: #7D09AD;
}
.BgClassName
{
background-color: #7D09AD;
}
</style>
border-color css
<style>
span { border-color: #7D09AD; }
span { border-color: rgb(125,9,173); }
td.TdClassName
{
border-color: #7D09AD;
}
.TagClassName
{
border-color: #7D09AD;
}
</style>