Shades of Dark Magenta #7F0899
Tints of Dark Magenta #7F0899
RGB
CMYK
RGB Variations
Color information
#7F0899 (or 0x7F0899) is known color: Dark Magenta. HEX triplet: 7F, 08 and 99. RGB value is (127,8,153). Sum of RGB (Red+Green+Blue) = 127+8+153=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F0899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0899 is #80F766. Grayscale: #3B3B3B. Windows color (decimal): -8451943 or 10029183. OLE color: 10029183.
HSL color Cylindrical-coordinate representation of color #7F0899: hue angle of 289.24º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F0899 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 8 | 153 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.4 |
| HSL | 289.24º | 0.9% | 0.32% | - |
| HSV(B) | 289.24º | 0.95% | 0.6% | - |
| XYZ | 14.59 | 6.99 | 30.72 | - |
| YUV | 60.11 | 180.42 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 153 | 0.17 | 0.95 | 0 | 0.4 | 289.24 | 0.9 | 0.32 |
| Hex | 7F | 8 | 99 | 11 | 5F | 0 | 28 | 121 | 5A | 20 |
| Octal | 177 | 10 | 231 | 21 | 137 | 0 | 50 | 441 | 132 | 40 |
| Binary | 1111111 | 1000 | 10011001 | 10001 | 1011111 | 0 | 101000 | 100100001 | 1011010 | 100000 |
Color Harmonies of #7F0899
Complementary color
Monochromatic Colors of #7F0899
Black with #7F0899
Text Example
Text Example
White with #7F0899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0899; }
p { color: rgb(127,8,153); }
H1.HeaderClassName
{
color: #7F0899;
}
.AnyTagClassName
{
color: #7F0899;
}
</style>
background-color css
<style>
a { background-color: #7F0899; }
a { background-color: rgb(127,8,153); }
div.DivClassName
{
background-color: #7F0899;
}
.BgClassName
{
background-color: #7F0899;
}
</style>
border-color css
<style>
span { border-color: #7F0899; }
span { border-color: rgb(127,8,153); }
td.TdClassName
{
border-color: #7F0899;
}
.TagClassName
{
border-color: #7F0899;
}
</style>