Shades of Dark Magenta #7B0995
Tints of Dark Magenta #7B0995
RGB
CMYK
RGB Variations
Color information
#7B0995 (or 0x7B0995) is known color: Dark Magenta. HEX triplet: 7B, 09 and 95. RGB value is (123,9,149). Sum of RGB (Red+Green+Blue) = 123+9+149=281 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.77% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #7B0995 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0995 is #84F66A. Grayscale: #3A3A3A. Windows color (decimal): -8713835 or 9767291. OLE color: 9767291.
HSL color Cylindrical-coordinate representation of color #7B0995: hue angle of 288.86º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0995 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 9 | 149 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.42 |
| HSL | 288.86º | 0.89% | 0.31% | - |
| HSV(B) | 288.86º | 0.94% | 0.58% | - |
| XYZ | 13.69 | 6.58 | 28.98 | - |
| YUV | 59.05 | 178.77 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 9 | 149 | 0.17 | 0.94 | 0 | 0.42 | 288.86 | 0.89 | 0.31 |
| Hex | 7B | 9 | 95 | 11 | 5E | 0 | 2A | 121 | 59 | 1F |
| Octal | 173 | 11 | 225 | 21 | 136 | 0 | 52 | 441 | 131 | 37 |
| Binary | 1111011 | 1001 | 10010101 | 10001 | 1011110 | 0 | 101010 | 100100001 | 1011001 | 11111 |
Color Harmonies of #7B0995
Complementary color
Monochromatic Colors of #7B0995
Black with #7B0995
Text Example
Text Example
White with #7B0995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0995; }
p { color: rgb(123,9,149); }
H1.HeaderClassName
{
color: #7B0995;
}
.AnyTagClassName
{
color: #7B0995;
}
</style>
background-color css
<style>
a { background-color: #7B0995; }
a { background-color: rgb(123,9,149); }
div.DivClassName
{
background-color: #7B0995;
}
.BgClassName
{
background-color: #7B0995;
}
</style>
border-color css
<style>
span { border-color: #7B0995; }
span { border-color: rgb(123,9,149); }
td.TdClassName
{
border-color: #7B0995;
}
.TagClassName
{
border-color: #7B0995;
}
</style>