Shades of Dark Purple #972C8C
Tints of Dark Purple #972C8C
RGB
CMYK
RGB Variations
Color information
#972C8C (or 0x972C8C) is known color: Dark Purple. HEX triplet: 97, 2C and 8C. RGB value is (151,44,140). Sum of RGB (Red+Green+Blue) = 151+44+140=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #972C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972C8C is #68D373. Grayscale: #565656. Windows color (decimal): -6869876 or 9186455. OLE color: 9186455.
HSL color Cylindrical-coordinate representation of color #972C8C: hue angle of 306.17º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #972C8C is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 44 | 140 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.41 |
| HSL | 306.17º | 0.55% | 0.38% | - |
| HSV(B) | 306.17º | 0.71% | 0.59% | - |
| XYZ | 18.4 | 10.27 | 25.82 | - |
| YUV | 86.94 | 157.95 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 140 | 0 | 0.71 | 0.07 | 0.41 | 306.17 | 0.55 | 0.38 |
| Hex | 97 | 2C | 8C | 0 | 47 | 7 | 29 | 132 | 37 | 26 |
| Octal | 227 | 54 | 214 | 0 | 107 | 7 | 51 | 462 | 67 | 46 |
| Binary | 10010111 | 101100 | 10001100 | 0 | 1000111 | 111 | 101001 | 100110010 | 110111 | 100110 |
Color Harmonies of #972C8C
Complementary color
Monochromatic Colors of #972C8C
Black with #972C8C
Text Example
Text Example
White with #972C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972C8C; }
p { color: rgb(151,44,140); }
H1.HeaderClassName
{
color: #972C8C;
}
.AnyTagClassName
{
color: #972C8C;
}
</style>
background-color css
<style>
a { background-color: #972C8C; }
a { background-color: rgb(151,44,140); }
div.DivClassName
{
background-color: #972C8C;
}
.BgClassName
{
background-color: #972C8C;
}
</style>
border-color css
<style>
span { border-color: #972C8C; }
span { border-color: rgb(151,44,140); }
td.TdClassName
{
border-color: #972C8C;
}
.TagClassName
{
border-color: #972C8C;
}
</style>