Shades of Dark Magenta #790F95
Tints of Dark Magenta #790F95
RGB
CMYK
RGB Variations
Color information
#790F95 (or 0x790F95) is known color: Dark Magenta. HEX triplet: 79, 0F and 95. RGB value is (121,15,149). Sum of RGB (Red+Green+Blue) = 121+15+149=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #790F95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790F95 is #86F06A. Grayscale: #3D3D3D. Windows color (decimal): -8843371 or 9768825. OLE color: 9768825.
HSL color Cylindrical-coordinate representation of color #790F95: hue angle of 287.46º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790F95 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 15 | 149 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.42 |
| HSL | 287.46º | 0.82% | 0.32% | - |
| HSV(B) | 287.46º | 0.9% | 0.58% | - |
| XYZ | 13.48 | 6.58 | 28.99 | - |
| YUV | 61.97 | 177.12 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 15 | 149 | 0.19 | 0.90 | 0 | 0.42 | 287.46 | 0.82 | 0.32 |
| Hex | 79 | F | 95 | 13 | 5A | 0 | 2A | 11F | 52 | 20 |
| Octal | 171 | 17 | 225 | 23 | 132 | 0 | 52 | 437 | 122 | 40 |
| Binary | 1111001 | 1111 | 10010101 | 10011 | 1011010 | 0 | 101010 | 100011111 | 1010010 | 100000 |
Color Harmonies of #790F95
Complementary color
Monochromatic Colors of #790F95
Black with #790F95
Text Example
Text Example
White with #790F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790F95; }
p { color: rgb(121,15,149); }
H1.HeaderClassName
{
color: #790F95;
}
.AnyTagClassName
{
color: #790F95;
}
</style>
background-color css
<style>
a { background-color: #790F95; }
a { background-color: rgb(121,15,149); }
div.DivClassName
{
background-color: #790F95;
}
.BgClassName
{
background-color: #790F95;
}
</style>
border-color css
<style>
span { border-color: #790F95; }
span { border-color: rgb(121,15,149); }
td.TdClassName
{
border-color: #790F95;
}
.TagClassName
{
border-color: #790F95;
}
</style>