Shades of Dark Purple #97217E
Tints of Dark Purple #97217E
RGB
CMYK
RGB Variations
Color information
#97217E (or 0x97217E) is known color: Dark Purple. HEX triplet: 97, 21 and 7E. RGB value is (151,33,126). Sum of RGB (Red+Green+Blue) = 151+33+126=310 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.71% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 151 - color contains mainly: red. Hex color #97217E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97217E is #68DE81. Grayscale: #4E4E4E. Windows color (decimal): -6872706 or 8266135. OLE color: 8266135.
HSL color Cylindrical-coordinate representation of color #97217E: hue angle of 312.71º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #97217E is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 33 | 126 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.41 |
| HSL | 312.71º | 0.64% | 0.36% | - |
| HSV(B) | 312.71º | 0.78% | 0.59% | - |
| XYZ | 17.07 | 9.17 | 20.61 | - |
| YUV | 78.88 | 154.59 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 33 | 126 | 0 | 0.78 | 0.17 | 0.41 | 312.71 | 0.64 | 0.36 |
| Hex | 97 | 21 | 7E | 0 | 4E | 11 | 29 | 139 | 40 | 24 |
| Octal | 227 | 41 | 176 | 0 | 116 | 21 | 51 | 471 | 100 | 44 |
| Binary | 10010111 | 100001 | 1111110 | 0 | 1001110 | 10001 | 101001 | 100111001 | 1000000 | 100100 |
Color Harmonies of #97217E
Complementary color
Monochromatic Colors of #97217E
Black with #97217E
Text Example
Text Example
White with #97217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97217E; }
p { color: rgb(151,33,126); }
H1.HeaderClassName
{
color: #97217E;
}
.AnyTagClassName
{
color: #97217E;
}
</style>
background-color css
<style>
a { background-color: #97217E; }
a { background-color: rgb(151,33,126); }
div.DivClassName
{
background-color: #97217E;
}
.BgClassName
{
background-color: #97217E;
}
</style>
border-color css
<style>
span { border-color: #97217E; }
span { border-color: rgb(151,33,126); }
td.TdClassName
{
border-color: #97217E;
}
.TagClassName
{
border-color: #97217E;
}
</style>