Shades of Jazzberry Jam #970A58
Tints of Jazzberry Jam #970A58
RGB
CMYK
RGB Variations
Color information
#970A58 (or 0x970A58) is known color: Jazzberry Jam. HEX triplet: 97, 0A and 58. RGB value is (151,10,88). Sum of RGB (Red+Green+Blue) = 151+10+88=249 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.64% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 151 - color contains mainly: red. Hex color #970A58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970A58 is #68F5A7. Grayscale: #3C3C3C. Windows color (decimal): -6878632 or 5769879. OLE color: 5769879.
HSL color Cylindrical-coordinate representation of color #970A58: hue angle of 326.81º 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 #970A58 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 10 | 88 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.41 |
| HSL | 326.81º | 0.88% | 0.32% | - |
| HSV(B) | 326.81º | 0.93% | 0.59% | - |
| XYZ | 14.63 | 7.5 | 9.91 | - |
| YUV | 61.05 | 143.21 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 88 | 0 | 0.93 | 0.42 | 0.41 | 326.81 | 0.88 | 0.32 |
| Hex | 97 | A | 58 | 0 | 5D | 2A | 29 | 147 | 58 | 20 |
| Octal | 227 | 12 | 130 | 0 | 135 | 52 | 51 | 507 | 130 | 40 |
| Binary | 10010111 | 1010 | 1011000 | 0 | 1011101 | 101010 | 101001 | 101000111 | 1011000 | 100000 |
Color Harmonies of #970A58
Complementary color
Monochromatic Colors of #970A58
Black with #970A58
Text Example
Text Example
White with #970A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970A58; }
p { color: rgb(151,10,88); }
H1.HeaderClassName
{
color: #970A58;
}
.AnyTagClassName
{
color: #970A58;
}
</style>
background-color css
<style>
a { background-color: #970A58; }
a { background-color: rgb(151,10,88); }
div.DivClassName
{
background-color: #970A58;
}
.BgClassName
{
background-color: #970A58;
}
</style>
border-color css
<style>
span { border-color: #970A58; }
span { border-color: rgb(151,10,88); }
td.TdClassName
{
border-color: #970A58;
}
.TagClassName
{
border-color: #970A58;
}
</style>