Shades of Jazzberry Jam #981359
Tints of Jazzberry Jam #981359
RGB
CMYK
RGB Variations
Color information
#981359 (or 0x981359) is known color: Jazzberry Jam. HEX triplet: 98, 13 and 59. RGB value is (152,19,89). Sum of RGB (Red+Green+Blue) = 152+19+89=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #981359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981359 is #67ECA6. Grayscale: #424242. Windows color (decimal): -6810791 or 5837720. OLE color: 5837720.
HSL color Cylindrical-coordinate representation of color #981359: hue angle of 328.42º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981359 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 89 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.40 |
| HSL | 328.42º | 0.78% | 0.34% | - |
| HSV(B) | 328.42º | 0.88% | 0.6% | - |
| XYZ | 14.98 | 7.86 | 10.18 | - |
| YUV | 66.75 | 140.56 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 89 | 0 | 0.87 | 0.41 | 0.40 | 328.42 | 0.78 | 0.34 |
| Hex | 98 | 13 | 59 | 0 | 57 | 29 | 28 | 148 | 4E | 22 |
| Octal | 230 | 23 | 131 | 0 | 127 | 51 | 50 | 510 | 116 | 42 |
| Binary | 10011000 | 10011 | 1011001 | 0 | 1010111 | 101001 | 101000 | 101001000 | 1001110 | 100010 |
Color Harmonies of #981359
Complementary color
Monochromatic Colors of #981359
Black with #981359
Text Example
Text Example
White with #981359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981359; }
p { color: rgb(152,19,89); }
H1.HeaderClassName
{
color: #981359;
}
.AnyTagClassName
{
color: #981359;
}
</style>
background-color css
<style>
a { background-color: #981359; }
a { background-color: rgb(152,19,89); }
div.DivClassName
{
background-color: #981359;
}
.BgClassName
{
background-color: #981359;
}
</style>
border-color css
<style>
span { border-color: #981359; }
span { border-color: rgb(152,19,89); }
td.TdClassName
{
border-color: #981359;
}
.TagClassName
{
border-color: #981359;
}
</style>