Shades of Dark Purple #972990
Tints of Dark Purple #972990
RGB
CMYK
RGB Variations
Color information
#972990 (or 0x972990) is known color: Dark Purple. HEX triplet: 97, 29 and 90. RGB value is (151,41,144). Sum of RGB (Red+Green+Blue) = 151+41+144=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #972990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972990 is #68D66F. Grayscale: #555555. Windows color (decimal): -6870640 or 9447831. OLE color: 9447831.
HSL color Cylindrical-coordinate representation of color #972990: hue angle of 303.82º 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 #972990 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 41 | 144 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.41 |
| HSL | 303.82º | 0.57% | 0.38% | - |
| HSV(B) | 303.82º | 0.73% | 0.59% | - |
| XYZ | 18.59 | 10.18 | 27.37 | - |
| YUV | 85.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 41 | 144 | 0 | 0.73 | 0.05 | 0.41 | 303.82 | 0.57 | 0.38 |
| Hex | 97 | 29 | 90 | 0 | 49 | 5 | 29 | 130 | 39 | 26 |
| Octal | 227 | 51 | 220 | 0 | 111 | 5 | 51 | 460 | 71 | 46 |
| Binary | 10010111 | 101001 | 10010000 | 0 | 1001001 | 101 | 101001 | 100110000 | 111001 | 100110 |
Color Harmonies of #972990
Complementary color
Monochromatic Colors of #972990
Black with #972990
Text Example
Text Example
White with #972990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972990; }
p { color: rgb(151,41,144); }
H1.HeaderClassName
{
color: #972990;
}
.AnyTagClassName
{
color: #972990;
}
</style>
background-color css
<style>
a { background-color: #972990; }
a { background-color: rgb(151,41,144); }
div.DivClassName
{
background-color: #972990;
}
.BgClassName
{
background-color: #972990;
}
</style>
border-color css
<style>
span { border-color: #972990; }
span { border-color: rgb(151,41,144); }
td.TdClassName
{
border-color: #972990;
}
.TagClassName
{
border-color: #972990;
}
</style>