Shades of Jazzberry Jam #971560
Tints of Jazzberry Jam #971560
RGB
CMYK
RGB Variations
Color information
#971560 (or 0x971560) is known color: Jazzberry Jam. HEX triplet: 97, 15 and 60. RGB value is (151,21,96). Sum of RGB (Red+Green+Blue) = 151+21+96=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #971560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971560 is #68EA9F. Grayscale: #444444. Windows color (decimal): -6875808 or 6296983. OLE color: 6296983.
HSL color Cylindrical-coordinate representation of color #971560: hue angle of 325.38º 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 #971560 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 21 | 96 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.41 |
| HSL | 325.38º | 0.76% | 0.34% | - |
| HSV(B) | 325.38º | 0.86% | 0.59% | - |
| XYZ | 15.14 | 7.96 | 11.8 | - |
| YUV | 68.42 | 143.57 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 21 | 96 | 0 | 0.86 | 0.36 | 0.41 | 325.38 | 0.76 | 0.34 |
| Hex | 97 | 15 | 60 | 0 | 56 | 24 | 29 | 145 | 4C | 22 |
| Octal | 227 | 25 | 140 | 0 | 126 | 44 | 51 | 505 | 114 | 42 |
| Binary | 10010111 | 10101 | 1100000 | 0 | 1010110 | 100100 | 101001 | 101000101 | 1001100 | 100010 |
Color Harmonies of #971560
Complementary color
Monochromatic Colors of #971560
Black with #971560
Text Example
Text Example
White with #971560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971560; }
p { color: rgb(151,21,96); }
H1.HeaderClassName
{
color: #971560;
}
.AnyTagClassName
{
color: #971560;
}
</style>
background-color css
<style>
a { background-color: #971560; }
a { background-color: rgb(151,21,96); }
div.DivClassName
{
background-color: #971560;
}
.BgClassName
{
background-color: #971560;
}
</style>
border-color css
<style>
span { border-color: #971560; }
span { border-color: rgb(151,21,96); }
td.TdClassName
{
border-color: #971560;
}
.TagClassName
{
border-color: #971560;
}
</style>