Shades of Dark Purple #971987
Tints of Dark Purple #971987
RGB
CMYK
RGB Variations
Color information
#971987 (or 0x971987) is known color: Dark Purple. HEX triplet: 97, 19 and 87. RGB value is (151,25,135). Sum of RGB (Red+Green+Blue) = 151+25+135=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #971987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971987 is #68E678. Grayscale: #4A4A4A. Windows color (decimal): -6874745 or 8853911. OLE color: 8853911.
HSL color Cylindrical-coordinate representation of color #971987: hue angle of 307.62º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971987 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 25 | 135 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.41 |
| HSL | 307.62º | 0.72% | 0.35% | - |
| HSV(B) | 307.62º | 0.83% | 0.59% | - |
| XYZ | 17.48 | 9.02 | 23.74 | - |
| YUV | 75.21 | 161.74 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 25 | 135 | 0 | 0.83 | 0.11 | 0.41 | 307.62 | 0.72 | 0.35 |
| Hex | 97 | 19 | 87 | 0 | 53 | B | 29 | 134 | 48 | 23 |
| Octal | 227 | 31 | 207 | 0 | 123 | 13 | 51 | 464 | 110 | 43 |
| Binary | 10010111 | 11001 | 10000111 | 0 | 1010011 | 1011 | 101001 | 100110100 | 1001000 | 100011 |
Color Harmonies of #971987
Complementary color
Monochromatic Colors of #971987
Black with #971987
Text Example
Text Example
White with #971987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971987; }
p { color: rgb(151,25,135); }
H1.HeaderClassName
{
color: #971987;
}
.AnyTagClassName
{
color: #971987;
}
</style>
background-color css
<style>
a { background-color: #971987; }
a { background-color: rgb(151,25,135); }
div.DivClassName
{
background-color: #971987;
}
.BgClassName
{
background-color: #971987;
}
</style>
border-color css
<style>
span { border-color: #971987; }
span { border-color: rgb(151,25,135); }
td.TdClassName
{
border-color: #971987;
}
.TagClassName
{
border-color: #971987;
}
</style>