Shades of Jazzberry Jam #980958
Tints of Jazzberry Jam #980958
RGB
CMYK
RGB Variations
Color information
#980958 (or 0x980958) is known color: Jazzberry Jam. HEX triplet: 98, 09 and 58. RGB value is (152,9,88). Sum of RGB (Red+Green+Blue) = 152+9+88=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #980958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980958 is #67F6A7. Grayscale: #3C3C3C. Windows color (decimal): -6813352 or 5769624. OLE color: 5769624.
HSL color Cylindrical-coordinate representation of color #980958: hue angle of 326.85º 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 #980958 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 88 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.40 |
| HSL | 326.85º | 0.89% | 0.32% | - |
| HSV(B) | 326.85º | 0.94% | 0.6% | - |
| XYZ | 14.81 | 7.58 | 9.91 | - |
| YUV | 60.76 | 143.38 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 88 | 0 | 0.94 | 0.42 | 0.40 | 326.85 | 0.89 | 0.32 |
| Hex | 98 | 9 | 58 | 0 | 5E | 2A | 28 | 147 | 59 | 20 |
| Octal | 230 | 11 | 130 | 0 | 136 | 52 | 50 | 507 | 131 | 40 |
| Binary | 10011000 | 1001 | 1011000 | 0 | 1011110 | 101010 | 101000 | 101000111 | 1011001 | 100000 |
Color Harmonies of #980958
Complementary color
Monochromatic Colors of #980958
Black with #980958
Text Example
Text Example
White with #980958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980958; }
p { color: rgb(152,9,88); }
H1.HeaderClassName
{
color: #980958;
}
.AnyTagClassName
{
color: #980958;
}
</style>
background-color css
<style>
a { background-color: #980958; }
a { background-color: rgb(152,9,88); }
div.DivClassName
{
background-color: #980958;
}
.BgClassName
{
background-color: #980958;
}
</style>
border-color css
<style>
span { border-color: #980958; }
span { border-color: rgb(152,9,88); }
td.TdClassName
{
border-color: #980958;
}
.TagClassName
{
border-color: #980958;
}
</style>