Shades of Dark Purple #971F87
Tints of Dark Purple #971F87
RGB
CMYK
RGB Variations
Color information
#971F87 (or 0x971F87) is known color: Dark Purple. HEX triplet: 97, 1F and 87. RGB value is (151,31,135). Sum of RGB (Red+Green+Blue) = 151+31+135=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #971F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971F87 is #68E078. Grayscale: #4E4E4E. Windows color (decimal): -6873209 or 8855447. OLE color: 8855447.
HSL color Cylindrical-coordinate representation of color #971F87: hue angle of 308º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #971F87 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 31 | 135 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.41 |
| HSL | 308º | 0.66% | 0.36% | - |
| HSV(B) | 308º | 0.79% | 0.59% | - |
| XYZ | 17.63 | 9.31 | 23.79 | - |
| YUV | 78.74 | 159.76 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 31 | 135 | 0 | 0.79 | 0.11 | 0.41 | 308 | 0.66 | 0.36 |
| Hex | 97 | 1F | 87 | 0 | 4F | B | 29 | 134 | 42 | 24 |
| Octal | 227 | 37 | 207 | 0 | 117 | 13 | 51 | 464 | 102 | 44 |
| Binary | 10010111 | 11111 | 10000111 | 0 | 1001111 | 1011 | 101001 | 100110100 | 1000010 | 100100 |
Color Harmonies of #971F87
Complementary color
Monochromatic Colors of #971F87
Black with #971F87
Text Example
Text Example
White with #971F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971F87; }
p { color: rgb(151,31,135); }
H1.HeaderClassName
{
color: #971F87;
}
.AnyTagClassName
{
color: #971F87;
}
</style>
background-color css
<style>
a { background-color: #971F87; }
a { background-color: rgb(151,31,135); }
div.DivClassName
{
background-color: #971F87;
}
.BgClassName
{
background-color: #971F87;
}
</style>
border-color css
<style>
span { border-color: #971F87; }
span { border-color: rgb(151,31,135); }
td.TdClassName
{
border-color: #971F87;
}
.TagClassName
{
border-color: #971F87;
}
</style>