Shades of Jazzberry Jam #970A59
Tints of Jazzberry Jam #970A59
RGB
CMYK
RGB Variations
Color information
#970A59 (or 0x970A59) is known color: Jazzberry Jam. HEX triplet: 97, 0A and 59. RGB value is (151,10,89). Sum of RGB (Red+Green+Blue) = 151+10+89=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #970A59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970A59 is #68F5A6. Grayscale: #3C3C3C. Windows color (decimal): -6878631 or 5835415. OLE color: 5835415.
HSL color Cylindrical-coordinate representation of color #970A59: hue angle of 326.38º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970A59 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 10 | 89 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.41 |
| HSL | 326.38º | 0.88% | 0.32% | - |
| HSV(B) | 326.38º | 0.93% | 0.59% | - |
| XYZ | 14.67 | 7.52 | 10.13 | - |
| YUV | 61.17 | 143.71 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 89 | 0 | 0.93 | 0.41 | 0.41 | 326.38 | 0.88 | 0.32 |
| Hex | 97 | A | 59 | 0 | 5D | 29 | 29 | 146 | 58 | 20 |
| Octal | 227 | 12 | 131 | 0 | 135 | 51 | 51 | 506 | 130 | 40 |
| Binary | 10010111 | 1010 | 1011001 | 0 | 1011101 | 101001 | 101001 | 101000110 | 1011000 | 100000 |
Color Harmonies of #970A59
Complementary color
Monochromatic Colors of #970A59
Black with #970A59
Text Example
Text Example
White with #970A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970A59; }
p { color: rgb(151,10,89); }
H1.HeaderClassName
{
color: #970A59;
}
.AnyTagClassName
{
color: #970A59;
}
</style>
background-color css
<style>
a { background-color: #970A59; }
a { background-color: rgb(151,10,89); }
div.DivClassName
{
background-color: #970A59;
}
.BgClassName
{
background-color: #970A59;
}
</style>
border-color css
<style>
span { border-color: #970A59; }
span { border-color: rgb(151,10,89); }
td.TdClassName
{
border-color: #970A59;
}
.TagClassName
{
border-color: #970A59;
}
</style>