Shades of Jazzberry Jam #970551
Tints of Jazzberry Jam #970551
RGB
CMYK
RGB Variations
Color information
#970551 (or 0x970551) is known color: Jazzberry Jam. HEX triplet: 97, 05 and 51. RGB value is (151,5,81). Sum of RGB (Red+Green+Blue) = 151+5+81=237 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.71% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 151 - color contains mainly: red. Hex color #970551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970551 is #68FAAE. Grayscale: #393939. Windows color (decimal): -6879919 or 5309847. OLE color: 5309847.
HSL color Cylindrical-coordinate representation of color #970551: hue angle of 328.77º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #970551 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 5 | 81 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.41 |
| HSL | 328.77º | 0.94% | 0.31% | - |
| HSV(B) | 328.77º | 0.97% | 0.59% | - |
| XYZ | 14.3 | 7.28 | 8.44 | - |
| YUV | 57.32 | 141.37 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 5 | 81 | 0 | 0.97 | 0.46 | 0.41 | 328.77 | 0.94 | 0.31 |
| Hex | 97 | 5 | 51 | 0 | 61 | 2E | 29 | 149 | 5E | 1F |
| Octal | 227 | 5 | 121 | 0 | 141 | 56 | 51 | 511 | 136 | 37 |
| Binary | 10010111 | 101 | 1010001 | 0 | 1100001 | 101110 | 101001 | 101001001 | 1011110 | 11111 |
Color Harmonies of #970551
Complementary color
Monochromatic Colors of #970551
Black with #970551
Text Example
Text Example
White with #970551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970551; }
p { color: rgb(151,5,81); }
H1.HeaderClassName
{
color: #970551;
}
.AnyTagClassName
{
color: #970551;
}
</style>
background-color css
<style>
a { background-color: #970551; }
a { background-color: rgb(151,5,81); }
div.DivClassName
{
background-color: #970551;
}
.BgClassName
{
background-color: #970551;
}
</style>
border-color css
<style>
span { border-color: #970551; }
span { border-color: rgb(151,5,81); }
td.TdClassName
{
border-color: #970551;
}
.TagClassName
{
border-color: #970551;
}
</style>