Shades of Jazzberry Jam #980D60
Tints of Jazzberry Jam #980D60
RGB
CMYK
RGB Variations
Color information
#980D60 (or 0x980D60) is known color: Jazzberry Jam. HEX triplet: 98, 0D and 60. RGB value is (152,13,96). Sum of RGB (Red+Green+Blue) = 152+13+96=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #980D60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980D60 is #67F29F. Grayscale: #3F3F3F. Windows color (decimal): -6812320 or 6294936. OLE color: 6294936.
HSL color Cylindrical-coordinate representation of color #980D60: hue angle of 324.17º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980D60 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 13 | 96 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.40 |
| HSL | 324.17º | 0.84% | 0.32% | - |
| HSV(B) | 324.17º | 0.91% | 0.6% | - |
| XYZ | 15.2 | 7.81 | 11.77 | - |
| YUV | 64.02 | 146.05 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 96 | 0 | 0.91 | 0.37 | 0.40 | 324.17 | 0.84 | 0.32 |
| Hex | 98 | D | 60 | 0 | 5B | 25 | 28 | 144 | 54 | 20 |
| Octal | 230 | 15 | 140 | 0 | 133 | 45 | 50 | 504 | 124 | 40 |
| Binary | 10011000 | 1101 | 1100000 | 0 | 1011011 | 100101 | 101000 | 101000100 | 1010100 | 100000 |
Color Harmonies of #980D60
Complementary color
Monochromatic Colors of #980D60
Black with #980D60
Text Example
Text Example
White with #980D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980D60; }
p { color: rgb(152,13,96); }
H1.HeaderClassName
{
color: #980D60;
}
.AnyTagClassName
{
color: #980D60;
}
</style>
background-color css
<style>
a { background-color: #980D60; }
a { background-color: rgb(152,13,96); }
div.DivClassName
{
background-color: #980D60;
}
.BgClassName
{
background-color: #980D60;
}
</style>
border-color css
<style>
span { border-color: #980D60; }
span { border-color: rgb(152,13,96); }
td.TdClassName
{
border-color: #980D60;
}
.TagClassName
{
border-color: #980D60;
}
</style>