Shades of Jazzberry Jam #981157
Tints of Jazzberry Jam #981157
RGB
CMYK
RGB Variations
Color information
#981157 (or 0x981157) is known color: Jazzberry Jam. HEX triplet: 98, 11 and 57. RGB value is (152,17,87). Sum of RGB (Red+Green+Blue) = 152+17+87=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #981157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981157 is #67EEA8. Grayscale: #414141. Windows color (decimal): -6811305 or 5706136. OLE color: 5706136.
HSL color Cylindrical-coordinate representation of color #981157: hue angle of 328.89º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981157 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 87 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.40 |
| HSL | 328.89º | 0.8% | 0.33% | - |
| HSV(B) | 328.89º | 0.89% | 0.6% | - |
| XYZ | 14.87 | 7.76 | 9.73 | - |
| YUV | 65.35 | 140.23 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 87 | 0 | 0.89 | 0.43 | 0.40 | 328.89 | 0.8 | 0.33 |
| Hex | 98 | 11 | 57 | 0 | 59 | 2B | 28 | 149 | 50 | 21 |
| Octal | 230 | 21 | 127 | 0 | 131 | 53 | 50 | 511 | 120 | 41 |
| Binary | 10011000 | 10001 | 1010111 | 0 | 1011001 | 101011 | 101000 | 101001001 | 1010000 | 100001 |
Color Harmonies of #981157
Complementary color
Monochromatic Colors of #981157
Black with #981157
Text Example
Text Example
White with #981157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981157; }
p { color: rgb(152,17,87); }
H1.HeaderClassName
{
color: #981157;
}
.AnyTagClassName
{
color: #981157;
}
</style>
background-color css
<style>
a { background-color: #981157; }
a { background-color: rgb(152,17,87); }
div.DivClassName
{
background-color: #981157;
}
.BgClassName
{
background-color: #981157;
}
</style>
border-color css
<style>
span { border-color: #981157; }
span { border-color: rgb(152,17,87); }
td.TdClassName
{
border-color: #981157;
}
.TagClassName
{
border-color: #981157;
}
</style>