Shades of Jazzberry Jam #981653
Tints of Jazzberry Jam #981653
RGB
CMYK
RGB Variations
Color information
#981653 (or 0x981653) is known color: Jazzberry Jam. HEX triplet: 98, 16 and 53. RGB value is (152,22,83). Sum of RGB (Red+Green+Blue) = 152+22+83=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #981653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981653 is #67E9AC. Grayscale: #434343. Windows color (decimal): -6810029 or 5445272. OLE color: 5445272.
HSL color Cylindrical-coordinate representation of color #981653: hue angle of 331.85º 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 #981653 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 22 | 83 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.40 |
| HSL | 331.85º | 0.75% | 0.34% | - |
| HSV(B) | 331.85º | 0.86% | 0.6% | - |
| XYZ | 14.8 | 7.87 | 8.92 | - |
| YUV | 67.82 | 136.57 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 22 | 83 | 0 | 0.86 | 0.45 | 0.40 | 331.85 | 0.75 | 0.34 |
| Hex | 98 | 16 | 53 | 0 | 56 | 2D | 28 | 14C | 4B | 22 |
| Octal | 230 | 26 | 123 | 0 | 126 | 55 | 50 | 514 | 113 | 42 |
| Binary | 10011000 | 10110 | 1010011 | 0 | 1010110 | 101101 | 101000 | 101001100 | 1001011 | 100010 |
Color Harmonies of #981653
Complementary color
Monochromatic Colors of #981653
Black with #981653
Text Example
Text Example
White with #981653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981653; }
p { color: rgb(152,22,83); }
H1.HeaderClassName
{
color: #981653;
}
.AnyTagClassName
{
color: #981653;
}
</style>
background-color css
<style>
a { background-color: #981653; }
a { background-color: rgb(152,22,83); }
div.DivClassName
{
background-color: #981653;
}
.BgClassName
{
background-color: #981653;
}
</style>
border-color css
<style>
span { border-color: #981653; }
span { border-color: rgb(152,22,83); }
td.TdClassName
{
border-color: #981653;
}
.TagClassName
{
border-color: #981653;
}
</style>