Shades of Dark Magenta #7F0894
Tints of Dark Magenta #7F0894
RGB
CMYK
RGB Variations
Color information
#7F0894 (or 0x7F0894) is known color: Dark Magenta. HEX triplet: 7F, 08 and 94. RGB value is (127,8,148). Sum of RGB (Red+Green+Blue) = 127+8+148=283 (37% of max value = 765). Red value is 127 (50% from 255 or 44.88% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #7F0894 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0894 is #80F76B. Grayscale: #3B3B3B. Windows color (decimal): -8451948 or 9701503. OLE color: 9701503.
HSL color Cylindrical-coordinate representation of color #7F0894: hue angle of 291º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F0894 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 8 | 148 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.42 |
| HSL | 291º | 0.9% | 0.31% | - |
| HSV(B) | 291º | 0.95% | 0.58% | - |
| XYZ | 14.18 | 6.82 | 28.59 | - |
| YUV | 59.54 | 177.92 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 148 | 0.14 | 0.95 | 0 | 0.42 | 291 | 0.9 | 0.31 |
| Hex | 7F | 8 | 94 | E | 5F | 0 | 2A | 123 | 5A | 1F |
| Octal | 177 | 10 | 224 | 16 | 137 | 0 | 52 | 443 | 132 | 37 |
| Binary | 1111111 | 1000 | 10010100 | 1110 | 1011111 | 0 | 101010 | 100100011 | 1011010 | 11111 |
Color Harmonies of #7F0894
Complementary color
Monochromatic Colors of #7F0894
Black with #7F0894
Text Example
Text Example
White with #7F0894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0894; }
p { color: rgb(127,8,148); }
H1.HeaderClassName
{
color: #7F0894;
}
.AnyTagClassName
{
color: #7F0894;
}
</style>
background-color css
<style>
a { background-color: #7F0894; }
a { background-color: rgb(127,8,148); }
div.DivClassName
{
background-color: #7F0894;
}
.BgClassName
{
background-color: #7F0894;
}
</style>
border-color css
<style>
span { border-color: #7F0894; }
span { border-color: rgb(127,8,148); }
td.TdClassName
{
border-color: #7F0894;
}
.TagClassName
{
border-color: #7F0894;
}
</style>