Shades of Dark Purple #972A89
Tints of Dark Purple #972A89
RGB
CMYK
RGB Variations
Color information
#972A89 (or 0x972A89) is known color: Dark Purple. HEX triplet: 97, 2A and 89. RGB value is (151,42,137). Sum of RGB (Red+Green+Blue) = 151+42+137=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #972A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972A89 is #68D576. Grayscale: #555555. Windows color (decimal): -6870391 or 8989335. OLE color: 8989335.
HSL color Cylindrical-coordinate representation of color #972A89: hue angle of 307.71º 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 #972A89 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 42 | 137 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.41 |
| HSL | 307.71º | 0.56% | 0.38% | - |
| HSV(B) | 307.71º | 0.72% | 0.59% | - |
| XYZ | 18.11 | 10.04 | 24.65 | - |
| YUV | 85.42 | 157.11 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 42 | 137 | 0 | 0.72 | 0.09 | 0.41 | 307.71 | 0.56 | 0.38 |
| Hex | 97 | 2A | 89 | 0 | 48 | 9 | 29 | 134 | 38 | 26 |
| Octal | 227 | 52 | 211 | 0 | 110 | 11 | 51 | 464 | 70 | 46 |
| Binary | 10010111 | 101010 | 10001001 | 0 | 1001000 | 1001 | 101001 | 100110100 | 111000 | 100110 |
Color Harmonies of #972A89
Complementary color
Monochromatic Colors of #972A89
Black with #972A89
Text Example
Text Example
White with #972A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972A89; }
p { color: rgb(151,42,137); }
H1.HeaderClassName
{
color: #972A89;
}
.AnyTagClassName
{
color: #972A89;
}
</style>
background-color css
<style>
a { background-color: #972A89; }
a { background-color: rgb(151,42,137); }
div.DivClassName
{
background-color: #972A89;
}
.BgClassName
{
background-color: #972A89;
}
</style>
border-color css
<style>
span { border-color: #972A89; }
span { border-color: rgb(151,42,137); }
td.TdClassName
{
border-color: #972A89;
}
.TagClassName
{
border-color: #972A89;
}
</style>