Shades of Dark Purple #972981
Tints of Dark Purple #972981
RGB
CMYK
RGB Variations
Color information
#972981 (or 0x972981) is known color: Dark Purple. HEX triplet: 97, 29 and 81. RGB value is (151,41,129). Sum of RGB (Red+Green+Blue) = 151+41+129=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #972981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972981 is #68D67E. Grayscale: #535353. Windows color (decimal): -6870655 or 8464791. OLE color: 8464791.
HSL color Cylindrical-coordinate representation of color #972981: hue angle of 312º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #972981 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 41 | 129 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.41 |
| HSL | 312º | 0.57% | 0.38% | - |
| HSV(B) | 312º | 0.73% | 0.59% | - |
| XYZ | 17.52 | 9.75 | 21.73 | - |
| YUV | 83.92 | 153.44 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 41 | 129 | 0 | 0.73 | 0.15 | 0.41 | 312 | 0.57 | 0.38 |
| Hex | 97 | 29 | 81 | 0 | 49 | F | 29 | 138 | 39 | 26 |
| Octal | 227 | 51 | 201 | 0 | 111 | 17 | 51 | 470 | 71 | 46 |
| Binary | 10010111 | 101001 | 10000001 | 0 | 1001001 | 1111 | 101001 | 100111000 | 111001 | 100110 |
Color Harmonies of #972981
Complementary color
Monochromatic Colors of #972981
Black with #972981
Text Example
Text Example
White with #972981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972981; }
p { color: rgb(151,41,129); }
H1.HeaderClassName
{
color: #972981;
}
.AnyTagClassName
{
color: #972981;
}
</style>
background-color css
<style>
a { background-color: #972981; }
a { background-color: rgb(151,41,129); }
div.DivClassName
{
background-color: #972981;
}
.BgClassName
{
background-color: #972981;
}
</style>
border-color css
<style>
span { border-color: #972981; }
span { border-color: rgb(151,41,129); }
td.TdClassName
{
border-color: #972981;
}
.TagClassName
{
border-color: #972981;
}
</style>