Shades of Dark Purple #972088
Tints of Dark Purple #972088
RGB
CMYK
RGB Variations
Color information
#972088 (or 0x972088) is known color: Dark Purple. HEX triplet: 97, 20 and 88. RGB value is (151,32,136). Sum of RGB (Red+Green+Blue) = 151+32+136=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #972088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972088 is #68DF77. Grayscale: #4F4F4F. Windows color (decimal): -6872952 or 8921239. OLE color: 8921239.
HSL color Cylindrical-coordinate representation of color #972088: hue angle of 307.56º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972088 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 32 | 136 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.41 |
| HSL | 307.56º | 0.65% | 0.36% | - |
| HSV(B) | 307.56º | 0.79% | 0.59% | - |
| XYZ | 17.72 | 9.39 | 24.17 | - |
| YUV | 79.44 | 159.92 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 32 | 136 | 0 | 0.79 | 0.10 | 0.41 | 307.56 | 0.65 | 0.36 |
| Hex | 97 | 20 | 88 | 0 | 4F | A | 29 | 134 | 41 | 24 |
| Octal | 227 | 40 | 210 | 0 | 117 | 12 | 51 | 464 | 101 | 44 |
| Binary | 10010111 | 100000 | 10001000 | 0 | 1001111 | 1010 | 101001 | 100110100 | 1000001 | 100100 |
Color Harmonies of #972088
Complementary color
Monochromatic Colors of #972088
Black with #972088
Text Example
Text Example
White with #972088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972088; }
p { color: rgb(151,32,136); }
H1.HeaderClassName
{
color: #972088;
}
.AnyTagClassName
{
color: #972088;
}
</style>
background-color css
<style>
a { background-color: #972088; }
a { background-color: rgb(151,32,136); }
div.DivClassName
{
background-color: #972088;
}
.BgClassName
{
background-color: #972088;
}
</style>
border-color css
<style>
span { border-color: #972088; }
span { border-color: rgb(151,32,136); }
td.TdClassName
{
border-color: #972088;
}
.TagClassName
{
border-color: #972088;
}
</style>