Shades of Dark Magenta #7B099D
Tints of Dark Magenta #7B099D
RGB
CMYK
RGB Variations
Color information
#7B099D (or 0x7B099D) is known color: Dark Magenta. HEX triplet: 7B, 09 and 9D. RGB value is (123,9,157). Sum of RGB (Red+Green+Blue) = 123+9+157=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B099D is #84F662. Grayscale: #3B3B3B. Windows color (decimal): -8713827 or 10291579. OLE color: 10291579.
HSL color Cylindrical-coordinate representation of color #7B099D: hue angle of 286.22º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B099D is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 9 | 157 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.38 |
| HSL | 286.22º | 0.89% | 0.33% | - |
| HSV(B) | 286.22º | 0.94% | 0.62% | - |
| XYZ | 14.35 | 6.84 | 32.46 | - |
| YUV | 59.96 | 182.77 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 9 | 157 | 0.22 | 0.94 | 0 | 0.38 | 286.22 | 0.89 | 0.33 |
| Hex | 7B | 9 | 9D | 16 | 5E | 0 | 26 | 11E | 59 | 21 |
| Octal | 173 | 11 | 235 | 26 | 136 | 0 | 46 | 436 | 131 | 41 |
| Binary | 1111011 | 1001 | 10011101 | 10110 | 1011110 | 0 | 100110 | 100011110 | 1011001 | 100001 |
Color Harmonies of #7B099D
Complementary color
Monochromatic Colors of #7B099D
Black with #7B099D
Text Example
Text Example
White with #7B099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B099D; }
p { color: rgb(123,9,157); }
H1.HeaderClassName
{
color: #7B099D;
}
.AnyTagClassName
{
color: #7B099D;
}
</style>
background-color css
<style>
a { background-color: #7B099D; }
a { background-color: rgb(123,9,157); }
div.DivClassName
{
background-color: #7B099D;
}
.BgClassName
{
background-color: #7B099D;
}
</style>
border-color css
<style>
span { border-color: #7B099D; }
span { border-color: rgb(123,9,157); }
td.TdClassName
{
border-color: #7B099D;
}
.TagClassName
{
border-color: #7B099D;
}
</style>