Shades of Jazzberry Jam #981657
Tints of Jazzberry Jam #981657
RGB
CMYK
RGB Variations
Color information
#981657 (or 0x981657) is known color: Jazzberry Jam. HEX triplet: 98, 16 and 57. RGB value is (152,22,87). Sum of RGB (Red+Green+Blue) = 152+22+87=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #981657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981657 is #67E9A8. Grayscale: #444444. Windows color (decimal): -6810025 or 5707416. OLE color: 5707416.
HSL color Cylindrical-coordinate representation of color #981657: hue angle of 330º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981657 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 22 | 87 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.40 |
| HSL | 330º | 0.75% | 0.34% | - |
| HSV(B) | 330º | 0.86% | 0.6% | - |
| XYZ | 14.96 | 7.94 | 9.76 | - |
| YUV | 68.28 | 138.57 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 22 | 87 | 0 | 0.86 | 0.43 | 0.40 | 330 | 0.75 | 0.34 |
| Hex | 98 | 16 | 57 | 0 | 56 | 2B | 28 | 14A | 4B | 22 |
| Octal | 230 | 26 | 127 | 0 | 126 | 53 | 50 | 512 | 113 | 42 |
| Binary | 10011000 | 10110 | 1010111 | 0 | 1010110 | 101011 | 101000 | 101001010 | 1001011 | 100010 |
Color Harmonies of #981657
Complementary color
Monochromatic Colors of #981657
Black with #981657
Text Example
Text Example
White with #981657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981657; }
p { color: rgb(152,22,87); }
H1.HeaderClassName
{
color: #981657;
}
.AnyTagClassName
{
color: #981657;
}
</style>
background-color css
<style>
a { background-color: #981657; }
a { background-color: rgb(152,22,87); }
div.DivClassName
{
background-color: #981657;
}
.BgClassName
{
background-color: #981657;
}
</style>
border-color css
<style>
span { border-color: #981657; }
span { border-color: rgb(152,22,87); }
td.TdClassName
{
border-color: #981657;
}
.TagClassName
{
border-color: #981657;
}
</style>