Shades of Jazzberry Jam #981256
Tints of Jazzberry Jam #981256
RGB
CMYK
RGB Variations
Color information
#981256 (or 0x981256) is known color: Jazzberry Jam. HEX triplet: 98, 12 and 56. RGB value is (152,18,86). Sum of RGB (Red+Green+Blue) = 152+18+86=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #981256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981256 is #67EDA9. Grayscale: #414141. Windows color (decimal): -6811050 or 5640856. OLE color: 5640856.
HSL color Cylindrical-coordinate representation of color #981256: hue angle of 329.55º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981256 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 18 | 86 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.40 |
| HSL | 329.55º | 0.79% | 0.33% | - |
| HSV(B) | 329.55º | 0.88% | 0.6% | - |
| XYZ | 14.84 | 7.78 | 9.52 | - |
| YUV | 65.82 | 139.39 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 18 | 86 | 0 | 0.88 | 0.43 | 0.40 | 329.55 | 0.79 | 0.33 |
| Hex | 98 | 12 | 56 | 0 | 58 | 2B | 28 | 14A | 4F | 21 |
| Octal | 230 | 22 | 126 | 0 | 130 | 53 | 50 | 512 | 117 | 41 |
| Binary | 10011000 | 10010 | 1010110 | 0 | 1011000 | 101011 | 101000 | 101001010 | 1001111 | 100001 |
Color Harmonies of #981256
Complementary color
Monochromatic Colors of #981256
Black with #981256
Text Example
Text Example
White with #981256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981256; }
p { color: rgb(152,18,86); }
H1.HeaderClassName
{
color: #981256;
}
.AnyTagClassName
{
color: #981256;
}
</style>
background-color css
<style>
a { background-color: #981256; }
a { background-color: rgb(152,18,86); }
div.DivClassName
{
background-color: #981256;
}
.BgClassName
{
background-color: #981256;
}
</style>
border-color css
<style>
span { border-color: #981256; }
span { border-color: rgb(152,18,86); }
td.TdClassName
{
border-color: #981256;
}
.TagClassName
{
border-color: #981256;
}
</style>