Shades of Dark Purple #972988
Tints of Dark Purple #972988
RGB
CMYK
RGB Variations
Color information
#972988 (or 0x972988) is known color: Dark Purple. HEX triplet: 97, 29 and 88. RGB value is (151,41,136). Sum of RGB (Red+Green+Blue) = 151+41+136=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #972988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972988 is #68D677. Grayscale: #545454. Windows color (decimal): -6870648 or 8923543. OLE color: 8923543.
HSL color Cylindrical-coordinate representation of color #972988: hue angle of 308.18º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #972988 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 41 | 136 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.41 |
| HSL | 308.18º | 0.57% | 0.38% | - |
| HSV(B) | 308.18º | 0.73% | 0.59% | - |
| XYZ | 18 | 9.94 | 24.26 | - |
| YUV | 84.72 | 156.94 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 41 | 136 | 0 | 0.73 | 0.10 | 0.41 | 308.18 | 0.57 | 0.38 |
| Hex | 97 | 29 | 88 | 0 | 49 | A | 29 | 134 | 39 | 26 |
| Octal | 227 | 51 | 210 | 0 | 111 | 12 | 51 | 464 | 71 | 46 |
| Binary | 10010111 | 101001 | 10001000 | 0 | 1001001 | 1010 | 101001 | 100110100 | 111001 | 100110 |
Color Harmonies of #972988
Complementary color
Monochromatic Colors of #972988
Black with #972988
Text Example
Text Example
White with #972988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972988; }
p { color: rgb(151,41,136); }
H1.HeaderClassName
{
color: #972988;
}
.AnyTagClassName
{
color: #972988;
}
</style>
background-color css
<style>
a { background-color: #972988; }
a { background-color: rgb(151,41,136); }
div.DivClassName
{
background-color: #972988;
}
.BgClassName
{
background-color: #972988;
}
</style>
border-color css
<style>
span { border-color: #972988; }
span { border-color: rgb(151,41,136); }
td.TdClassName
{
border-color: #972988;
}
.TagClassName
{
border-color: #972988;
}
</style>