Shades of Jazzberry Jam #981064
Tints of Jazzberry Jam #981064
RGB
CMYK
RGB Variations
Color information
#981064 (or 0x981064) is known color: Jazzberry Jam. HEX triplet: 98, 10 and 64. RGB value is (152,16,100). Sum of RGB (Red+Green+Blue) = 152+16+100=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #981064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981064 is #67EF9B. Grayscale: #424242. Windows color (decimal): -6811548 or 6557848. OLE color: 6557848.
HSL color Cylindrical-coordinate representation of color #981064: hue angle of 322.94º degrees, saturation: 0.81, 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 #981064 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 100 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.40 |
| HSL | 322.94º | 0.81% | 0.33% | - |
| HSV(B) | 322.94º | 0.89% | 0.6% | - |
| XYZ | 15.43 | 7.97 | 12.78 | - |
| YUV | 66.24 | 147.06 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 100 | 0 | 0.89 | 0.34 | 0.40 | 322.94 | 0.81 | 0.33 |
| Hex | 98 | 10 | 64 | 0 | 59 | 22 | 28 | 143 | 51 | 21 |
| Octal | 230 | 20 | 144 | 0 | 131 | 42 | 50 | 503 | 121 | 41 |
| Binary | 10011000 | 10000 | 1100100 | 0 | 1011001 | 100010 | 101000 | 101000011 | 1010001 | 100001 |
Color Harmonies of #981064
Complementary color
Monochromatic Colors of #981064
Black with #981064
Text Example
Text Example
White with #981064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981064; }
p { color: rgb(152,16,100); }
H1.HeaderClassName
{
color: #981064;
}
.AnyTagClassName
{
color: #981064;
}
</style>
background-color css
<style>
a { background-color: #981064; }
a { background-color: rgb(152,16,100); }
div.DivClassName
{
background-color: #981064;
}
.BgClassName
{
background-color: #981064;
}
</style>
border-color css
<style>
span { border-color: #981064; }
span { border-color: rgb(152,16,100); }
td.TdClassName
{
border-color: #981064;
}
.TagClassName
{
border-color: #981064;
}
</style>