Shades of Jazzberry Jam #981163
Tints of Jazzberry Jam #981163
RGB
CMYK
RGB Variations
Color information
#981163 (or 0x981163) is known color: Jazzberry Jam. HEX triplet: 98, 11 and 63. RGB value is (152,17,99). Sum of RGB (Red+Green+Blue) = 152+17+99=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #981163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981163 is #67EE9C. Grayscale: #424242. Windows color (decimal): -6811293 or 6492568. OLE color: 6492568.
HSL color Cylindrical-coordinate representation of color #981163: hue angle of 323.56º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981163 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 99 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.40 |
| HSL | 323.56º | 0.8% | 0.33% | - |
| HSV(B) | 323.56º | 0.89% | 0.6% | - |
| XYZ | 15.4 | 7.98 | 12.53 | - |
| YUV | 66.71 | 146.23 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 99 | 0 | 0.89 | 0.35 | 0.40 | 323.56 | 0.8 | 0.33 |
| Hex | 98 | 11 | 63 | 0 | 59 | 23 | 28 | 144 | 50 | 21 |
| Octal | 230 | 21 | 143 | 0 | 131 | 43 | 50 | 504 | 120 | 41 |
| Binary | 10011000 | 10001 | 1100011 | 0 | 1011001 | 100011 | 101000 | 101000100 | 1010000 | 100001 |
Color Harmonies of #981163
Complementary color
Monochromatic Colors of #981163
Black with #981163
Text Example
Text Example
White with #981163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981163; }
p { color: rgb(152,17,99); }
H1.HeaderClassName
{
color: #981163;
}
.AnyTagClassName
{
color: #981163;
}
</style>
background-color css
<style>
a { background-color: #981163; }
a { background-color: rgb(152,17,99); }
div.DivClassName
{
background-color: #981163;
}
.BgClassName
{
background-color: #981163;
}
</style>
border-color css
<style>
span { border-color: #981163; }
span { border-color: rgb(152,17,99); }
td.TdClassName
{
border-color: #981163;
}
.TagClassName
{
border-color: #981163;
}
</style>