Shades of Dark Magenta #7F0FA9
Tints of Dark Magenta #7F0FA9
RGB
CMYK
RGB Variations
Color information
#7F0FA9 (or 0x7F0FA9) is known color: Dark Magenta. HEX triplet: 7F, 0F and A9. RGB value is (127,15,169). Sum of RGB (Red+Green+Blue) = 127+15+169=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 169 (66.41% from 255 or 54.34% from 311); Max value from RGB is 169 - color contains mainly: blue. Hex color #7F0FA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0FA9 is #80F056. Grayscale: #414141. Windows color (decimal): -8450135 or 11079551. OLE color: 11079551.
HSL color Cylindrical-coordinate representation of color #7F0FA9: hue angle of 283.64º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F0FA9 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 127 | 15 | 169 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.34 |
| HSL | 283.64º | 0.84% | 0.36% | - |
| HSV(B) | 283.64º | 0.91% | 0.66% | - |
| XYZ | 16.08 | 7.72 | 38.18 | - |
| YUV | 66.04 | 186.11 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 15 | 169 | 0.25 | 0.91 | 0 | 0.34 | 283.64 | 0.84 | 0.36 |
| Hex | 7F | F | A9 | 19 | 5B | 0 | 22 | 11C | 54 | 24 |
| Octal | 177 | 17 | 251 | 31 | 133 | 0 | 42 | 434 | 124 | 44 |
| Binary | 1111111 | 1111 | 10101001 | 11001 | 1011011 | 0 | 100010 | 100011100 | 1010100 | 100100 |
Color Harmonies of #7F0FA9
Complementary color
Monochromatic Colors of #7F0FA9
Black with #7F0FA9
Text Example
Text Example
White with #7F0FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0FA9; }
p { color: rgb(127,15,169); }
H1.HeaderClassName
{
color: #7F0FA9;
}
.AnyTagClassName
{
color: #7F0FA9;
}
</style>
background-color css
<style>
a { background-color: #7F0FA9; }
a { background-color: rgb(127,15,169); }
div.DivClassName
{
background-color: #7F0FA9;
}
.BgClassName
{
background-color: #7F0FA9;
}
</style>
border-color css
<style>
span { border-color: #7F0FA9; }
span { border-color: rgb(127,15,169); }
td.TdClassName
{
border-color: #7F0FA9;
}
.TagClassName
{
border-color: #7F0FA9;
}
</style>