Shades of Dark Purple #971D80
Tints of Dark Purple #971D80
RGB
CMYK
RGB Variations
Color information
#971D80 (or 0x971D80) is known color: Dark Purple. HEX triplet: 97, 1D and 80. RGB value is (151,29,128). Sum of RGB (Red+Green+Blue) = 151+29+128=308 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.03% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 151 - color contains mainly: red. Hex color #971D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971D80 is #68E27F. Grayscale: #4C4C4C. Windows color (decimal): -6873728 or 8396183. OLE color: 8396183.
HSL color Cylindrical-coordinate representation of color #971D80: hue angle of 311.31º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #971D80 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 29 | 128 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.41 |
| HSL | 311.31º | 0.68% | 0.35% | - |
| HSV(B) | 311.31º | 0.81% | 0.59% | - |
| XYZ | 17.1 | 9.02 | 21.26 | - |
| YUV | 76.76 | 156.92 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 128 | 0 | 0.81 | 0.15 | 0.41 | 311.31 | 0.68 | 0.35 |
| Hex | 97 | 1D | 80 | 0 | 51 | F | 29 | 137 | 44 | 23 |
| Octal | 227 | 35 | 200 | 0 | 121 | 17 | 51 | 467 | 104 | 43 |
| Binary | 10010111 | 11101 | 10000000 | 0 | 1010001 | 1111 | 101001 | 100110111 | 1000100 | 100011 |
Color Harmonies of #971D80
Complementary color
Monochromatic Colors of #971D80
Black with #971D80
Text Example
Text Example
White with #971D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971D80; }
p { color: rgb(151,29,128); }
H1.HeaderClassName
{
color: #971D80;
}
.AnyTagClassName
{
color: #971D80;
}
</style>
background-color css
<style>
a { background-color: #971D80; }
a { background-color: rgb(151,29,128); }
div.DivClassName
{
background-color: #971D80;
}
.BgClassName
{
background-color: #971D80;
}
</style>
border-color css
<style>
span { border-color: #971D80; }
span { border-color: rgb(151,29,128); }
td.TdClassName
{
border-color: #971D80;
}
.TagClassName
{
border-color: #971D80;
}
</style>