Shades of Dark Purple #971484
Tints of Dark Purple #971484
RGB
CMYK
RGB Variations
Color information
#971484 (or 0x971484) is known color: Dark Purple. HEX triplet: 97, 14 and 84. RGB value is (151,20,132). Sum of RGB (Red+Green+Blue) = 151+20+132=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #971484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971484 is #68EB7B. Grayscale: #474747. Windows color (decimal): -6876028 or 8656023. OLE color: 8656023.
HSL color Cylindrical-coordinate representation of color #971484: hue angle of 308.7º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971484 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 20 | 132 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.41 |
| HSL | 308.7º | 0.77% | 0.34% | - |
| HSV(B) | 308.7º | 0.87% | 0.59% | - |
| XYZ | 17.18 | 8.75 | 22.61 | - |
| YUV | 71.94 | 161.9 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 20 | 132 | 0 | 0.87 | 0.13 | 0.41 | 308.7 | 0.77 | 0.34 |
| Hex | 97 | 14 | 84 | 0 | 57 | D | 29 | 135 | 4D | 22 |
| Octal | 227 | 24 | 204 | 0 | 127 | 15 | 51 | 465 | 115 | 42 |
| Binary | 10010111 | 10100 | 10000100 | 0 | 1010111 | 1101 | 101001 | 100110101 | 1001101 | 100010 |
Color Harmonies of #971484
Complementary color
Monochromatic Colors of #971484
Black with #971484
Text Example
Text Example
White with #971484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971484; }
p { color: rgb(151,20,132); }
H1.HeaderClassName
{
color: #971484;
}
.AnyTagClassName
{
color: #971484;
}
</style>
background-color css
<style>
a { background-color: #971484; }
a { background-color: rgb(151,20,132); }
div.DivClassName
{
background-color: #971484;
}
.BgClassName
{
background-color: #971484;
}
</style>
border-color css
<style>
span { border-color: #971484; }
span { border-color: rgb(151,20,132); }
td.TdClassName
{
border-color: #971484;
}
.TagClassName
{
border-color: #971484;
}
</style>