Shades of Dark Purple #972886
Tints of Dark Purple #972886
RGB
CMYK
RGB Variations
Color information
#972886 (or 0x972886) is known color: Dark Purple. HEX triplet: 97, 28 and 86. RGB value is (151,40,134). Sum of RGB (Red+Green+Blue) = 151+40+134=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #972886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972886 is #68D779. Grayscale: #535353. Windows color (decimal): -6870906 or 8792215. OLE color: 8792215.
HSL color Cylindrical-coordinate representation of color #972886: hue angle of 309.19º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #972886 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 40 | 134 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.41 |
| HSL | 309.19º | 0.58% | 0.37% | - |
| HSV(B) | 309.19º | 0.74% | 0.59% | - |
| XYZ | 17.82 | 9.82 | 23.51 | - |
| YUV | 83.91 | 156.27 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 40 | 134 | 0 | 0.74 | 0.11 | 0.41 | 309.19 | 0.58 | 0.37 |
| Hex | 97 | 28 | 86 | 0 | 4A | B | 29 | 135 | 3A | 25 |
| Octal | 227 | 50 | 206 | 0 | 112 | 13 | 51 | 465 | 72 | 45 |
| Binary | 10010111 | 101000 | 10000110 | 0 | 1001010 | 1011 | 101001 | 100110101 | 111010 | 100101 |
Color Harmonies of #972886
Complementary color
Monochromatic Colors of #972886
Black with #972886
Text Example
Text Example
White with #972886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972886; }
p { color: rgb(151,40,134); }
H1.HeaderClassName
{
color: #972886;
}
.AnyTagClassName
{
color: #972886;
}
</style>
background-color css
<style>
a { background-color: #972886; }
a { background-color: rgb(151,40,134); }
div.DivClassName
{
background-color: #972886;
}
.BgClassName
{
background-color: #972886;
}
</style>
border-color css
<style>
span { border-color: #972886; }
span { border-color: rgb(151,40,134); }
td.TdClassName
{
border-color: #972886;
}
.TagClassName
{
border-color: #972886;
}
</style>