Shades of Dark Purple #972985
Tints of Dark Purple #972985
RGB
CMYK
RGB Variations
Color information
#972985 (or 0x972985) is known color: Dark Purple. HEX triplet: 97, 29 and 85. RGB value is (151,41,133). Sum of RGB (Red+Green+Blue) = 151+41+133=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #972985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972985 is #68D67A. Grayscale: #545454. Windows color (decimal): -6870651 or 8726935. OLE color: 8726935.
HSL color Cylindrical-coordinate representation of color #972985: hue angle of 309.82º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #972985 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 41 | 133 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.41 |
| HSL | 309.82º | 0.57% | 0.38% | - |
| HSV(B) | 309.82º | 0.73% | 0.59% | - |
| XYZ | 17.79 | 9.86 | 23.16 | - |
| YUV | 84.38 | 155.44 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 41 | 133 | 0 | 0.73 | 0.12 | 0.41 | 309.82 | 0.57 | 0.38 |
| Hex | 97 | 29 | 85 | 0 | 49 | C | 29 | 136 | 39 | 26 |
| Octal | 227 | 51 | 205 | 0 | 111 | 14 | 51 | 466 | 71 | 46 |
| Binary | 10010111 | 101001 | 10000101 | 0 | 1001001 | 1100 | 101001 | 100110110 | 111001 | 100110 |
Color Harmonies of #972985
Complementary color
Monochromatic Colors of #972985
Black with #972985
Text Example
Text Example
White with #972985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972985; }
p { color: rgb(151,41,133); }
H1.HeaderClassName
{
color: #972985;
}
.AnyTagClassName
{
color: #972985;
}
</style>
background-color css
<style>
a { background-color: #972985; }
a { background-color: rgb(151,41,133); }
div.DivClassName
{
background-color: #972985;
}
.BgClassName
{
background-color: #972985;
}
</style>
border-color css
<style>
span { border-color: #972985; }
span { border-color: rgb(151,41,133); }
td.TdClassName
{
border-color: #972985;
}
.TagClassName
{
border-color: #972985;
}
</style>