Shades of Jazzberry Jam #970F58
Tints of Jazzberry Jam #970F58
RGB
CMYK
RGB Variations
Color information
#970F58 (or 0x970F58) is known color: Jazzberry Jam. HEX triplet: 97, 0F and 58. RGB value is (151,15,88). Sum of RGB (Red+Green+Blue) = 151+15+88=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #970F58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970F58 is #68F0A7. Grayscale: #3F3F3F. Windows color (decimal): -6877352 or 5771159. OLE color: 5771159.
HSL color Cylindrical-coordinate representation of color #970F58: hue angle of 327.79º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F58 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 15 | 88 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.41 |
| HSL | 327.79º | 0.82% | 0.33% | - |
| HSV(B) | 327.79º | 0.9% | 0.59% | - |
| XYZ | 14.69 | 7.63 | 9.93 | - |
| YUV | 63.99 | 141.56 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 88 | 0 | 0.90 | 0.42 | 0.41 | 327.79 | 0.82 | 0.33 |
| Hex | 97 | F | 58 | 0 | 5A | 2A | 29 | 148 | 52 | 21 |
| Octal | 227 | 17 | 130 | 0 | 132 | 52 | 51 | 510 | 122 | 41 |
| Binary | 10010111 | 1111 | 1011000 | 0 | 1011010 | 101010 | 101001 | 101001000 | 1010010 | 100001 |
Color Harmonies of #970F58
Complementary color
Monochromatic Colors of #970F58
Black with #970F58
Text Example
Text Example
White with #970F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970F58; }
p { color: rgb(151,15,88); }
H1.HeaderClassName
{
color: #970F58;
}
.AnyTagClassName
{
color: #970F58;
}
</style>
background-color css
<style>
a { background-color: #970F58; }
a { background-color: rgb(151,15,88); }
div.DivClassName
{
background-color: #970F58;
}
.BgClassName
{
background-color: #970F58;
}
</style>
border-color css
<style>
span { border-color: #970F58; }
span { border-color: rgb(151,15,88); }
td.TdClassName
{
border-color: #970F58;
}
.TagClassName
{
border-color: #970F58;
}
</style>