Shades of Dark Purple #972D8C
Tints of Dark Purple #972D8C
RGB
CMYK
RGB Variations
Color information
#972D8C (or 0x972D8C) is known color: Dark Purple. HEX triplet: 97, 2D and 8C. RGB value is (151,45,140). Sum of RGB (Red+Green+Blue) = 151+45+140=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #972D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972D8C is #68D273. Grayscale: #575757. Windows color (decimal): -6869620 or 9186711. OLE color: 9186711.
HSL color Cylindrical-coordinate representation of color #972D8C: hue angle of 306.23º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #972D8C is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 45 | 140 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.41 |
| HSL | 306.23º | 0.54% | 0.38% | - |
| HSV(B) | 306.23º | 0.7% | 0.59% | - |
| XYZ | 18.43 | 10.35 | 25.84 | - |
| YUV | 87.52 | 157.62 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 45 | 140 | 0 | 0.70 | 0.07 | 0.41 | 306.23 | 0.54 | 0.38 |
| Hex | 97 | 2D | 8C | 0 | 46 | 7 | 29 | 132 | 36 | 26 |
| Octal | 227 | 55 | 214 | 0 | 106 | 7 | 51 | 462 | 66 | 46 |
| Binary | 10010111 | 101101 | 10001100 | 0 | 1000110 | 111 | 101001 | 100110010 | 110110 | 100110 |
Color Harmonies of #972D8C
Complementary color
Monochromatic Colors of #972D8C
Black with #972D8C
Text Example
Text Example
White with #972D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972D8C; }
p { color: rgb(151,45,140); }
H1.HeaderClassName
{
color: #972D8C;
}
.AnyTagClassName
{
color: #972D8C;
}
</style>
background-color css
<style>
a { background-color: #972D8C; }
a { background-color: rgb(151,45,140); }
div.DivClassName
{
background-color: #972D8C;
}
.BgClassName
{
background-color: #972D8C;
}
</style>
border-color css
<style>
span { border-color: #972D8C; }
span { border-color: rgb(151,45,140); }
td.TdClassName
{
border-color: #972D8C;
}
.TagClassName
{
border-color: #972D8C;
}
</style>