Shades of Dark Purple #972E85
Tints of Dark Purple #972E85
RGB
CMYK
RGB Variations
Color information
#972E85 (or 0x972E85) is known color: Dark Purple. HEX triplet: 97, 2E and 85. RGB value is (151,46,133). Sum of RGB (Red+Green+Blue) = 151+46+133=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #972E85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972E85 is #68D17A. Grayscale: #575757. Windows color (decimal): -6869371 or 8728215. OLE color: 8728215.
HSL color Cylindrical-coordinate representation of color #972E85: hue angle of 310.29º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #972E85 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 46 | 133 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.41 |
| HSL | 310.29º | 0.53% | 0.39% | - |
| HSV(B) | 310.29º | 0.7% | 0.59% | - |
| XYZ | 17.97 | 10.23 | 23.22 | - |
| YUV | 87.31 | 153.79 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 46 | 133 | 0 | 0.70 | 0.12 | 0.41 | 310.29 | 0.53 | 0.39 |
| Hex | 97 | 2E | 85 | 0 | 46 | C | 29 | 136 | 35 | 27 |
| Octal | 227 | 56 | 205 | 0 | 106 | 14 | 51 | 466 | 65 | 47 |
| Binary | 10010111 | 101110 | 10000101 | 0 | 1000110 | 1100 | 101001 | 100110110 | 110101 | 100111 |
Color Harmonies of #972E85
Complementary color
Monochromatic Colors of #972E85
Black with #972E85
Text Example
Text Example
White with #972E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972E85; }
p { color: rgb(151,46,133); }
H1.HeaderClassName
{
color: #972E85;
}
.AnyTagClassName
{
color: #972E85;
}
</style>
background-color css
<style>
a { background-color: #972E85; }
a { background-color: rgb(151,46,133); }
div.DivClassName
{
background-color: #972E85;
}
.BgClassName
{
background-color: #972E85;
}
</style>
border-color css
<style>
span { border-color: #972E85; }
span { border-color: rgb(151,46,133); }
td.TdClassName
{
border-color: #972E85;
}
.TagClassName
{
border-color: #972E85;
}
</style>