Shades of Dark Purple #972484
Tints of Dark Purple #972484
RGB
CMYK
RGB Variations
Color information
#972484 (or 0x972484) is known color: Dark Purple. HEX triplet: 97, 24 and 84. RGB value is (151,36,132). Sum of RGB (Red+Green+Blue) = 151+36+132=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #972484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972484 is #68DB7B. Grayscale: #515151. Windows color (decimal): -6871932 or 8660119. OLE color: 8660119.
HSL color Cylindrical-coordinate representation of color #972484: hue angle of 309.91º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #972484 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 36 | 132 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.41 |
| HSL | 309.91º | 0.61% | 0.37% | - |
| HSV(B) | 309.91º | 0.76% | 0.59% | - |
| XYZ | 17.56 | 9.51 | 22.74 | - |
| YUV | 81.33 | 156.6 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 36 | 132 | 0 | 0.76 | 0.13 | 0.41 | 309.91 | 0.61 | 0.37 |
| Hex | 97 | 24 | 84 | 0 | 4C | D | 29 | 136 | 3D | 25 |
| Octal | 227 | 44 | 204 | 0 | 114 | 15 | 51 | 466 | 75 | 45 |
| Binary | 10010111 | 100100 | 10000100 | 0 | 1001100 | 1101 | 101001 | 100110110 | 111101 | 100101 |
Color Harmonies of #972484
Complementary color
Monochromatic Colors of #972484
Black with #972484
Text Example
Text Example
White with #972484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972484; }
p { color: rgb(151,36,132); }
H1.HeaderClassName
{
color: #972484;
}
.AnyTagClassName
{
color: #972484;
}
</style>
background-color css
<style>
a { background-color: #972484; }
a { background-color: rgb(151,36,132); }
div.DivClassName
{
background-color: #972484;
}
.BgClassName
{
background-color: #972484;
}
</style>
border-color css
<style>
span { border-color: #972484; }
span { border-color: rgb(151,36,132); }
td.TdClassName
{
border-color: #972484;
}
.TagClassName
{
border-color: #972484;
}
</style>