Shades of Dark Purple #97227E
Tints of Dark Purple #97227E
RGB
CMYK
RGB Variations
Color information
#97227E (or 0x97227E) is known color: Dark Purple. HEX triplet: 97, 22 and 7E. RGB value is (151,34,126). Sum of RGB (Red+Green+Blue) = 151+34+126=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #97227E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97227E is #68DD81. Grayscale: #4F4F4F. Windows color (decimal): -6872450 or 8266391. OLE color: 8266391.
HSL color Cylindrical-coordinate representation of color #97227E: hue angle of 312.82º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #97227E is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 34 | 126 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.41 |
| HSL | 312.82º | 0.63% | 0.36% | - |
| HSV(B) | 312.82º | 0.77% | 0.59% | - |
| XYZ | 17.1 | 9.23 | 20.62 | - |
| YUV | 79.47 | 154.26 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 34 | 126 | 0 | 0.77 | 0.17 | 0.41 | 312.82 | 0.63 | 0.36 |
| Hex | 97 | 22 | 7E | 0 | 4D | 11 | 29 | 139 | 3F | 24 |
| Octal | 227 | 42 | 176 | 0 | 115 | 21 | 51 | 471 | 77 | 44 |
| Binary | 10010111 | 100010 | 1111110 | 0 | 1001101 | 10001 | 101001 | 100111001 | 111111 | 100100 |
Color Harmonies of #97227E
Complementary color
Monochromatic Colors of #97227E
Black with #97227E
Text Example
Text Example
White with #97227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97227E; }
p { color: rgb(151,34,126); }
H1.HeaderClassName
{
color: #97227E;
}
.AnyTagClassName
{
color: #97227E;
}
</style>
background-color css
<style>
a { background-color: #97227E; }
a { background-color: rgb(151,34,126); }
div.DivClassName
{
background-color: #97227E;
}
.BgClassName
{
background-color: #97227E;
}
</style>
border-color css
<style>
span { border-color: #97227E; }
span { border-color: rgb(151,34,126); }
td.TdClassName
{
border-color: #97227E;
}
.TagClassName
{
border-color: #97227E;
}
</style>