Shades of Dark Magenta #97119D
Tints of Dark Magenta #97119D
RGB
CMYK
RGB Variations
Color information
#97119D (or 0x97119D) is known color: Dark Magenta. HEX triplet: 97, 11 and 9D. RGB value is (151,17,157). Sum of RGB (Red+Green+Blue) = 151+17+157=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #97119D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97119D is #68EE62. Grayscale: #484848. Windows color (decimal): -6876771 or 10293655. OLE color: 10293655.
HSL color Cylindrical-coordinate representation of color #97119D: hue angle of 297.43º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #97119D is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 17 | 157 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.38 |
| HSL | 297.43º | 0.8% | 0.34% | - |
| HSV(B) | 297.43º | 0.89% | 0.62% | - |
| XYZ | 19.05 | 9.41 | 32.71 | - |
| YUV | 73.03 | 175.39 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 157 | 0.04 | 0.89 | 0 | 0.38 | 297.43 | 0.8 | 0.34 |
| Hex | 97 | 11 | 9D | 4 | 59 | 0 | 26 | 129 | 50 | 22 |
| Octal | 227 | 21 | 235 | 4 | 131 | 0 | 46 | 451 | 120 | 42 |
| Binary | 10010111 | 10001 | 10011101 | 100 | 1011001 | 0 | 100110 | 100101001 | 1010000 | 100010 |
Color Harmonies of #97119D
Complementary color
Monochromatic Colors of #97119D
Black with #97119D
Text Example
Text Example
White with #97119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97119D; }
p { color: rgb(151,17,157); }
H1.HeaderClassName
{
color: #97119D;
}
.AnyTagClassName
{
color: #97119D;
}
</style>
background-color css
<style>
a { background-color: #97119D; }
a { background-color: rgb(151,17,157); }
div.DivClassName
{
background-color: #97119D;
}
.BgClassName
{
background-color: #97119D;
}
</style>
border-color css
<style>
span { border-color: #97119D; }
span { border-color: rgb(151,17,157); }
td.TdClassName
{
border-color: #97119D;
}
.TagClassName
{
border-color: #97119D;
}
</style>