Shades of Dark Purple #971884
Tints of Dark Purple #971884
RGB
CMYK
RGB Variations
Color information
#971884 (or 0x971884) is known color: Dark Purple. HEX triplet: 97, 18 and 84. RGB value is (151,24,132). Sum of RGB (Red+Green+Blue) = 151+24+132=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #971884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971884 is #68E77B. Grayscale: #494949. Windows color (decimal): -6875004 or 8657047. OLE color: 8657047.
HSL color Cylindrical-coordinate representation of color #971884: hue angle of 308.98º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971884 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 24 | 132 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.41 |
| HSL | 308.98º | 0.73% | 0.34% | - |
| HSV(B) | 308.98º | 0.84% | 0.59% | - |
| XYZ | 17.25 | 8.9 | 22.64 | - |
| YUV | 74.29 | 160.58 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 24 | 132 | 0 | 0.84 | 0.13 | 0.41 | 308.98 | 0.73 | 0.34 |
| Hex | 97 | 18 | 84 | 0 | 54 | D | 29 | 135 | 49 | 22 |
| Octal | 227 | 30 | 204 | 0 | 124 | 15 | 51 | 465 | 111 | 42 |
| Binary | 10010111 | 11000 | 10000100 | 0 | 1010100 | 1101 | 101001 | 100110101 | 1001001 | 100010 |
Color Harmonies of #971884
Complementary color
Monochromatic Colors of #971884
Black with #971884
Text Example
Text Example
White with #971884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971884; }
p { color: rgb(151,24,132); }
H1.HeaderClassName
{
color: #971884;
}
.AnyTagClassName
{
color: #971884;
}
</style>
background-color css
<style>
a { background-color: #971884; }
a { background-color: rgb(151,24,132); }
div.DivClassName
{
background-color: #971884;
}
.BgClassName
{
background-color: #971884;
}
</style>
border-color css
<style>
span { border-color: #971884; }
span { border-color: rgb(151,24,132); }
td.TdClassName
{
border-color: #971884;
}
.TagClassName
{
border-color: #971884;
}
</style>