Shades of Dark Purple #971D82
Tints of Dark Purple #971D82
RGB
CMYK
RGB Variations
Color information
#971D82 (or 0x971D82) is known color: Dark Purple. HEX triplet: 97, 1D and 82. RGB value is (151,29,130). Sum of RGB (Red+Green+Blue) = 151+29+130=310 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.71% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 151 - color contains mainly: red. Hex color #971D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971D82 is #68E27D. Grayscale: #4C4C4C. Windows color (decimal): -6873726 or 8527255. OLE color: 8527255.
HSL color Cylindrical-coordinate representation of color #971D82: hue angle of 310.33º 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 #971D82 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 29 | 130 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.41 |
| HSL | 310.33º | 0.68% | 0.35% | - |
| HSV(B) | 310.33º | 0.81% | 0.59% | - |
| XYZ | 17.23 | 9.07 | 21.96 | - |
| YUV | 76.99 | 157.92 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 130 | 0 | 0.81 | 0.14 | 0.41 | 310.33 | 0.68 | 0.35 |
| Hex | 97 | 1D | 82 | 0 | 51 | E | 29 | 136 | 44 | 23 |
| Octal | 227 | 35 | 202 | 0 | 121 | 16 | 51 | 466 | 104 | 43 |
| Binary | 10010111 | 11101 | 10000010 | 0 | 1010001 | 1110 | 101001 | 100110110 | 1000100 | 100011 |
Color Harmonies of #971D82
Complementary color
Monochromatic Colors of #971D82
Black with #971D82
Text Example
Text Example
White with #971D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971D82; }
p { color: rgb(151,29,130); }
H1.HeaderClassName
{
color: #971D82;
}
.AnyTagClassName
{
color: #971D82;
}
</style>
background-color css
<style>
a { background-color: #971D82; }
a { background-color: rgb(151,29,130); }
div.DivClassName
{
background-color: #971D82;
}
.BgClassName
{
background-color: #971D82;
}
</style>
border-color css
<style>
span { border-color: #971D82; }
span { border-color: rgb(151,29,130); }
td.TdClassName
{
border-color: #971D82;
}
.TagClassName
{
border-color: #971D82;
}
</style>