Shades of Dark Purple #971981
Tints of Dark Purple #971981
RGB
CMYK
RGB Variations
Color information
#971981 (or 0x971981) is known color: Dark Purple. HEX triplet: 97, 19 and 81. RGB value is (151,25,129). Sum of RGB (Red+Green+Blue) = 151+25+129=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #971981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971981 is #68E67E. Grayscale: #4A4A4A. Windows color (decimal): -6874751 or 8460695. OLE color: 8460695.
HSL color Cylindrical-coordinate representation of color #971981: hue angle of 310.48º 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 #971981 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 25 | 129 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.41 |
| HSL | 310.48º | 0.72% | 0.35% | - |
| HSV(B) | 310.48º | 0.83% | 0.59% | - |
| XYZ | 17.07 | 8.86 | 21.58 | - |
| YUV | 74.53 | 158.74 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 25 | 129 | 0 | 0.83 | 0.15 | 0.41 | 310.48 | 0.72 | 0.35 |
| Hex | 97 | 19 | 81 | 0 | 53 | F | 29 | 136 | 48 | 23 |
| Octal | 227 | 31 | 201 | 0 | 123 | 17 | 51 | 466 | 110 | 43 |
| Binary | 10010111 | 11001 | 10000001 | 0 | 1010011 | 1111 | 101001 | 100110110 | 1001000 | 100011 |
Color Harmonies of #971981
Complementary color
Monochromatic Colors of #971981
Black with #971981
Text Example
Text Example
White with #971981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971981; }
p { color: rgb(151,25,129); }
H1.HeaderClassName
{
color: #971981;
}
.AnyTagClassName
{
color: #971981;
}
</style>
background-color css
<style>
a { background-color: #971981; }
a { background-color: rgb(151,25,129); }
div.DivClassName
{
background-color: #971981;
}
.BgClassName
{
background-color: #971981;
}
</style>
border-color css
<style>
span { border-color: #971981; }
span { border-color: rgb(151,25,129); }
td.TdClassName
{
border-color: #971981;
}
.TagClassName
{
border-color: #971981;
}
</style>