Shades of Jazzberry Jam #97155D
Tints of Jazzberry Jam #97155D
RGB
CMYK
RGB Variations
Color information
#97155D (or 0x97155D) is known color: Jazzberry Jam. HEX triplet: 97, 15 and 5D. RGB value is (151,21,93). Sum of RGB (Red+Green+Blue) = 151+21+93=265 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.98% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 151 - color contains mainly: red. Hex color #97155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97155D is #68EAA2. Grayscale: #434343. Windows color (decimal): -6875811 or 6100375. OLE color: 6100375.
HSL color Cylindrical-coordinate representation of color #97155D: hue angle of 326.77º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #97155D is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 21 | 93 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.41 |
| HSL | 326.77º | 0.76% | 0.34% | - |
| HSV(B) | 326.77º | 0.86% | 0.59% | - |
| XYZ | 15.01 | 7.91 | 11.09 | - |
| YUV | 68.08 | 142.07 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 21 | 93 | 0 | 0.86 | 0.38 | 0.41 | 326.77 | 0.76 | 0.34 |
| Hex | 97 | 15 | 5D | 0 | 56 | 26 | 29 | 147 | 4C | 22 |
| Octal | 227 | 25 | 135 | 0 | 126 | 46 | 51 | 507 | 114 | 42 |
| Binary | 10010111 | 10101 | 1011101 | 0 | 1010110 | 100110 | 101001 | 101000111 | 1001100 | 100010 |
Color Harmonies of #97155D
Complementary color
Monochromatic Colors of #97155D
Black with #97155D
Text Example
Text Example
White with #97155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97155D; }
p { color: rgb(151,21,93); }
H1.HeaderClassName
{
color: #97155D;
}
.AnyTagClassName
{
color: #97155D;
}
</style>
background-color css
<style>
a { background-color: #97155D; }
a { background-color: rgb(151,21,93); }
div.DivClassName
{
background-color: #97155D;
}
.BgClassName
{
background-color: #97155D;
}
</style>
border-color css
<style>
span { border-color: #97155D; }
span { border-color: rgb(151,21,93); }
td.TdClassName
{
border-color: #97155D;
}
.TagClassName
{
border-color: #97155D;
}
</style>