Shades of Jazzberry Jam #971961
Tints of Jazzberry Jam #971961
RGB
CMYK
RGB Variations
Color information
#971961 (or 0x971961) is known color: Jazzberry Jam. HEX triplet: 97, 19 and 61. RGB value is (151,25,97). Sum of RGB (Red+Green+Blue) = 151+25+97=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #971961 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971961 is #68E69E. Grayscale: #464646. Windows color (decimal): -6874783 or 6363543. OLE color: 6363543.
HSL color Cylindrical-coordinate representation of color #971961: hue angle of 325.71º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971961 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 25 | 97 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.41 |
| HSL | 325.71º | 0.72% | 0.35% | - |
| HSV(B) | 325.71º | 0.83% | 0.59% | - |
| XYZ | 15.27 | 8.14 | 12.08 | - |
| YUV | 70.88 | 142.74 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 25 | 97 | 0 | 0.83 | 0.36 | 0.41 | 325.71 | 0.72 | 0.35 |
| Hex | 97 | 19 | 61 | 0 | 53 | 24 | 29 | 146 | 48 | 23 |
| Octal | 227 | 31 | 141 | 0 | 123 | 44 | 51 | 506 | 110 | 43 |
| Binary | 10010111 | 11001 | 1100001 | 0 | 1010011 | 100100 | 101001 | 101000110 | 1001000 | 100011 |
Color Harmonies of #971961
Complementary color
Monochromatic Colors of #971961
Black with #971961
Text Example
Text Example
White with #971961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971961; }
p { color: rgb(151,25,97); }
H1.HeaderClassName
{
color: #971961;
}
.AnyTagClassName
{
color: #971961;
}
</style>
background-color css
<style>
a { background-color: #971961; }
a { background-color: rgb(151,25,97); }
div.DivClassName
{
background-color: #971961;
}
.BgClassName
{
background-color: #971961;
}
</style>
border-color css
<style>
span { border-color: #971961; }
span { border-color: rgb(151,25,97); }
td.TdClassName
{
border-color: #971961;
}
.TagClassName
{
border-color: #971961;
}
</style>