Shades of Dark Purple #972C88
Tints of Dark Purple #972C88
RGB
CMYK
RGB Variations
Color information
#972C88 (or 0x972C88) is known color: Dark Purple. HEX triplet: 97, 2C and 88. RGB value is (151,44,136). Sum of RGB (Red+Green+Blue) = 151+44+136=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #972C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972C88 is #68D377. Grayscale: #565656. Windows color (decimal): -6869880 or 8924311. OLE color: 8924311.
HSL color Cylindrical-coordinate representation of color #972C88: hue angle of 308.41º 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 #972C88 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 44 | 136 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.41 |
| HSL | 308.41º | 0.55% | 0.38% | - |
| HSV(B) | 308.41º | 0.71% | 0.59% | - |
| XYZ | 18.11 | 10.16 | 24.3 | - |
| YUV | 86.48 | 155.95 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 136 | 0 | 0.71 | 0.10 | 0.41 | 308.41 | 0.55 | 0.38 |
| Hex | 97 | 2C | 88 | 0 | 47 | A | 29 | 134 | 37 | 26 |
| Octal | 227 | 54 | 210 | 0 | 107 | 12 | 51 | 464 | 67 | 46 |
| Binary | 10010111 | 101100 | 10001000 | 0 | 1000111 | 1010 | 101001 | 100110100 | 110111 | 100110 |
Color Harmonies of #972C88
Complementary color
Monochromatic Colors of #972C88
Black with #972C88
Text Example
Text Example
White with #972C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972C88; }
p { color: rgb(151,44,136); }
H1.HeaderClassName
{
color: #972C88;
}
.AnyTagClassName
{
color: #972C88;
}
</style>
background-color css
<style>
a { background-color: #972C88; }
a { background-color: rgb(151,44,136); }
div.DivClassName
{
background-color: #972C88;
}
.BgClassName
{
background-color: #972C88;
}
</style>
border-color css
<style>
span { border-color: #972C88; }
span { border-color: rgb(151,44,136); }
td.TdClassName
{
border-color: #972C88;
}
.TagClassName
{
border-color: #972C88;
}
</style>