Shades of Jazzberry Jam #980944
Tints of Jazzberry Jam #980944
RGB
CMYK
RGB Variations
Color information
#980944 (or 0x980944) is known color: Jazzberry Jam. HEX triplet: 98, 09 and 44. RGB value is (152,9,68). Sum of RGB (Red+Green+Blue) = 152+9+68=229 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.38% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 152 - color contains mainly: red. Hex color #980944 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980944 is #67F6BB. Grayscale: #3A3A3A. Windows color (decimal): -6813372 or 4458904. OLE color: 4458904.
HSL color Cylindrical-coordinate representation of color #980944: hue angle of 335.24º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980944 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 68 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.40 |
| HSL | 335.24º | 0.89% | 0.32% | - |
| HSV(B) | 335.24º | 0.94% | 0.6% | - |
| XYZ | 14.09 | 7.29 | 6.13 | - |
| YUV | 58.48 | 133.38 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 68 | 0 | 0.94 | 0.55 | 0.40 | 335.24 | 0.89 | 0.32 |
| Hex | 98 | 9 | 44 | 0 | 5E | 37 | 28 | 14F | 59 | 20 |
| Octal | 230 | 11 | 104 | 0 | 136 | 67 | 50 | 517 | 131 | 40 |
| Binary | 10011000 | 1001 | 1000100 | 0 | 1011110 | 110111 | 101000 | 101001111 | 1011001 | 100000 |
Color Harmonies of #980944
Complementary color
Monochromatic Colors of #980944
Black with #980944
Text Example
Text Example
White with #980944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980944; }
p { color: rgb(152,9,68); }
H1.HeaderClassName
{
color: #980944;
}
.AnyTagClassName
{
color: #980944;
}
</style>
background-color css
<style>
a { background-color: #980944; }
a { background-color: rgb(152,9,68); }
div.DivClassName
{
background-color: #980944;
}
.BgClassName
{
background-color: #980944;
}
</style>
border-color css
<style>
span { border-color: #980944; }
span { border-color: rgb(152,9,68); }
td.TdClassName
{
border-color: #980944;
}
.TagClassName
{
border-color: #980944;
}
</style>