Shades of Dark Purple #972789
Tints of Dark Purple #972789
RGB
CMYK
RGB Variations
Color information
#972789 (or 0x972789) is known color: Dark Purple. HEX triplet: 97, 27 and 89. RGB value is (151,39,137). Sum of RGB (Red+Green+Blue) = 151+39+137=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #972789 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972789 is #68D876. Grayscale: #535353. Windows color (decimal): -6871159 or 8988567. OLE color: 8988567.
HSL color Cylindrical-coordinate representation of color #972789: hue angle of 307.5º degrees, saturation: 0.59, 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 #972789 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 39 | 137 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.41 |
| HSL | 307.5º | 0.59% | 0.37% | - |
| HSV(B) | 307.5º | 0.74% | 0.59% | - |
| XYZ | 18 | 9.84 | 24.62 | - |
| YUV | 83.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 39 | 137 | 0 | 0.74 | 0.09 | 0.41 | 307.5 | 0.59 | 0.37 |
| Hex | 97 | 27 | 89 | 0 | 4A | 9 | 29 | 134 | 3B | 25 |
| Octal | 227 | 47 | 211 | 0 | 112 | 11 | 51 | 464 | 73 | 45 |
| Binary | 10010111 | 100111 | 10001001 | 0 | 1001010 | 1001 | 101001 | 100110100 | 111011 | 100101 |
Color Harmonies of #972789
Complementary color
Monochromatic Colors of #972789
Black with #972789
Text Example
Text Example
White with #972789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972789; }
p { color: rgb(151,39,137); }
H1.HeaderClassName
{
color: #972789;
}
.AnyTagClassName
{
color: #972789;
}
</style>
background-color css
<style>
a { background-color: #972789; }
a { background-color: rgb(151,39,137); }
div.DivClassName
{
background-color: #972789;
}
.BgClassName
{
background-color: #972789;
}
</style>
border-color css
<style>
span { border-color: #972789; }
span { border-color: rgb(151,39,137); }
td.TdClassName
{
border-color: #972789;
}
.TagClassName
{
border-color: #972789;
}
</style>