Shades of Dark Purple #972A8D
Tints of Dark Purple #972A8D
RGB
CMYK
RGB Variations
Color information
#972A8D (or 0x972A8D) is known color: Dark Purple. HEX triplet: 97, 2A and 8D. RGB value is (151,42,141). Sum of RGB (Red+Green+Blue) = 151+42+141=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #972A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972A8D is #68D572. Grayscale: #555555. Windows color (decimal): -6870387 or 9251479. OLE color: 9251479.
HSL color Cylindrical-coordinate representation of color #972A8D: hue angle of 305.5º 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 #972A8D is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 42 | 141 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.41 |
| HSL | 305.5º | 0.56% | 0.38% | - |
| HSV(B) | 305.5º | 0.72% | 0.59% | - |
| XYZ | 18.4 | 10.16 | 26.19 | - |
| YUV | 85.88 | 159.11 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 42 | 141 | 0 | 0.72 | 0.07 | 0.41 | 305.5 | 0.56 | 0.38 |
| Hex | 97 | 2A | 8D | 0 | 48 | 7 | 29 | 132 | 38 | 26 |
| Octal | 227 | 52 | 215 | 0 | 110 | 7 | 51 | 462 | 70 | 46 |
| Binary | 10010111 | 101010 | 10001101 | 0 | 1001000 | 111 | 101001 | 100110010 | 111000 | 100110 |
Color Harmonies of #972A8D
Complementary color
Monochromatic Colors of #972A8D
Black with #972A8D
Text Example
Text Example
White with #972A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972A8D; }
p { color: rgb(151,42,141); }
H1.HeaderClassName
{
color: #972A8D;
}
.AnyTagClassName
{
color: #972A8D;
}
</style>
background-color css
<style>
a { background-color: #972A8D; }
a { background-color: rgb(151,42,141); }
div.DivClassName
{
background-color: #972A8D;
}
.BgClassName
{
background-color: #972A8D;
}
</style>
border-color css
<style>
span { border-color: #972A8D; }
span { border-color: rgb(151,42,141); }
td.TdClassName
{
border-color: #972A8D;
}
.TagClassName
{
border-color: #972A8D;
}
</style>