Shades of Dark Magenta #7F009B
Tints of Dark Magenta #7F009B
RGB
CMYK
RGB Variations
Color information
#7F009B (or 0x7F009B) is known color: Dark Magenta. HEX triplet: 7F, 00 and 9B. RGB value is (127,0,155). Sum of RGB (Red+Green+Blue) = 127+0+155=282 (37% of max value = 765). Red value is 127 (50% from 255 or 45.04% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F009B is #80FF64. Grayscale: #373737. Windows color (decimal): -8453989 or 10158207. OLE color: 10158207.
HSL color Cylindrical-coordinate representation of color #7F009B: hue angle of 289.16º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F009B is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 0 | 155 | - |
| CMYK | 0.18 | 1 | 0 | 0.39 |
| HSL | 289.16º | 1% | 0.3% | - |
| HSV(B) | 289.16º | 1% | 0.61% | - |
| XYZ | 14.67 | 6.88 | 31.56 | - |
| YUV | 55.64 | 184.08 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 155 | 0.18 | 1 | 0 | 0.39 | 289.16 | 1 | 0.3 |
| Hex | 7F | 0 | 9B | 12 | 64 | 0 | 27 | 121 | 64 | 1E |
| Octal | 177 | 0 | 233 | 22 | 144 | 0 | 47 | 441 | 144 | 36 |
| Binary | 1111111 | 0 | 10011011 | 10010 | 1100100 | 0 | 100111 | 100100001 | 1100100 | 11110 |
Color Harmonies of #7F009B
Complementary color
Monochromatic Colors of #7F009B
Black with #7F009B
Text Example
Text Example
White with #7F009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F009B; }
p { color: rgb(127,0,155); }
H1.HeaderClassName
{
color: #7F009B;
}
.AnyTagClassName
{
color: #7F009B;
}
</style>
background-color css
<style>
a { background-color: #7F009B; }
a { background-color: rgb(127,0,155); }
div.DivClassName
{
background-color: #7F009B;
}
.BgClassName
{
background-color: #7F009B;
}
</style>
border-color css
<style>
span { border-color: #7F009B; }
span { border-color: rgb(127,0,155); }
td.TdClassName
{
border-color: #7F009B;
}
.TagClassName
{
border-color: #7F009B;
}
</style>