Shades of Dark Purple #972087
Tints of Dark Purple #972087
RGB
CMYK
RGB Variations
Color information
#972087 (or 0x972087) is known color: Dark Purple. HEX triplet: 97, 20 and 87. RGB value is (151,32,135). Sum of RGB (Red+Green+Blue) = 151+32+135=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #972087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972087 is #68DF78. Grayscale: #4F4F4F. Windows color (decimal): -6872953 or 8855703. OLE color: 8855703.
HSL color Cylindrical-coordinate representation of color #972087: hue angle of 308.07º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972087 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 32 | 135 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.41 |
| HSL | 308.07º | 0.65% | 0.36% | - |
| HSV(B) | 308.07º | 0.79% | 0.59% | - |
| XYZ | 17.65 | 9.36 | 23.8 | - |
| YUV | 79.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 32 | 135 | 0 | 0.79 | 0.11 | 0.41 | 308.07 | 0.65 | 0.36 |
| Hex | 97 | 20 | 87 | 0 | 4F | B | 29 | 134 | 41 | 24 |
| Octal | 227 | 40 | 207 | 0 | 117 | 13 | 51 | 464 | 101 | 44 |
| Binary | 10010111 | 100000 | 10000111 | 0 | 1001111 | 1011 | 101001 | 100110100 | 1000001 | 100100 |
Color Harmonies of #972087
Complementary color
Monochromatic Colors of #972087
Black with #972087
Text Example
Text Example
White with #972087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972087; }
p { color: rgb(151,32,135); }
H1.HeaderClassName
{
color: #972087;
}
.AnyTagClassName
{
color: #972087;
}
</style>
background-color css
<style>
a { background-color: #972087; }
a { background-color: rgb(151,32,135); }
div.DivClassName
{
background-color: #972087;
}
.BgClassName
{
background-color: #972087;
}
</style>
border-color css
<style>
span { border-color: #972087; }
span { border-color: rgb(151,32,135); }
td.TdClassName
{
border-color: #972087;
}
.TagClassName
{
border-color: #972087;
}
</style>