Shades of Dark Purple #97117E
Tints of Dark Purple #97117E
RGB
CMYK
RGB Variations
Color information
#97117E (or 0x97117E) is known color: Dark Purple. HEX triplet: 97, 11 and 7E. RGB value is (151,17,126). Sum of RGB (Red+Green+Blue) = 151+17+126=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #97117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97117E is #68EE81. Grayscale: #454545. Windows color (decimal): -6876802 or 8262039. OLE color: 8262039.
HSL color Cylindrical-coordinate representation of color #97117E: hue angle of 311.19º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #97117E is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 17 | 126 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.41 |
| HSL | 311.19º | 0.8% | 0.33% | - |
| HSV(B) | 311.19º | 0.89% | 0.59% | - |
| XYZ | 16.73 | 8.49 | 20.5 | - |
| YUV | 69.49 | 159.89 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 126 | 0 | 0.89 | 0.17 | 0.41 | 311.19 | 0.8 | 0.33 |
| Hex | 97 | 11 | 7E | 0 | 59 | 11 | 29 | 137 | 50 | 21 |
| Octal | 227 | 21 | 176 | 0 | 131 | 21 | 51 | 467 | 120 | 41 |
| Binary | 10010111 | 10001 | 1111110 | 0 | 1011001 | 10001 | 101001 | 100110111 | 1010000 | 100001 |
Color Harmonies of #97117E
Complementary color
Monochromatic Colors of #97117E
Black with #97117E
Text Example
Text Example
White with #97117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97117E; }
p { color: rgb(151,17,126); }
H1.HeaderClassName
{
color: #97117E;
}
.AnyTagClassName
{
color: #97117E;
}
</style>
background-color css
<style>
a { background-color: #97117E; }
a { background-color: rgb(151,17,126); }
div.DivClassName
{
background-color: #97117E;
}
.BgClassName
{
background-color: #97117E;
}
</style>
border-color css
<style>
span { border-color: #97117E; }
span { border-color: rgb(151,17,126); }
td.TdClassName
{
border-color: #97117E;
}
.TagClassName
{
border-color: #97117E;
}
</style>