Shades of Dark Purple #97216C
Tints of Dark Purple #97216C
RGB
CMYK
RGB Variations
Color information
#97216C (or 0x97216C) is known color: Dark Purple. HEX triplet: 97, 21 and 6C. RGB value is (151,33,108). Sum of RGB (Red+Green+Blue) = 151+33+108=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #97216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97216C is #68DE93. Grayscale: #4C4C4C. Windows color (decimal): -6872724 or 7086487. OLE color: 7086487.
HSL color Cylindrical-coordinate representation of color #97216C: hue angle of 321.86º 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 #97216C is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 33 | 108 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.41 |
| HSL | 321.86º | 0.64% | 0.36% | - |
| HSV(B) | 321.86º | 0.78% | 0.59% | - |
| XYZ | 16.01 | 8.75 | 15.03 | - |
| YUV | 76.83 | 145.59 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 33 | 108 | 0 | 0.78 | 0.28 | 0.41 | 321.86 | 0.64 | 0.36 |
| Hex | 97 | 21 | 6C | 0 | 4E | 1C | 29 | 142 | 40 | 24 |
| Octal | 227 | 41 | 154 | 0 | 116 | 34 | 51 | 502 | 100 | 44 |
| Binary | 10010111 | 100001 | 1101100 | 0 | 1001110 | 11100 | 101001 | 101000010 | 1000000 | 100100 |
Color Harmonies of #97216C
Complementary color
Monochromatic Colors of #97216C
Black with #97216C
Text Example
Text Example
White with #97216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97216C; }
p { color: rgb(151,33,108); }
H1.HeaderClassName
{
color: #97216C;
}
.AnyTagClassName
{
color: #97216C;
}
</style>
background-color css
<style>
a { background-color: #97216C; }
a { background-color: rgb(151,33,108); }
div.DivClassName
{
background-color: #97216C;
}
.BgClassName
{
background-color: #97216C;
}
</style>
border-color css
<style>
span { border-color: #97216C; }
span { border-color: rgb(151,33,108); }
td.TdClassName
{
border-color: #97216C;
}
.TagClassName
{
border-color: #97216C;
}
</style>