Shades of Jazzberry Jam #97115D
Tints of Jazzberry Jam #97115D
RGB
CMYK
RGB Variations
Color information
#97115D (or 0x97115D) is known color: Jazzberry Jam. HEX triplet: 97, 11 and 5D. RGB value is (151,17,93). Sum of RGB (Red+Green+Blue) = 151+17+93=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #97115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97115D is #68EEA2. Grayscale: #414141. Windows color (decimal): -6876835 or 6099351. OLE color: 6099351.
HSL color Cylindrical-coordinate representation of color #97115D: hue angle of 325.97º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #97115D is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 17 | 93 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.41 |
| HSL | 325.97º | 0.8% | 0.33% | - |
| HSV(B) | 325.97º | 0.89% | 0.59% | - |
| XYZ | 14.94 | 7.77 | 11.07 | - |
| YUV | 65.73 | 143.39 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 93 | 0 | 0.89 | 0.38 | 0.41 | 325.97 | 0.8 | 0.33 |
| Hex | 97 | 11 | 5D | 0 | 59 | 26 | 29 | 146 | 50 | 21 |
| Octal | 227 | 21 | 135 | 0 | 131 | 46 | 51 | 506 | 120 | 41 |
| Binary | 10010111 | 10001 | 1011101 | 0 | 1011001 | 100110 | 101001 | 101000110 | 1010000 | 100001 |
Color Harmonies of #97115D
Complementary color
Monochromatic Colors of #97115D
Black with #97115D
Text Example
Text Example
White with #97115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97115D; }
p { color: rgb(151,17,93); }
H1.HeaderClassName
{
color: #97115D;
}
.AnyTagClassName
{
color: #97115D;
}
</style>
background-color css
<style>
a { background-color: #97115D; }
a { background-color: rgb(151,17,93); }
div.DivClassName
{
background-color: #97115D;
}
.BgClassName
{
background-color: #97115D;
}
</style>
border-color css
<style>
span { border-color: #97115D; }
span { border-color: rgb(151,17,93); }
td.TdClassName
{
border-color: #97115D;
}
.TagClassName
{
border-color: #97115D;
}
</style>