Shades of Dark Magenta #7F009D
Tints of Dark Magenta #7F009D
RGB
CMYK
RGB Variations
Color information
#7F009D (or 0x7F009D) is known color: Dark Magenta. HEX triplet: 7F, 00 and 9D. RGB value is (127,0,157). Sum of RGB (Red+Green+Blue) = 127+0+157=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F009D is #80FF62. Grayscale: #373737. Windows color (decimal): -8453987 or 10289279. OLE color: 10289279.
HSL color Cylindrical-coordinate representation of color #7F009D: hue angle of 288.54º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F009D is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 0 | 157 | - |
| CMYK | 0.19 | 1 | 0 | 0.38 |
| HSL | 288.54º | 1% | 0.31% | - |
| HSV(B) | 288.54º | 1% | 0.62% | - |
| XYZ | 14.84 | 6.95 | 32.46 | - |
| YUV | 55.87 | 185.08 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 157 | 0.19 | 1 | 0 | 0.38 | 288.54 | 1 | 0.31 |
| Hex | 7F | 0 | 9D | 13 | 64 | 0 | 26 | 121 | 64 | 1F |
| Octal | 177 | 0 | 235 | 23 | 144 | 0 | 46 | 441 | 144 | 37 |
| Binary | 1111111 | 0 | 10011101 | 10011 | 1100100 | 0 | 100110 | 100100001 | 1100100 | 11111 |
Color Harmonies of #7F009D
Complementary color
Monochromatic Colors of #7F009D
Black with #7F009D
Text Example
Text Example
White with #7F009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F009D; }
p { color: rgb(127,0,157); }
H1.HeaderClassName
{
color: #7F009D;
}
.AnyTagClassName
{
color: #7F009D;
}
</style>
background-color css
<style>
a { background-color: #7F009D; }
a { background-color: rgb(127,0,157); }
div.DivClassName
{
background-color: #7F009D;
}
.BgClassName
{
background-color: #7F009D;
}
</style>
border-color css
<style>
span { border-color: #7F009D; }
span { border-color: rgb(127,0,157); }
td.TdClassName
{
border-color: #7F009D;
}
.TagClassName
{
border-color: #7F009D;
}
</style>