Shades of Dark Purple #97297C
Tints of Dark Purple #97297C
RGB
CMYK
RGB Variations
Color information
#97297C (or 0x97297C) is known color: Dark Purple. HEX triplet: 97, 29 and 7C. RGB value is (151,41,124). Sum of RGB (Red+Green+Blue) = 151+41+124=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #97297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97297C is #68D683. Grayscale: #535353. Windows color (decimal): -6870660 or 8137111. OLE color: 8137111.
HSL color Cylindrical-coordinate representation of color #97297C: hue angle of 314.73º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #97297C is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 41 | 124 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.41 |
| HSL | 314.73º | 0.57% | 0.38% | - |
| HSV(B) | 314.73º | 0.73% | 0.59% | - |
| XYZ | 17.19 | 9.62 | 20.02 | - |
| YUV | 83.35 | 150.94 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 41 | 124 | 0 | 0.73 | 0.18 | 0.41 | 314.73 | 0.57 | 0.38 |
| Hex | 97 | 29 | 7C | 0 | 49 | 12 | 29 | 13B | 39 | 26 |
| Octal | 227 | 51 | 174 | 0 | 111 | 22 | 51 | 473 | 71 | 46 |
| Binary | 10010111 | 101001 | 1111100 | 0 | 1001001 | 10010 | 101001 | 100111011 | 111001 | 100110 |
Color Harmonies of #97297C
Complementary color
Monochromatic Colors of #97297C
Black with #97297C
Text Example
Text Example
White with #97297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97297C; }
p { color: rgb(151,41,124); }
H1.HeaderClassName
{
color: #97297C;
}
.AnyTagClassName
{
color: #97297C;
}
</style>
background-color css
<style>
a { background-color: #97297C; }
a { background-color: rgb(151,41,124); }
div.DivClassName
{
background-color: #97297C;
}
.BgClassName
{
background-color: #97297C;
}
</style>
border-color css
<style>
span { border-color: #97297C; }
span { border-color: rgb(151,41,124); }
td.TdClassName
{
border-color: #97297C;
}
.TagClassName
{
border-color: #97297C;
}
</style>