Shades of Dark Purple #972A88
Tints of Dark Purple #972A88
RGB
CMYK
RGB Variations
Color information
#972A88 (or 0x972A88) is known color: Dark Purple. HEX triplet: 97, 2A and 88. RGB value is (151,42,136). Sum of RGB (Red+Green+Blue) = 151+42+136=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #972A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972A88 is #68D577. Grayscale: #555555. Windows color (decimal): -6870392 or 8923799. OLE color: 8923799.
HSL color Cylindrical-coordinate representation of color #972A88: hue angle of 308.26º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #972A88 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 42 | 136 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.41 |
| HSL | 308.26º | 0.56% | 0.38% | - |
| HSV(B) | 308.26º | 0.72% | 0.59% | - |
| XYZ | 18.03 | 10.01 | 24.27 | - |
| YUV | 85.31 | 156.61 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 42 | 136 | 0 | 0.72 | 0.10 | 0.41 | 308.26 | 0.56 | 0.38 |
| Hex | 97 | 2A | 88 | 0 | 48 | A | 29 | 134 | 38 | 26 |
| Octal | 227 | 52 | 210 | 0 | 110 | 12 | 51 | 464 | 70 | 46 |
| Binary | 10010111 | 101010 | 10001000 | 0 | 1001000 | 1010 | 101001 | 100110100 | 111000 | 100110 |
Color Harmonies of #972A88
Complementary color
Monochromatic Colors of #972A88
Black with #972A88
Text Example
Text Example
White with #972A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972A88; }
p { color: rgb(151,42,136); }
H1.HeaderClassName
{
color: #972A88;
}
.AnyTagClassName
{
color: #972A88;
}
</style>
background-color css
<style>
a { background-color: #972A88; }
a { background-color: rgb(151,42,136); }
div.DivClassName
{
background-color: #972A88;
}
.BgClassName
{
background-color: #972A88;
}
</style>
border-color css
<style>
span { border-color: #972A88; }
span { border-color: rgb(151,42,136); }
td.TdClassName
{
border-color: #972A88;
}
.TagClassName
{
border-color: #972A88;
}
</style>