Shades of Dark Magenta #7D089D
Tints of Dark Magenta #7D089D
RGB
CMYK
RGB Variations
Color information
#7D089D (or 0x7D089D) is known color: Dark Magenta. HEX triplet: 7D, 08 and 9D. RGB value is (125,8,157). Sum of RGB (Red+Green+Blue) = 125+8+157=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D089D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D089D is #82F762. Grayscale: #3B3B3B. Windows color (decimal): -8583011 or 10291325. OLE color: 10291325.
HSL color Cylindrical-coordinate representation of color #7D089D: hue angle of 287.11º 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 #7D089D is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 8 | 157 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.38 |
| HSL | 287.11º | 0.9% | 0.32% | - |
| HSV(B) | 287.11º | 0.95% | 0.62% | - |
| XYZ | 14.63 | 6.97 | 32.47 | - |
| YUV | 59.97 | 182.76 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 8 | 157 | 0.20 | 0.95 | 0 | 0.38 | 287.11 | 0.9 | 0.32 |
| Hex | 7D | 8 | 9D | 14 | 5F | 0 | 26 | 11F | 5A | 20 |
| Octal | 175 | 10 | 235 | 24 | 137 | 0 | 46 | 437 | 132 | 40 |
| Binary | 1111101 | 1000 | 10011101 | 10100 | 1011111 | 0 | 100110 | 100011111 | 1011010 | 100000 |
Color Harmonies of #7D089D
Complementary color
Monochromatic Colors of #7D089D
Black with #7D089D
Text Example
Text Example
White with #7D089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D089D; }
p { color: rgb(125,8,157); }
H1.HeaderClassName
{
color: #7D089D;
}
.AnyTagClassName
{
color: #7D089D;
}
</style>
background-color css
<style>
a { background-color: #7D089D; }
a { background-color: rgb(125,8,157); }
div.DivClassName
{
background-color: #7D089D;
}
.BgClassName
{
background-color: #7D089D;
}
</style>
border-color css
<style>
span { border-color: #7D089D; }
span { border-color: rgb(125,8,157); }
td.TdClassName
{
border-color: #7D089D;
}
.TagClassName
{
border-color: #7D089D;
}
</style>