Shades of Jazzberry Jam #971758
Tints of Jazzberry Jam #971758
RGB
CMYK
RGB Variations
Color information
#971758 (or 0x971758) is known color: Jazzberry Jam. HEX triplet: 97, 17 and 58. RGB value is (151,23,88). Sum of RGB (Red+Green+Blue) = 151+23+88=262 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.63% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 151 - color contains mainly: red. Hex color #971758 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971758 is #68E8A7. Grayscale: #444444. Windows color (decimal): -6875304 or 5773207. OLE color: 5773207.
HSL color Cylindrical-coordinate representation of color #971758: hue angle of 329.53º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971758 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 23 | 88 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.41 |
| HSL | 329.53º | 0.74% | 0.34% | - |
| HSV(B) | 329.53º | 0.85% | 0.59% | - |
| XYZ | 14.83 | 7.9 | 9.98 | - |
| YUV | 68.68 | 138.91 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 23 | 88 | 0 | 0.85 | 0.42 | 0.41 | 329.53 | 0.74 | 0.34 |
| Hex | 97 | 17 | 58 | 0 | 55 | 2A | 29 | 14A | 4A | 22 |
| Octal | 227 | 27 | 130 | 0 | 125 | 52 | 51 | 512 | 112 | 42 |
| Binary | 10010111 | 10111 | 1011000 | 0 | 1010101 | 101010 | 101001 | 101001010 | 1001010 | 100010 |
Color Harmonies of #971758
Complementary color
Monochromatic Colors of #971758
Black with #971758
Text Example
Text Example
White with #971758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971758; }
p { color: rgb(151,23,88); }
H1.HeaderClassName
{
color: #971758;
}
.AnyTagClassName
{
color: #971758;
}
</style>
background-color css
<style>
a { background-color: #971758; }
a { background-color: rgb(151,23,88); }
div.DivClassName
{
background-color: #971758;
}
.BgClassName
{
background-color: #971758;
}
</style>
border-color css
<style>
span { border-color: #971758; }
span { border-color: rgb(151,23,88); }
td.TdClassName
{
border-color: #971758;
}
.TagClassName
{
border-color: #971758;
}
</style>