Shades of Dark Purple #971F88
Tints of Dark Purple #971F88
RGB
CMYK
RGB Variations
Color information
#971F88 (or 0x971F88) is known color: Dark Purple. HEX triplet: 97, 1F and 88. RGB value is (151,31,136). Sum of RGB (Red+Green+Blue) = 151+31+136=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #971F88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971F88 is #68E077. Grayscale: #4E4E4E. Windows color (decimal): -6873208 or 8920983. OLE color: 8920983.
HSL color Cylindrical-coordinate representation of color #971F88: hue angle of 307.5º 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 #971F88 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 31 | 136 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.41 |
| HSL | 307.5º | 0.66% | 0.36% | - |
| HSV(B) | 307.5º | 0.79% | 0.59% | - |
| XYZ | 17.7 | 9.34 | 24.16 | - |
| YUV | 78.85 | 160.26 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 31 | 136 | 0 | 0.79 | 0.10 | 0.41 | 307.5 | 0.66 | 0.36 |
| Hex | 97 | 1F | 88 | 0 | 4F | A | 29 | 134 | 42 | 24 |
| Octal | 227 | 37 | 210 | 0 | 117 | 12 | 51 | 464 | 102 | 44 |
| Binary | 10010111 | 11111 | 10001000 | 0 | 1001111 | 1010 | 101001 | 100110100 | 1000010 | 100100 |
Color Harmonies of #971F88
Complementary color
Monochromatic Colors of #971F88
Black with #971F88
Text Example
Text Example
White with #971F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971F88; }
p { color: rgb(151,31,136); }
H1.HeaderClassName
{
color: #971F88;
}
.AnyTagClassName
{
color: #971F88;
}
</style>
background-color css
<style>
a { background-color: #971F88; }
a { background-color: rgb(151,31,136); }
div.DivClassName
{
background-color: #971F88;
}
.BgClassName
{
background-color: #971F88;
}
</style>
border-color css
<style>
span { border-color: #971F88; }
span { border-color: rgb(151,31,136); }
td.TdClassName
{
border-color: #971F88;
}
.TagClassName
{
border-color: #971F88;
}
</style>