Shades of Dark Magenta #7B099A
Tints of Dark Magenta #7B099A
RGB
CMYK
RGB Variations
Color information
#7B099A (or 0x7B099A) is known color: Dark Magenta. HEX triplet: 7B, 09 and 9A. RGB value is (123,9,154). Sum of RGB (Red+Green+Blue) = 123+9+154=286 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.01% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #7B099A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B099A is #84F665. Grayscale: #3B3B3B. Windows color (decimal): -8713830 or 10094971. OLE color: 10094971.
HSL color Cylindrical-coordinate representation of color #7B099A: hue angle of 287.17º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B099A is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 9 | 154 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.40 |
| HSL | 287.17º | 0.89% | 0.32% | - |
| HSV(B) | 287.17º | 0.94% | 0.6% | - |
| XYZ | 14.1 | 6.74 | 31.13 | - |
| YUV | 59.62 | 181.27 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 9 | 154 | 0.20 | 0.94 | 0 | 0.40 | 287.17 | 0.89 | 0.32 |
| Hex | 7B | 9 | 9A | 14 | 5E | 0 | 28 | 11F | 59 | 20 |
| Octal | 173 | 11 | 232 | 24 | 136 | 0 | 50 | 437 | 131 | 40 |
| Binary | 1111011 | 1001 | 10011010 | 10100 | 1011110 | 0 | 101000 | 100011111 | 1011001 | 100000 |
Color Harmonies of #7B099A
Complementary color
Monochromatic Colors of #7B099A
Black with #7B099A
Text Example
Text Example
White with #7B099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B099A; }
p { color: rgb(123,9,154); }
H1.HeaderClassName
{
color: #7B099A;
}
.AnyTagClassName
{
color: #7B099A;
}
</style>
background-color css
<style>
a { background-color: #7B099A; }
a { background-color: rgb(123,9,154); }
div.DivClassName
{
background-color: #7B099A;
}
.BgClassName
{
background-color: #7B099A;
}
</style>
border-color css
<style>
span { border-color: #7B099A; }
span { border-color: rgb(123,9,154); }
td.TdClassName
{
border-color: #7B099A;
}
.TagClassName
{
border-color: #7B099A;
}
</style>