Shades of Dark Purple #972488
Tints of Dark Purple #972488
RGB
CMYK
RGB Variations
Color information
#972488 (or 0x972488) is known color: Dark Purple. HEX triplet: 97, 24 and 88. RGB value is (151,36,136). Sum of RGB (Red+Green+Blue) = 151+36+136=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #972488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972488 is #68DB77. Grayscale: #515151. Windows color (decimal): -6871928 or 8922263. OLE color: 8922263.
HSL color Cylindrical-coordinate representation of color #972488: hue angle of 307.83º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #972488 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 36 | 136 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.41 |
| HSL | 307.83º | 0.61% | 0.37% | - |
| HSV(B) | 307.83º | 0.76% | 0.59% | - |
| XYZ | 17.84 | 9.62 | 24.21 | - |
| YUV | 81.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 36 | 136 | 0 | 0.76 | 0.10 | 0.41 | 307.83 | 0.61 | 0.37 |
| Hex | 97 | 24 | 88 | 0 | 4C | A | 29 | 134 | 3D | 25 |
| Octal | 227 | 44 | 210 | 0 | 114 | 12 | 51 | 464 | 75 | 45 |
| Binary | 10010111 | 100100 | 10001000 | 0 | 1001100 | 1010 | 101001 | 100110100 | 111101 | 100101 |
Color Harmonies of #972488
Complementary color
Monochromatic Colors of #972488
Black with #972488
Text Example
Text Example
White with #972488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972488; }
p { color: rgb(151,36,136); }
H1.HeaderClassName
{
color: #972488;
}
.AnyTagClassName
{
color: #972488;
}
</style>
background-color css
<style>
a { background-color: #972488; }
a { background-color: rgb(151,36,136); }
div.DivClassName
{
background-color: #972488;
}
.BgClassName
{
background-color: #972488;
}
</style>
border-color css
<style>
span { border-color: #972488; }
span { border-color: rgb(151,36,136); }
td.TdClassName
{
border-color: #972488;
}
.TagClassName
{
border-color: #972488;
}
</style>