Shades of Dark Magenta #7F0895
Tints of Dark Magenta #7F0895
RGB
CMYK
RGB Variations
Color information
#7F0895 (or 0x7F0895) is known color: Dark Magenta. HEX triplet: 7F, 08 and 95. RGB value is (127,8,149). Sum of RGB (Red+Green+Blue) = 127+8+149=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #7F0895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0895 is #80F76A. Grayscale: #3B3B3B. Windows color (decimal): -8451947 or 9767039. OLE color: 9767039.
HSL color Cylindrical-coordinate representation of color #7F0895: hue angle of 290.64º 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 #7F0895 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 8 | 149 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.42 |
| HSL | 290.64º | 0.9% | 0.31% | - |
| HSV(B) | 290.64º | 0.95% | 0.58% | - |
| XYZ | 14.26 | 6.86 | 29.01 | - |
| YUV | 59.66 | 178.42 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 149 | 0.15 | 0.95 | 0 | 0.42 | 290.64 | 0.9 | 0.31 |
| Hex | 7F | 8 | 95 | F | 5F | 0 | 2A | 123 | 5A | 1F |
| Octal | 177 | 10 | 225 | 17 | 137 | 0 | 52 | 443 | 132 | 37 |
| Binary | 1111111 | 1000 | 10010101 | 1111 | 1011111 | 0 | 101010 | 100100011 | 1011010 | 11111 |
Color Harmonies of #7F0895
Complementary color
Monochromatic Colors of #7F0895
Black with #7F0895
Text Example
Text Example
White with #7F0895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0895; }
p { color: rgb(127,8,149); }
H1.HeaderClassName
{
color: #7F0895;
}
.AnyTagClassName
{
color: #7F0895;
}
</style>
background-color css
<style>
a { background-color: #7F0895; }
a { background-color: rgb(127,8,149); }
div.DivClassName
{
background-color: #7F0895;
}
.BgClassName
{
background-color: #7F0895;
}
</style>
border-color css
<style>
span { border-color: #7F0895; }
span { border-color: rgb(127,8,149); }
td.TdClassName
{
border-color: #7F0895;
}
.TagClassName
{
border-color: #7F0895;
}
</style>