Shades of Dark Purple #972A84
Tints of Dark Purple #972A84
RGB
CMYK
RGB Variations
Color information
#972A84 (or 0x972A84) is known color: Dark Purple. HEX triplet: 97, 2A and 84. RGB value is (151,42,132). Sum of RGB (Red+Green+Blue) = 151+42+132=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #972A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972A84 is #68D57B. Grayscale: #545454. Windows color (decimal): -6870396 or 8661655. OLE color: 8661655.
HSL color Cylindrical-coordinate representation of color #972A84: hue angle of 310.46º 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 #972A84 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 42 | 132 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.41 |
| HSL | 310.46º | 0.56% | 0.38% | - |
| HSV(B) | 310.46º | 0.72% | 0.59% | - |
| XYZ | 17.76 | 9.9 | 22.81 | - |
| YUV | 84.85 | 154.61 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 42 | 132 | 0 | 0.72 | 0.13 | 0.41 | 310.46 | 0.56 | 0.38 |
| Hex | 97 | 2A | 84 | 0 | 48 | D | 29 | 136 | 38 | 26 |
| Octal | 227 | 52 | 204 | 0 | 110 | 15 | 51 | 466 | 70 | 46 |
| Binary | 10010111 | 101010 | 10000100 | 0 | 1001000 | 1101 | 101001 | 100110110 | 111000 | 100110 |
Color Harmonies of #972A84
Complementary color
Monochromatic Colors of #972A84
Black with #972A84
Text Example
Text Example
White with #972A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972A84; }
p { color: rgb(151,42,132); }
H1.HeaderClassName
{
color: #972A84;
}
.AnyTagClassName
{
color: #972A84;
}
</style>
background-color css
<style>
a { background-color: #972A84; }
a { background-color: rgb(151,42,132); }
div.DivClassName
{
background-color: #972A84;
}
.BgClassName
{
background-color: #972A84;
}
</style>
border-color css
<style>
span { border-color: #972A84; }
span { border-color: rgb(151,42,132); }
td.TdClassName
{
border-color: #972A84;
}
.TagClassName
{
border-color: #972A84;
}
</style>