Shades of Jazzberry Jam #981162
Tints of Jazzberry Jam #981162
RGB
CMYK
RGB Variations
Color information
#981162 (or 0x981162) is known color: Jazzberry Jam. HEX triplet: 98, 11 and 62. RGB value is (152,17,98). Sum of RGB (Red+Green+Blue) = 152+17+98=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #981162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981162 is #67EE9D. Grayscale: #424242. Windows color (decimal): -6811294 or 6427032. OLE color: 6427032.
HSL color Cylindrical-coordinate representation of color #981162: hue angle of 324º 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 #981162 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 98 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.40 |
| HSL | 324º | 0.8% | 0.33% | - |
| HSV(B) | 324º | 0.89% | 0.6% | - |
| XYZ | 15.35 | 7.96 | 12.28 | - |
| YUV | 66.6 | 145.73 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 98 | 0 | 0.89 | 0.36 | 0.40 | 324 | 0.8 | 0.33 |
| Hex | 98 | 11 | 62 | 0 | 59 | 24 | 28 | 144 | 50 | 21 |
| Octal | 230 | 21 | 142 | 0 | 131 | 44 | 50 | 504 | 120 | 41 |
| Binary | 10011000 | 10001 | 1100010 | 0 | 1011001 | 100100 | 101000 | 101000100 | 1010000 | 100001 |
Color Harmonies of #981162
Complementary color
Monochromatic Colors of #981162
Black with #981162
Text Example
Text Example
White with #981162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981162; }
p { color: rgb(152,17,98); }
H1.HeaderClassName
{
color: #981162;
}
.AnyTagClassName
{
color: #981162;
}
</style>
background-color css
<style>
a { background-color: #981162; }
a { background-color: rgb(152,17,98); }
div.DivClassName
{
background-color: #981162;
}
.BgClassName
{
background-color: #981162;
}
</style>
border-color css
<style>
span { border-color: #981162; }
span { border-color: rgb(152,17,98); }
td.TdClassName
{
border-color: #981162;
}
.TagClassName
{
border-color: #981162;
}
</style>