Shades of Dark Magenta #7F089D
Tints of Dark Magenta #7F089D
RGB
CMYK
RGB Variations
Color information
#7F089D (or 0x7F089D) is known color: Dark Magenta. HEX triplet: 7F, 08 and 9D. RGB value is (127,8,157). Sum of RGB (Red+Green+Blue) = 127+8+157=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F089D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F089D is #80F762. Grayscale: #3C3C3C. Windows color (decimal): -8451939 or 10291327. OLE color: 10291327.
HSL color Cylindrical-coordinate representation of color #7F089D: hue angle of 287.92º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F089D is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 8 | 157 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.38 |
| HSL | 287.92º | 0.9% | 0.32% | - |
| HSV(B) | 287.92º | 0.95% | 0.62% | - |
| XYZ | 14.93 | 7.12 | 32.49 | - |
| YUV | 60.57 | 182.42 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 8 | 157 | 0.19 | 0.95 | 0 | 0.38 | 287.92 | 0.9 | 0.32 |
| Hex | 7F | 8 | 9D | 13 | 5F | 0 | 26 | 120 | 5A | 20 |
| Octal | 177 | 10 | 235 | 23 | 137 | 0 | 46 | 440 | 132 | 40 |
| Binary | 1111111 | 1000 | 10011101 | 10011 | 1011111 | 0 | 100110 | 100100000 | 1011010 | 100000 |
Color Harmonies of #7F089D
Complementary color
Monochromatic Colors of #7F089D
Black with #7F089D
Text Example
Text Example
White with #7F089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F089D; }
p { color: rgb(127,8,157); }
H1.HeaderClassName
{
color: #7F089D;
}
.AnyTagClassName
{
color: #7F089D;
}
</style>
background-color css
<style>
a { background-color: #7F089D; }
a { background-color: rgb(127,8,157); }
div.DivClassName
{
background-color: #7F089D;
}
.BgClassName
{
background-color: #7F089D;
}
</style>
border-color css
<style>
span { border-color: #7F089D; }
span { border-color: rgb(127,8,157); }
td.TdClassName
{
border-color: #7F089D;
}
.TagClassName
{
border-color: #7F089D;
}
</style>