Shades of Jazzberry Jam #971158
Tints of Jazzberry Jam #971158
RGB
CMYK
RGB Variations
Color information
#971158 (or 0x971158) is known color: Jazzberry Jam. HEX triplet: 97, 11 and 58. RGB value is (151,17,88). Sum of RGB (Red+Green+Blue) = 151+17+88=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #971158 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971158 is #68EEA7. Grayscale: #414141. Windows color (decimal): -6876840 or 5771671. OLE color: 5771671.
HSL color Cylindrical-coordinate representation of color #971158: hue angle of 328.21º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971158 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 17 | 88 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.41 |
| HSL | 328.21º | 0.8% | 0.33% | - |
| HSV(B) | 328.21º | 0.89% | 0.59% | - |
| XYZ | 14.72 | 7.68 | 9.94 | - |
| YUV | 65.16 | 140.89 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 88 | 0 | 0.89 | 0.42 | 0.41 | 328.21 | 0.8 | 0.33 |
| Hex | 97 | 11 | 58 | 0 | 59 | 2A | 29 | 148 | 50 | 21 |
| Octal | 227 | 21 | 130 | 0 | 131 | 52 | 51 | 510 | 120 | 41 |
| Binary | 10010111 | 10001 | 1011000 | 0 | 1011001 | 101010 | 101001 | 101001000 | 1010000 | 100001 |
Color Harmonies of #971158
Complementary color
Monochromatic Colors of #971158
Black with #971158
Text Example
Text Example
White with #971158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971158; }
p { color: rgb(151,17,88); }
H1.HeaderClassName
{
color: #971158;
}
.AnyTagClassName
{
color: #971158;
}
</style>
background-color css
<style>
a { background-color: #971158; }
a { background-color: rgb(151,17,88); }
div.DivClassName
{
background-color: #971158;
}
.BgClassName
{
background-color: #971158;
}
</style>
border-color css
<style>
span { border-color: #971158; }
span { border-color: rgb(151,17,88); }
td.TdClassName
{
border-color: #971158;
}
.TagClassName
{
border-color: #971158;
}
</style>