Shades of Dark Magenta #7B089E
Tints of Dark Magenta #7B089E
RGB
CMYK
RGB Variations
Color information
#7B089E (or 0x7B089E) is known color: Dark Magenta. HEX triplet: 7B, 08 and 9E. RGB value is (123,8,158). Sum of RGB (Red+Green+Blue) = 123+8+158=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B089E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B089E is #84F761. Grayscale: #3B3B3B. Windows color (decimal): -8714082 or 10356859. OLE color: 10356859.
HSL color Cylindrical-coordinate representation of color #7B089E: hue angle of 286º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B089E is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 8 | 158 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.38 |
| HSL | 286º | 0.9% | 0.33% | - |
| HSV(B) | 286º | 0.95% | 0.62% | - |
| XYZ | 14.43 | 6.85 | 32.91 | - |
| YUV | 59.49 | 183.6 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 8 | 158 | 0.22 | 0.95 | 0 | 0.38 | 286 | 0.9 | 0.33 |
| Hex | 7B | 8 | 9E | 16 | 5F | 0 | 26 | 11E | 5A | 21 |
| Octal | 173 | 10 | 236 | 26 | 137 | 0 | 46 | 436 | 132 | 41 |
| Binary | 1111011 | 1000 | 10011110 | 10110 | 1011111 | 0 | 100110 | 100011110 | 1011010 | 100001 |
Color Harmonies of #7B089E
Complementary color
Monochromatic Colors of #7B089E
Black with #7B089E
Text Example
Text Example
White with #7B089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B089E; }
p { color: rgb(123,8,158); }
H1.HeaderClassName
{
color: #7B089E;
}
.AnyTagClassName
{
color: #7B089E;
}
</style>
background-color css
<style>
a { background-color: #7B089E; }
a { background-color: rgb(123,8,158); }
div.DivClassName
{
background-color: #7B089E;
}
.BgClassName
{
background-color: #7B089E;
}
</style>
border-color css
<style>
span { border-color: #7B089E; }
span { border-color: rgb(123,8,158); }
td.TdClassName
{
border-color: #7B089E;
}
.TagClassName
{
border-color: #7B089E;
}
</style>