Shades of Jazzberry Jam #981555
Tints of Jazzberry Jam #981555
RGB
CMYK
RGB Variations
Color information
#981555 (or 0x981555) is known color: Jazzberry Jam. HEX triplet: 98, 15 and 55. RGB value is (152,21,85). Sum of RGB (Red+Green+Blue) = 152+21+85=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #981555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981555 is #67EAAA. Grayscale: #434343. Windows color (decimal): -6810283 or 5576088. OLE color: 5576088.
HSL color Cylindrical-coordinate representation of color #981555: hue angle of 330.69º degrees, saturation: 0.76, 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 #981555 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 21 | 85 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.40 |
| HSL | 330.69º | 0.76% | 0.34% | - |
| HSV(B) | 330.69º | 0.86% | 0.6% | - |
| XYZ | 14.86 | 7.87 | 9.33 | - |
| YUV | 67.47 | 137.9 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 21 | 85 | 0 | 0.86 | 0.44 | 0.40 | 330.69 | 0.76 | 0.34 |
| Hex | 98 | 15 | 55 | 0 | 56 | 2C | 28 | 14B | 4C | 22 |
| Octal | 230 | 25 | 125 | 0 | 126 | 54 | 50 | 513 | 114 | 42 |
| Binary | 10011000 | 10101 | 1010101 | 0 | 1010110 | 101100 | 101000 | 101001011 | 1001100 | 100010 |
Color Harmonies of #981555
Complementary color
Monochromatic Colors of #981555
Black with #981555
Text Example
Text Example
White with #981555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981555; }
p { color: rgb(152,21,85); }
H1.HeaderClassName
{
color: #981555;
}
.AnyTagClassName
{
color: #981555;
}
</style>
background-color css
<style>
a { background-color: #981555; }
a { background-color: rgb(152,21,85); }
div.DivClassName
{
background-color: #981555;
}
.BgClassName
{
background-color: #981555;
}
</style>
border-color css
<style>
span { border-color: #981555; }
span { border-color: rgb(152,21,85); }
td.TdClassName
{
border-color: #981555;
}
.TagClassName
{
border-color: #981555;
}
</style>