Shades of Dark Purple #971D84
Tints of Dark Purple #971D84
RGB
CMYK
RGB Variations
Color information
#971D84 (or 0x971D84) is known color: Dark Purple. HEX triplet: 97, 1D and 84. RGB value is (151,29,132). Sum of RGB (Red+Green+Blue) = 151+29+132=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #971D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971D84 is #68E27B. Grayscale: #4C4C4C. Windows color (decimal): -6873724 or 8658327. OLE color: 8658327.
HSL color Cylindrical-coordinate representation of color #971D84: hue angle of 309.34º 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 #971D84 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 29 | 132 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.41 |
| HSL | 309.34º | 0.68% | 0.35% | - |
| HSV(B) | 309.34º | 0.81% | 0.59% | - |
| XYZ | 17.37 | 9.12 | 22.68 | - |
| YUV | 77.22 | 158.92 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 132 | 0 | 0.81 | 0.13 | 0.41 | 309.34 | 0.68 | 0.35 |
| Hex | 97 | 1D | 84 | 0 | 51 | D | 29 | 135 | 44 | 23 |
| Octal | 227 | 35 | 204 | 0 | 121 | 15 | 51 | 465 | 104 | 43 |
| Binary | 10010111 | 11101 | 10000100 | 0 | 1010001 | 1101 | 101001 | 100110101 | 1000100 | 100011 |
Color Harmonies of #971D84
Complementary color
Monochromatic Colors of #971D84
Black with #971D84
Text Example
Text Example
White with #971D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971D84; }
p { color: rgb(151,29,132); }
H1.HeaderClassName
{
color: #971D84;
}
.AnyTagClassName
{
color: #971D84;
}
</style>
background-color css
<style>
a { background-color: #971D84; }
a { background-color: rgb(151,29,132); }
div.DivClassName
{
background-color: #971D84;
}
.BgClassName
{
background-color: #971D84;
}
</style>
border-color css
<style>
span { border-color: #971D84; }
span { border-color: rgb(151,29,132); }
td.TdClassName
{
border-color: #971D84;
}
.TagClassName
{
border-color: #971D84;
}
</style>