Shades of Dark Magenta #97168B
Tints of Dark Magenta #97168B
RGB
CMYK
RGB Variations
Color information
#97168B (or 0x97168B) is known color: Dark Magenta. HEX triplet: 97, 16 and 8B. RGB value is (151,22,139). Sum of RGB (Red+Green+Blue) = 151+22+139=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #97168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97168B is #68E974. Grayscale: #494949. Windows color (decimal): -6875509 or 9115287. OLE color: 9115287.
HSL color Cylindrical-coordinate representation of color #97168B: hue angle of 305.58º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #97168B is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 22 | 139 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.41 |
| HSL | 305.58º | 0.75% | 0.34% | - |
| HSV(B) | 305.58º | 0.85% | 0.59% | - |
| XYZ | 17.71 | 9.02 | 25.23 | - |
| YUV | 73.91 | 164.74 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 22 | 139 | 0 | 0.85 | 0.08 | 0.41 | 305.58 | 0.75 | 0.34 |
| Hex | 97 | 16 | 8B | 0 | 55 | 8 | 29 | 132 | 4B | 22 |
| Octal | 227 | 26 | 213 | 0 | 125 | 10 | 51 | 462 | 113 | 42 |
| Binary | 10010111 | 10110 | 10001011 | 0 | 1010101 | 1000 | 101001 | 100110010 | 1001011 | 100010 |
Color Harmonies of #97168B
Complementary color
Monochromatic Colors of #97168B
Black with #97168B
Text Example
Text Example
White with #97168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97168B; }
p { color: rgb(151,22,139); }
H1.HeaderClassName
{
color: #97168B;
}
.AnyTagClassName
{
color: #97168B;
}
</style>
background-color css
<style>
a { background-color: #97168B; }
a { background-color: rgb(151,22,139); }
div.DivClassName
{
background-color: #97168B;
}
.BgClassName
{
background-color: #97168B;
}
</style>
border-color css
<style>
span { border-color: #97168B; }
span { border-color: rgb(151,22,139); }
td.TdClassName
{
border-color: #97168B;
}
.TagClassName
{
border-color: #97168B;
}
</style>