Shades of Dark Magenta #97118B
Tints of Dark Magenta #97118B
RGB
CMYK
RGB Variations
Color information
#97118B (or 0x97118B) is known color: Dark Magenta. HEX triplet: 97, 11 and 8B. RGB value is (151,17,139). Sum of RGB (Red+Green+Blue) = 151+17+139=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #97118B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97118B is #68EE74. Grayscale: #464646. Windows color (decimal): -6876789 or 9114007. OLE color: 9114007.
HSL color Cylindrical-coordinate representation of color #97118B: hue angle of 305.37º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #97118B is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 17 | 139 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.41 |
| HSL | 305.37º | 0.8% | 0.33% | - |
| HSV(B) | 305.37º | 0.89% | 0.59% | - |
| XYZ | 17.62 | 8.84 | 25.2 | - |
| YUV | 70.97 | 166.39 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 139 | 0 | 0.89 | 0.08 | 0.41 | 305.37 | 0.8 | 0.33 |
| Hex | 97 | 11 | 8B | 0 | 59 | 8 | 29 | 131 | 50 | 21 |
| Octal | 227 | 21 | 213 | 0 | 131 | 10 | 51 | 461 | 120 | 41 |
| Binary | 10010111 | 10001 | 10001011 | 0 | 1011001 | 1000 | 101001 | 100110001 | 1010000 | 100001 |
Color Harmonies of #97118B
Complementary color
Monochromatic Colors of #97118B
Black with #97118B
Text Example
Text Example
White with #97118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97118B; }
p { color: rgb(151,17,139); }
H1.HeaderClassName
{
color: #97118B;
}
.AnyTagClassName
{
color: #97118B;
}
</style>
background-color css
<style>
a { background-color: #97118B; }
a { background-color: rgb(151,17,139); }
div.DivClassName
{
background-color: #97118B;
}
.BgClassName
{
background-color: #97118B;
}
</style>
border-color css
<style>
span { border-color: #97118B; }
span { border-color: rgb(151,17,139); }
td.TdClassName
{
border-color: #97118B;
}
.TagClassName
{
border-color: #97118B;
}
</style>