Shades of Dark Magenta #7D099C
Tints of Dark Magenta #7D099C
RGB
CMYK
RGB Variations
Color information
#7D099C (or 0x7D099C) is known color: Dark Magenta. HEX triplet: 7D, 09 and 9C. RGB value is (125,9,156). Sum of RGB (Red+Green+Blue) = 125+9+156=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 9 (3.91% from 255 or 3.10% 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 #7D099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D099C is #82F663. Grayscale: #3B3B3B. Windows color (decimal): -8582756 or 10226045. OLE color: 10226045.
HSL color Cylindrical-coordinate representation of color #7D099C: hue angle of 287.35º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D099C is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 9 | 156 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.39 |
| HSL | 287.35º | 0.89% | 0.32% | - |
| HSV(B) | 287.35º | 0.94% | 0.61% | - |
| XYZ | 14.56 | 6.96 | 32.03 | - |
| YUV | 60.44 | 181.93 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 156 | 0.20 | 0.94 | 0 | 0.39 | 287.35 | 0.89 | 0.32 |
| Hex | 7D | 9 | 9C | 14 | 5E | 0 | 27 | 11F | 59 | 20 |
| Octal | 175 | 11 | 234 | 24 | 136 | 0 | 47 | 437 | 131 | 40 |
| Binary | 1111101 | 1001 | 10011100 | 10100 | 1011110 | 0 | 100111 | 100011111 | 1011001 | 100000 |
Color Harmonies of #7D099C
Complementary color
Monochromatic Colors of #7D099C
Black with #7D099C
Text Example
Text Example
White with #7D099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D099C; }
p { color: rgb(125,9,156); }
H1.HeaderClassName
{
color: #7D099C;
}
.AnyTagClassName
{
color: #7D099C;
}
</style>
background-color css
<style>
a { background-color: #7D099C; }
a { background-color: rgb(125,9,156); }
div.DivClassName
{
background-color: #7D099C;
}
.BgClassName
{
background-color: #7D099C;
}
</style>
border-color css
<style>
span { border-color: #7D099C; }
span { border-color: rgb(125,9,156); }
td.TdClassName
{
border-color: #7D099C;
}
.TagClassName
{
border-color: #7D099C;
}
</style>