Shades of Dark Magenta #7F098F
Tints of Dark Magenta #7F098F
RGB
CMYK
RGB Variations
Color information
#7F098F (or 0x7F098F) is known color: Dark Magenta. HEX triplet: 7F, 09 and 8F. RGB value is (127,9,143). Sum of RGB (Red+Green+Blue) = 127+9+143=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #7F098F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F098F is #80F670. Grayscale: #3B3B3B. Windows color (decimal): -8451697 or 9374079. OLE color: 9374079.
HSL color Cylindrical-coordinate representation of color #7F098F: hue angle of 292.84º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F098F is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 9 | 143 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.44 |
| HSL | 292.84º | 0.88% | 0.3% | - |
| HSV(B) | 292.84º | 0.94% | 0.56% | - |
| XYZ | 13.81 | 6.69 | 26.55 | - |
| YUV | 59.56 | 175.09 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 143 | 0.11 | 0.94 | 0 | 0.44 | 292.84 | 0.88 | 0.3 |
| Hex | 7F | 9 | 8F | B | 5E | 0 | 2C | 125 | 58 | 1E |
| Octal | 177 | 11 | 217 | 13 | 136 | 0 | 54 | 445 | 130 | 36 |
| Binary | 1111111 | 1001 | 10001111 | 1011 | 1011110 | 0 | 101100 | 100100101 | 1011000 | 11110 |
Color Harmonies of #7F098F
Complementary color
Monochromatic Colors of #7F098F
Black with #7F098F
Text Example
Text Example
White with #7F098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F098F; }
p { color: rgb(127,9,143); }
H1.HeaderClassName
{
color: #7F098F;
}
.AnyTagClassName
{
color: #7F098F;
}
</style>
background-color css
<style>
a { background-color: #7F098F; }
a { background-color: rgb(127,9,143); }
div.DivClassName
{
background-color: #7F098F;
}
.BgClassName
{
background-color: #7F098F;
}
</style>
border-color css
<style>
span { border-color: #7F098F; }
span { border-color: rgb(127,9,143); }
td.TdClassName
{
border-color: #7F098F;
}
.TagClassName
{
border-color: #7F098F;
}
</style>