Shades of Dark Purple #97298D
Tints of Dark Purple #97298D
RGB
CMYK
RGB Variations
Color information
#97298D (or 0x97298D) is known color: Dark Purple. HEX triplet: 97, 29 and 8D. RGB value is (151,41,141). Sum of RGB (Red+Green+Blue) = 151+41+141=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #97298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97298D is #68D672. Grayscale: #555555. Windows color (decimal): -6870643 or 9251223. OLE color: 9251223.
HSL color Cylindrical-coordinate representation of color #97298D: hue angle of 305.45º 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 #97298D is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 41 | 141 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.41 |
| HSL | 305.45º | 0.57% | 0.38% | - |
| HSV(B) | 305.45º | 0.73% | 0.59% | - |
| XYZ | 18.36 | 10.09 | 26.18 | - |
| YUV | 85.29 | 159.44 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 41 | 141 | 0 | 0.73 | 0.07 | 0.41 | 305.45 | 0.57 | 0.38 |
| Hex | 97 | 29 | 8D | 0 | 49 | 7 | 29 | 131 | 39 | 26 |
| Octal | 227 | 51 | 215 | 0 | 111 | 7 | 51 | 461 | 71 | 46 |
| Binary | 10010111 | 101001 | 10001101 | 0 | 1001001 | 111 | 101001 | 100110001 | 111001 | 100110 |
Color Harmonies of #97298D
Complementary color
Monochromatic Colors of #97298D
Black with #97298D
Text Example
Text Example
White with #97298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97298D; }
p { color: rgb(151,41,141); }
H1.HeaderClassName
{
color: #97298D;
}
.AnyTagClassName
{
color: #97298D;
}
</style>
background-color css
<style>
a { background-color: #97298D; }
a { background-color: rgb(151,41,141); }
div.DivClassName
{
background-color: #97298D;
}
.BgClassName
{
background-color: #97298D;
}
</style>
border-color css
<style>
span { border-color: #97298D; }
span { border-color: rgb(151,41,141); }
td.TdClassName
{
border-color: #97298D;
}
.TagClassName
{
border-color: #97298D;
}
</style>