Shades of Jazzberry Jam #980F56
Tints of Jazzberry Jam #980F56
RGB
CMYK
RGB Variations
Color information
#980F56 (or 0x980F56) is known color: Jazzberry Jam. HEX triplet: 98, 0F and 56. RGB value is (152,15,86). Sum of RGB (Red+Green+Blue) = 152+15+86=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #980F56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980F56 is #67F0A9. Grayscale: #3F3F3F. Windows color (decimal): -6811818 or 5640088. OLE color: 5640088.
HSL color Cylindrical-coordinate representation of color #980F56: hue angle of 328.91º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F56 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 15 | 86 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.40 |
| HSL | 328.91º | 0.82% | 0.33% | - |
| HSV(B) | 328.91º | 0.9% | 0.6% | - |
| XYZ | 14.8 | 7.69 | 9.51 | - |
| YUV | 64.06 | 140.39 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 86 | 0 | 0.90 | 0.43 | 0.40 | 328.91 | 0.82 | 0.33 |
| Hex | 98 | F | 56 | 0 | 5A | 2B | 28 | 149 | 52 | 21 |
| Octal | 230 | 17 | 126 | 0 | 132 | 53 | 50 | 511 | 122 | 41 |
| Binary | 10011000 | 1111 | 1010110 | 0 | 1011010 | 101011 | 101000 | 101001001 | 1010010 | 100001 |
Color Harmonies of #980F56
Complementary color
Monochromatic Colors of #980F56
Black with #980F56
Text Example
Text Example
White with #980F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980F56; }
p { color: rgb(152,15,86); }
H1.HeaderClassName
{
color: #980F56;
}
.AnyTagClassName
{
color: #980F56;
}
</style>
background-color css
<style>
a { background-color: #980F56; }
a { background-color: rgb(152,15,86); }
div.DivClassName
{
background-color: #980F56;
}
.BgClassName
{
background-color: #980F56;
}
</style>
border-color css
<style>
span { border-color: #980F56; }
span { border-color: rgb(152,15,86); }
td.TdClassName
{
border-color: #980F56;
}
.TagClassName
{
border-color: #980F56;
}
</style>