Shades of Dark Purple #97206F
Tints of Dark Purple #97206F
RGB
CMYK
RGB Variations
Color information
#97206F (or 0x97206F) is known color: Dark Purple. HEX triplet: 97, 20 and 6F. RGB value is (151,32,111). Sum of RGB (Red+Green+Blue) = 151+32+111=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #97206F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97206F is #68DF90. Grayscale: #4C4C4C. Windows color (decimal): -6872977 or 7282839. OLE color: 7282839.
HSL color Cylindrical-coordinate representation of color #97206F: hue angle of 320.17º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #97206F is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 32 | 111 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.41 |
| HSL | 320.17º | 0.65% | 0.36% | - |
| HSV(B) | 320.17º | 0.79% | 0.59% | - |
| XYZ | 16.15 | 8.76 | 15.88 | - |
| YUV | 76.59 | 147.42 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 32 | 111 | 0 | 0.79 | 0.26 | 0.41 | 320.17 | 0.65 | 0.36 |
| Hex | 97 | 20 | 6F | 0 | 4F | 1A | 29 | 140 | 41 | 24 |
| Octal | 227 | 40 | 157 | 0 | 117 | 32 | 51 | 500 | 101 | 44 |
| Binary | 10010111 | 100000 | 1101111 | 0 | 1001111 | 11010 | 101001 | 101000000 | 1000001 | 100100 |
Color Harmonies of #97206F
Complementary color
Monochromatic Colors of #97206F
Black with #97206F
Text Example
Text Example
White with #97206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97206F; }
p { color: rgb(151,32,111); }
H1.HeaderClassName
{
color: #97206F;
}
.AnyTagClassName
{
color: #97206F;
}
</style>
background-color css
<style>
a { background-color: #97206F; }
a { background-color: rgb(151,32,111); }
div.DivClassName
{
background-color: #97206F;
}
.BgClassName
{
background-color: #97206F;
}
</style>
border-color css
<style>
span { border-color: #97206F; }
span { border-color: rgb(151,32,111); }
td.TdClassName
{
border-color: #97206F;
}
.TagClassName
{
border-color: #97206F;
}
</style>