Shades of Jazzberry Jam #980954
Tints of Jazzberry Jam #980954
RGB
CMYK
RGB Variations
Color information
#980954 (or 0x980954) is known color: Jazzberry Jam. HEX triplet: 98, 09 and 54. RGB value is (152,9,84). Sum of RGB (Red+Green+Blue) = 152+9+84=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #980954 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980954 is #67F6AB. Grayscale: #3C3C3C. Windows color (decimal): -6813356 or 5507480. OLE color: 5507480.
HSL color Cylindrical-coordinate representation of color #980954: hue angle of 328.53º 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 #980954 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 84 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.40 |
| HSL | 328.53º | 0.89% | 0.32% | - |
| HSV(B) | 328.53º | 0.94% | 0.6% | - |
| XYZ | 14.65 | 7.51 | 9.07 | - |
| YUV | 60.31 | 141.38 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 84 | 0 | 0.94 | 0.45 | 0.40 | 328.53 | 0.89 | 0.32 |
| Hex | 98 | 9 | 54 | 0 | 5E | 2D | 28 | 149 | 59 | 20 |
| Octal | 230 | 11 | 124 | 0 | 136 | 55 | 50 | 511 | 131 | 40 |
| Binary | 10011000 | 1001 | 1010100 | 0 | 1011110 | 101101 | 101000 | 101001001 | 1011001 | 100000 |
Color Harmonies of #980954
Complementary color
Monochromatic Colors of #980954
Black with #980954
Text Example
Text Example
White with #980954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980954; }
p { color: rgb(152,9,84); }
H1.HeaderClassName
{
color: #980954;
}
.AnyTagClassName
{
color: #980954;
}
</style>
background-color css
<style>
a { background-color: #980954; }
a { background-color: rgb(152,9,84); }
div.DivClassName
{
background-color: #980954;
}
.BgClassName
{
background-color: #980954;
}
</style>
border-color css
<style>
span { border-color: #980954; }
span { border-color: rgb(152,9,84); }
td.TdClassName
{
border-color: #980954;
}
.TagClassName
{
border-color: #980954;
}
</style>