Shades of Dark Purple #971382
Tints of Dark Purple #971382
RGB
CMYK
RGB Variations
Color information
#971382 (or 0x971382) is known color: Dark Purple. HEX triplet: 97, 13 and 82. RGB value is (151,19,130). Sum of RGB (Red+Green+Blue) = 151+19+130=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #971382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971382 is #68EC7D. Grayscale: #464646. Windows color (decimal): -6876286 or 8524695. OLE color: 8524695.
HSL color Cylindrical-coordinate representation of color #971382: hue angle of 309.55º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971382 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 19 | 130 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.41 |
| HSL | 309.55º | 0.78% | 0.33% | - |
| HSV(B) | 309.55º | 0.87% | 0.59% | - |
| XYZ | 17.02 | 8.66 | 21.89 | - |
| YUV | 71.12 | 161.23 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 19 | 130 | 0 | 0.87 | 0.14 | 0.41 | 309.55 | 0.78 | 0.33 |
| Hex | 97 | 13 | 82 | 0 | 57 | E | 29 | 136 | 4E | 21 |
| Octal | 227 | 23 | 202 | 0 | 127 | 16 | 51 | 466 | 116 | 41 |
| Binary | 10010111 | 10011 | 10000010 | 0 | 1010111 | 1110 | 101001 | 100110110 | 1001110 | 100001 |
Color Harmonies of #971382
Complementary color
Monochromatic Colors of #971382
Black with #971382
Text Example
Text Example
White with #971382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971382; }
p { color: rgb(151,19,130); }
H1.HeaderClassName
{
color: #971382;
}
.AnyTagClassName
{
color: #971382;
}
</style>
background-color css
<style>
a { background-color: #971382; }
a { background-color: rgb(151,19,130); }
div.DivClassName
{
background-color: #971382;
}
.BgClassName
{
background-color: #971382;
}
</style>
border-color css
<style>
span { border-color: #971382; }
span { border-color: rgb(151,19,130); }
td.TdClassName
{
border-color: #971382;
}
.TagClassName
{
border-color: #971382;
}
</style>