Shades of Jazzberry Jam #980559
Tints of Jazzberry Jam #980559
RGB
CMYK
RGB Variations
Color information
#980559 (or 0x980559) is known color: Jazzberry Jam. HEX triplet: 98, 05 and 59. RGB value is (152,5,89). Sum of RGB (Red+Green+Blue) = 152+5+89=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #980559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980559 is #67FAA6. Grayscale: #3A3A3A. Windows color (decimal): -6814375 or 5834136. OLE color: 5834136.
HSL color Cylindrical-coordinate representation of color #980559: hue angle of 325.71º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980559 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 5 | 89 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.40 |
| HSL | 325.71º | 0.94% | 0.31% | - |
| HSV(B) | 325.71º | 0.97% | 0.6% | - |
| XYZ | 14.81 | 7.51 | 10.12 | - |
| YUV | 58.53 | 145.2 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 5 | 89 | 0 | 0.97 | 0.41 | 0.40 | 325.71 | 0.94 | 0.31 |
| Hex | 98 | 5 | 59 | 0 | 61 | 29 | 28 | 146 | 5E | 1F |
| Octal | 230 | 5 | 131 | 0 | 141 | 51 | 50 | 506 | 136 | 37 |
| Binary | 10011000 | 101 | 1011001 | 0 | 1100001 | 101001 | 101000 | 101000110 | 1011110 | 11111 |
Color Harmonies of #980559
Complementary color
Monochromatic Colors of #980559
Black with #980559
Text Example
Text Example
White with #980559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980559; }
p { color: rgb(152,5,89); }
H1.HeaderClassName
{
color: #980559;
}
.AnyTagClassName
{
color: #980559;
}
</style>
background-color css
<style>
a { background-color: #980559; }
a { background-color: rgb(152,5,89); }
div.DivClassName
{
background-color: #980559;
}
.BgClassName
{
background-color: #980559;
}
</style>
border-color css
<style>
span { border-color: #980559; }
span { border-color: rgb(152,5,89); }
td.TdClassName
{
border-color: #980559;
}
.TagClassName
{
border-color: #980559;
}
</style>