Shades of Jazzberry Jam #981855
Tints of Jazzberry Jam #981855
RGB
CMYK
RGB Variations
Color information
#981855 (or 0x981855) is known color: Jazzberry Jam. HEX triplet: 98, 18 and 55. RGB value is (152,24,85). Sum of RGB (Red+Green+Blue) = 152+24+85=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #981855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981855 is #67E7AA. Grayscale: #454545. Windows color (decimal): -6809515 or 5576856. OLE color: 5576856.
HSL color Cylindrical-coordinate representation of color #981855: hue angle of 331.41º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981855 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 24 | 85 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.40 |
| HSL | 331.41º | 0.73% | 0.35% | - |
| HSV(B) | 331.41º | 0.84% | 0.6% | - |
| XYZ | 14.92 | 7.98 | 9.35 | - |
| YUV | 69.23 | 136.91 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 24 | 85 | 0 | 0.84 | 0.44 | 0.40 | 331.41 | 0.73 | 0.35 |
| Hex | 98 | 18 | 55 | 0 | 54 | 2C | 28 | 14B | 49 | 23 |
| Octal | 230 | 30 | 125 | 0 | 124 | 54 | 50 | 513 | 111 | 43 |
| Binary | 10011000 | 11000 | 1010101 | 0 | 1010100 | 101100 | 101000 | 101001011 | 1001001 | 100011 |
Color Harmonies of #981855
Complementary color
Monochromatic Colors of #981855
Black with #981855
Text Example
Text Example
White with #981855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981855; }
p { color: rgb(152,24,85); }
H1.HeaderClassName
{
color: #981855;
}
.AnyTagClassName
{
color: #981855;
}
</style>
background-color css
<style>
a { background-color: #981855; }
a { background-color: rgb(152,24,85); }
div.DivClassName
{
background-color: #981855;
}
.BgClassName
{
background-color: #981855;
}
</style>
border-color css
<style>
span { border-color: #981855; }
span { border-color: rgb(152,24,85); }
td.TdClassName
{
border-color: #981855;
}
.TagClassName
{
border-color: #981855;
}
</style>