Shades of Dark Purple #973987
Tints of Dark Purple #973987
RGB
CMYK
RGB Variations
Color information
#973987 (or 0x973987) is known color: Dark Purple. HEX triplet: 97, 39 and 87. RGB value is (151,57,135). Sum of RGB (Red+Green+Blue) = 151+57+135=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 151 - color contains mainly: red. Hex color #973987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973987 is #68C678. Grayscale: #5D5D5D. Windows color (decimal): -6866553 or 8862103. OLE color: 8862103.
HSL color Cylindrical-coordinate representation of color #973987: hue angle of 310.21º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #973987 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 57 | 135 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.41 |
| HSL | 310.21º | 0.45% | 0.41% | - |
| HSV(B) | 310.21º | 0.62% | 0.59% | - |
| XYZ | 18.6 | 11.25 | 24.11 | - |
| YUV | 94 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 57 | 135 | 0 | 0.62 | 0.11 | 0.41 | 310.21 | 0.45 | 0.41 |
| Hex | 97 | 39 | 87 | 0 | 3E | B | 29 | 136 | 2D | 29 |
| Octal | 227 | 71 | 207 | 0 | 76 | 13 | 51 | 466 | 55 | 51 |
| Binary | 10010111 | 111001 | 10000111 | 0 | 111110 | 1011 | 101001 | 100110110 | 101101 | 101001 |
Color Harmonies of #973987
Complementary color
Monochromatic Colors of #973987
Black with #973987
Text Example
Text Example
White with #973987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973987; }
p { color: rgb(151,57,135); }
H1.HeaderClassName
{
color: #973987;
}
.AnyTagClassName
{
color: #973987;
}
</style>
background-color css
<style>
a { background-color: #973987; }
a { background-color: rgb(151,57,135); }
div.DivClassName
{
background-color: #973987;
}
.BgClassName
{
background-color: #973987;
}
</style>
border-color css
<style>
span { border-color: #973987; }
span { border-color: rgb(151,57,135); }
td.TdClassName
{
border-color: #973987;
}
.TagClassName
{
border-color: #973987;
}
</style>