Shades of Dark Purple #973F87
Tints of Dark Purple #973F87
RGB
CMYK
RGB Variations
Color information
#973F87 (or 0x973F87) is known color: Dark Purple. HEX triplet: 97, 3F and 87. RGB value is (151,63,135). Sum of RGB (Red+Green+Blue) = 151+63+135=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #973F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973F87 is #68C078. Grayscale: #616161. Windows color (decimal): -6865017 or 8863639. OLE color: 8863639.
HSL color Cylindrical-coordinate representation of color #973F87: hue angle of 310.91º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #973F87 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 63 | 135 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.41 |
| HSL | 310.91º | 0.41% | 0.42% | - |
| HSV(B) | 310.91º | 0.58% | 0.59% | - |
| XYZ | 18.91 | 11.88 | 24.22 | - |
| YUV | 97.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 135 | 0 | 0.58 | 0.11 | 0.41 | 310.91 | 0.41 | 0.42 |
| Hex | 97 | 3F | 87 | 0 | 3A | B | 29 | 137 | 29 | 2A |
| Octal | 227 | 77 | 207 | 0 | 72 | 13 | 51 | 467 | 51 | 52 |
| Binary | 10010111 | 111111 | 10000111 | 0 | 111010 | 1011 | 101001 | 100110111 | 101001 | 101010 |
Color Harmonies of #973F87
Complementary color
Monochromatic Colors of #973F87
Black with #973F87
Text Example
Text Example
White with #973F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973F87; }
p { color: rgb(151,63,135); }
H1.HeaderClassName
{
color: #973F87;
}
.AnyTagClassName
{
color: #973F87;
}
</style>
background-color css
<style>
a { background-color: #973F87; }
a { background-color: rgb(151,63,135); }
div.DivClassName
{
background-color: #973F87;
}
.BgClassName
{
background-color: #973F87;
}
</style>
border-color css
<style>
span { border-color: #973F87; }
span { border-color: rgb(151,63,135); }
td.TdClassName
{
border-color: #973F87;
}
.TagClassName
{
border-color: #973F87;
}
</style>