Shades of Dark Magenta #7F088D
Tints of Dark Magenta #7F088D
RGB
CMYK
RGB Variations
Color information
#7F088D (or 0x7F088D) is known color: Dark Magenta. HEX triplet: 7F, 08 and 8D. RGB value is (127,8,141). Sum of RGB (Red+Green+Blue) = 127+8+141=276 (36% of max value = 765). Red value is 127 (50% from 255 or 46.01% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F088D is #80F772. Grayscale: #3A3A3A. Windows color (decimal): -8451955 or 9242751. OLE color: 9242751.
HSL color Cylindrical-coordinate representation of color #7F088D: hue angle of 293.68º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F088D is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 8 | 141 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.45 |
| HSL | 293.68º | 0.89% | 0.29% | - |
| HSV(B) | 293.68º | 0.94% | 0.55% | - |
| XYZ | 13.65 | 6.61 | 25.76 | - |
| YUV | 58.74 | 174.42 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 141 | 0.10 | 0.94 | 0 | 0.45 | 293.68 | 0.89 | 0.29 |
| Hex | 7F | 8 | 8D | A | 5E | 0 | 2D | 126 | 59 | 1D |
| Octal | 177 | 10 | 215 | 12 | 136 | 0 | 55 | 446 | 131 | 35 |
| Binary | 1111111 | 1000 | 10001101 | 1010 | 1011110 | 0 | 101101 | 100100110 | 1011001 | 11101 |
Color Harmonies of #7F088D
Complementary color
Monochromatic Colors of #7F088D
Black with #7F088D
Text Example
Text Example
White with #7F088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F088D; }
p { color: rgb(127,8,141); }
H1.HeaderClassName
{
color: #7F088D;
}
.AnyTagClassName
{
color: #7F088D;
}
</style>
background-color css
<style>
a { background-color: #7F088D; }
a { background-color: rgb(127,8,141); }
div.DivClassName
{
background-color: #7F088D;
}
.BgClassName
{
background-color: #7F088D;
}
</style>
border-color css
<style>
span { border-color: #7F088D; }
span { border-color: rgb(127,8,141); }
td.TdClassName
{
border-color: #7F088D;
}
.TagClassName
{
border-color: #7F088D;
}
</style>