Shades of Dark Purple #972C8F
Tints of Dark Purple #972C8F
RGB
CMYK
RGB Variations
Color information
#972C8F (or 0x972C8F) is known color: Dark Purple. HEX triplet: 97, 2C and 8F. RGB value is (151,44,143). Sum of RGB (Red+Green+Blue) = 151+44+143=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #972C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972C8F is #68D370. Grayscale: #565656. Windows color (decimal): -6869873 or 9383063. OLE color: 9383063.
HSL color Cylindrical-coordinate representation of color #972C8F: hue angle of 304.49º 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 #972C8F is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 44 | 143 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.41 |
| HSL | 304.49º | 0.55% | 0.38% | - |
| HSV(B) | 304.49º | 0.71% | 0.59% | - |
| XYZ | 18.62 | 10.36 | 27.01 | - |
| YUV | 87.28 | 159.45 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 143 | 0 | 0.71 | 0.05 | 0.41 | 304.49 | 0.55 | 0.38 |
| Hex | 97 | 2C | 8F | 0 | 47 | 5 | 29 | 130 | 37 | 26 |
| Octal | 227 | 54 | 217 | 0 | 107 | 5 | 51 | 460 | 67 | 46 |
| Binary | 10010111 | 101100 | 10001111 | 0 | 1000111 | 101 | 101001 | 100110000 | 110111 | 100110 |
Color Harmonies of #972C8F
Complementary color
Monochromatic Colors of #972C8F
Black with #972C8F
Text Example
Text Example
White with #972C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972C8F; }
p { color: rgb(151,44,143); }
H1.HeaderClassName
{
color: #972C8F;
}
.AnyTagClassName
{
color: #972C8F;
}
</style>
background-color css
<style>
a { background-color: #972C8F; }
a { background-color: rgb(151,44,143); }
div.DivClassName
{
background-color: #972C8F;
}
.BgClassName
{
background-color: #972C8F;
}
</style>
border-color css
<style>
span { border-color: #972C8F; }
span { border-color: rgb(151,44,143); }
td.TdClassName
{
border-color: #972C8F;
}
.TagClassName
{
border-color: #972C8F;
}
</style>