Shades of Dark Magenta #7F0997
Tints of Dark Magenta #7F0997
RGB
CMYK
RGB Variations
Color information
#7F0997 (or 0x7F0997) is known color: Dark Magenta. HEX triplet: 7F, 09 and 97. RGB value is (127,9,151). Sum of RGB (Red+Green+Blue) = 127+9+151=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #7F0997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0997 is #80F668. Grayscale: #3C3C3C. Windows color (decimal): -8451689 or 9898367. OLE color: 9898367.
HSL color Cylindrical-coordinate representation of color #7F0997: hue angle of 289.86º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0997 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 9 | 151 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.41 |
| HSL | 289.86º | 0.89% | 0.31% | - |
| HSV(B) | 289.86º | 0.94% | 0.59% | - |
| XYZ | 14.44 | 6.94 | 29.86 | - |
| YUV | 60.47 | 179.09 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 151 | 0.16 | 0.94 | 0 | 0.41 | 289.86 | 0.89 | 0.31 |
| Hex | 7F | 9 | 97 | 10 | 5E | 0 | 29 | 122 | 59 | 1F |
| Octal | 177 | 11 | 227 | 20 | 136 | 0 | 51 | 442 | 131 | 37 |
| Binary | 1111111 | 1001 | 10010111 | 10000 | 1011110 | 0 | 101001 | 100100010 | 1011001 | 11111 |
Color Harmonies of #7F0997
Complementary color
Monochromatic Colors of #7F0997
Black with #7F0997
Text Example
Text Example
White with #7F0997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0997; }
p { color: rgb(127,9,151); }
H1.HeaderClassName
{
color: #7F0997;
}
.AnyTagClassName
{
color: #7F0997;
}
</style>
background-color css
<style>
a { background-color: #7F0997; }
a { background-color: rgb(127,9,151); }
div.DivClassName
{
background-color: #7F0997;
}
.BgClassName
{
background-color: #7F0997;
}
</style>
border-color css
<style>
span { border-color: #7F0997; }
span { border-color: rgb(127,9,151); }
td.TdClassName
{
border-color: #7F0997;
}
.TagClassName
{
border-color: #7F0997;
}
</style>