Shades of Jazzberry Jam #981459
Tints of Jazzberry Jam #981459
RGB
CMYK
RGB Variations
Color information
#981459 (or 0x981459) is known color: Jazzberry Jam. HEX triplet: 98, 14 and 59. RGB value is (152,20,89). Sum of RGB (Red+Green+Blue) = 152+20+89=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #981459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981459 is #67EBA6. Grayscale: #434343. Windows color (decimal): -6810535 or 5837976. OLE color: 5837976.
HSL color Cylindrical-coordinate representation of color #981459: hue angle of 328.64º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #981459 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 20 | 89 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.40 |
| HSL | 328.64º | 0.77% | 0.34% | - |
| HSV(B) | 328.64º | 0.87% | 0.6% | - |
| XYZ | 15 | 7.9 | 10.18 | - |
| YUV | 67.33 | 140.23 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 20 | 89 | 0 | 0.87 | 0.41 | 0.40 | 328.64 | 0.77 | 0.34 |
| Hex | 98 | 14 | 59 | 0 | 57 | 29 | 28 | 149 | 4D | 22 |
| Octal | 230 | 24 | 131 | 0 | 127 | 51 | 50 | 511 | 115 | 42 |
| Binary | 10011000 | 10100 | 1011001 | 0 | 1010111 | 101001 | 101000 | 101001001 | 1001101 | 100010 |
Color Harmonies of #981459
Complementary color
Monochromatic Colors of #981459
Black with #981459
Text Example
Text Example
White with #981459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981459; }
p { color: rgb(152,20,89); }
H1.HeaderClassName
{
color: #981459;
}
.AnyTagClassName
{
color: #981459;
}
</style>
background-color css
<style>
a { background-color: #981459; }
a { background-color: rgb(152,20,89); }
div.DivClassName
{
background-color: #981459;
}
.BgClassName
{
background-color: #981459;
}
</style>
border-color css
<style>
span { border-color: #981459; }
span { border-color: rgb(152,20,89); }
td.TdClassName
{
border-color: #981459;
}
.TagClassName
{
border-color: #981459;
}
</style>