Shades of Dark Purple #97296C
Tints of Dark Purple #97296C
RGB
CMYK
RGB Variations
Color information
#97296C (or 0x97296C) is known color: Dark Purple. HEX triplet: 97, 29 and 6C. RGB value is (151,41,108). Sum of RGB (Red+Green+Blue) = 151+41+108=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #97296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97296C is #68D693. Grayscale: #515151. Windows color (decimal): -6870676 or 7088535. OLE color: 7088535.
HSL color Cylindrical-coordinate representation of color #97296C: hue angle of 323.45º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #97296C is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 41 | 108 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.41 |
| HSL | 323.45º | 0.57% | 0.38% | - |
| HSV(B) | 323.45º | 0.73% | 0.59% | - |
| XYZ | 16.26 | 9.25 | 15.12 | - |
| YUV | 81.53 | 142.94 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 41 | 108 | 0 | 0.73 | 0.28 | 0.41 | 323.45 | 0.57 | 0.38 |
| Hex | 97 | 29 | 6C | 0 | 49 | 1C | 29 | 143 | 39 | 26 |
| Octal | 227 | 51 | 154 | 0 | 111 | 34 | 51 | 503 | 71 | 46 |
| Binary | 10010111 | 101001 | 1101100 | 0 | 1001001 | 11100 | 101001 | 101000011 | 111001 | 100110 |
Color Harmonies of #97296C
Complementary color
Monochromatic Colors of #97296C
Black with #97296C
Text Example
Text Example
White with #97296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97296C; }
p { color: rgb(151,41,108); }
H1.HeaderClassName
{
color: #97296C;
}
.AnyTagClassName
{
color: #97296C;
}
</style>
background-color css
<style>
a { background-color: #97296C; }
a { background-color: rgb(151,41,108); }
div.DivClassName
{
background-color: #97296C;
}
.BgClassName
{
background-color: #97296C;
}
</style>
border-color css
<style>
span { border-color: #97296C; }
span { border-color: rgb(151,41,108); }
td.TdClassName
{
border-color: #97296C;
}
.TagClassName
{
border-color: #97296C;
}
</style>