Shades of Dark Purple #971D83
Tints of Dark Purple #971D83
RGB
CMYK
RGB Variations
Color information
#971D83 (or 0x971D83) is known color: Dark Purple. HEX triplet: 97, 1D and 83. RGB value is (151,29,131). Sum of RGB (Red+Green+Blue) = 151+29+131=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #971D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971D83 is #68E27C. Grayscale: #4C4C4C. Windows color (decimal): -6873725 or 8592791. OLE color: 8592791.
HSL color Cylindrical-coordinate representation of color #971D83: hue angle of 309.84º 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 #971D83 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 29 | 131 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.41 |
| HSL | 309.84º | 0.68% | 0.35% | - |
| HSV(B) | 309.84º | 0.81% | 0.59% | - |
| XYZ | 17.3 | 9.1 | 22.32 | - |
| YUV | 77.11 | 158.42 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 131 | 0 | 0.81 | 0.13 | 0.41 | 309.84 | 0.68 | 0.35 |
| Hex | 97 | 1D | 83 | 0 | 51 | D | 29 | 136 | 44 | 23 |
| Octal | 227 | 35 | 203 | 0 | 121 | 15 | 51 | 466 | 104 | 43 |
| Binary | 10010111 | 11101 | 10000011 | 0 | 1010001 | 1101 | 101001 | 100110110 | 1000100 | 100011 |
Color Harmonies of #971D83
Complementary color
Monochromatic Colors of #971D83
Black with #971D83
Text Example
Text Example
White with #971D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971D83; }
p { color: rgb(151,29,131); }
H1.HeaderClassName
{
color: #971D83;
}
.AnyTagClassName
{
color: #971D83;
}
</style>
background-color css
<style>
a { background-color: #971D83; }
a { background-color: rgb(151,29,131); }
div.DivClassName
{
background-color: #971D83;
}
.BgClassName
{
background-color: #971D83;
}
</style>
border-color css
<style>
span { border-color: #971D83; }
span { border-color: rgb(151,29,131); }
td.TdClassName
{
border-color: #971D83;
}
.TagClassName
{
border-color: #971D83;
}
</style>