Shades of Dark Purple #972C8D
Tints of Dark Purple #972C8D
RGB
CMYK
RGB Variations
Color information
#972C8D (or 0x972C8D) is known color: Dark Purple. HEX triplet: 97, 2C and 8D. RGB value is (151,44,141). Sum of RGB (Red+Green+Blue) = 151+44+141=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #972C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972C8D is #68D372. Grayscale: #565656. Windows color (decimal): -6869875 or 9251991. OLE color: 9251991.
HSL color Cylindrical-coordinate representation of color #972C8D: hue angle of 305.61º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #972C8D is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 44 | 141 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.41 |
| HSL | 305.61º | 0.55% | 0.38% | - |
| HSV(B) | 305.61º | 0.71% | 0.59% | - |
| XYZ | 18.47 | 10.3 | 26.21 | - |
| YUV | 87.05 | 158.45 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 141 | 0 | 0.71 | 0.07 | 0.41 | 305.61 | 0.55 | 0.38 |
| Hex | 97 | 2C | 8D | 0 | 47 | 7 | 29 | 132 | 37 | 26 |
| Octal | 227 | 54 | 215 | 0 | 107 | 7 | 51 | 462 | 67 | 46 |
| Binary | 10010111 | 101100 | 10001101 | 0 | 1000111 | 111 | 101001 | 100110010 | 110111 | 100110 |
Color Harmonies of #972C8D
Complementary color
Monochromatic Colors of #972C8D
Black with #972C8D
Text Example
Text Example
White with #972C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972C8D; }
p { color: rgb(151,44,141); }
H1.HeaderClassName
{
color: #972C8D;
}
.AnyTagClassName
{
color: #972C8D;
}
</style>
background-color css
<style>
a { background-color: #972C8D; }
a { background-color: rgb(151,44,141); }
div.DivClassName
{
background-color: #972C8D;
}
.BgClassName
{
background-color: #972C8D;
}
</style>
border-color css
<style>
span { border-color: #972C8D; }
span { border-color: rgb(151,44,141); }
td.TdClassName
{
border-color: #972C8D;
}
.TagClassName
{
border-color: #972C8D;
}
</style>