Shades of Dark Magenta #97079D
Tints of Dark Magenta #97079D
RGB
CMYK
RGB Variations
Color information
#97079D (or 0x97079D) is known color: Dark Magenta. HEX triplet: 97, 07 and 9D. RGB value is (151,7,157). Sum of RGB (Red+Green+Blue) = 151+7+157=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #97079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97079D is #68F862. Grayscale: #424242. Windows color (decimal): -6879331 or 10291095. OLE color: 10291095.
HSL color Cylindrical-coordinate representation of color #97079D: hue angle of 297.6º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #97079D is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 7 | 157 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.38 |
| HSL | 297.6º | 0.91% | 0.32% | - |
| HSV(B) | 297.6º | 0.96% | 0.62% | - |
| XYZ | 18.92 | 9.17 | 32.67 | - |
| YUV | 67.16 | 178.71 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 7 | 157 | 0.04 | 0.96 | 0 | 0.38 | 297.6 | 0.91 | 0.32 |
| Hex | 97 | 7 | 9D | 4 | 60 | 0 | 26 | 12A | 5B | 20 |
| Octal | 227 | 7 | 235 | 4 | 140 | 0 | 46 | 452 | 133 | 40 |
| Binary | 10010111 | 111 | 10011101 | 100 | 1100000 | 0 | 100110 | 100101010 | 1011011 | 100000 |
Color Harmonies of #97079D
Complementary color
Monochromatic Colors of #97079D
Black with #97079D
Text Example
Text Example
White with #97079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97079D; }
p { color: rgb(151,7,157); }
H1.HeaderClassName
{
color: #97079D;
}
.AnyTagClassName
{
color: #97079D;
}
</style>
background-color css
<style>
a { background-color: #97079D; }
a { background-color: rgb(151,7,157); }
div.DivClassName
{
background-color: #97079D;
}
.BgClassName
{
background-color: #97079D;
}
</style>
border-color css
<style>
span { border-color: #97079D; }
span { border-color: rgb(151,7,157); }
td.TdClassName
{
border-color: #97079D;
}
.TagClassName
{
border-color: #97079D;
}
</style>