Shades of Jazzberry Jam #980F61
Tints of Jazzberry Jam #980F61
RGB
CMYK
RGB Variations
Color information
#980F61 (or 0x980F61) is known color: Jazzberry Jam. HEX triplet: 98, 0F and 61. RGB value is (152,15,97). Sum of RGB (Red+Green+Blue) = 152+15+97=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #980F61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980F61 is #67F09E. Grayscale: #414141. Windows color (decimal): -6811807 or 6360984. OLE color: 6360984.
HSL color Cylindrical-coordinate representation of color #980F61: hue angle of 324.09º 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 #980F61 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 15 | 97 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.40 |
| HSL | 324.09º | 0.82% | 0.33% | - |
| HSV(B) | 324.09º | 0.9% | 0.6% | - |
| XYZ | 15.28 | 7.88 | 12.03 | - |
| YUV | 65.31 | 145.89 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 97 | 0 | 0.90 | 0.36 | 0.40 | 324.09 | 0.82 | 0.33 |
| Hex | 98 | F | 61 | 0 | 5A | 24 | 28 | 144 | 52 | 21 |
| Octal | 230 | 17 | 141 | 0 | 132 | 44 | 50 | 504 | 122 | 41 |
| Binary | 10011000 | 1111 | 1100001 | 0 | 1011010 | 100100 | 101000 | 101000100 | 1010010 | 100001 |
Color Harmonies of #980F61
Complementary color
Monochromatic Colors of #980F61
Black with #980F61
Text Example
Text Example
White with #980F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980F61; }
p { color: rgb(152,15,97); }
H1.HeaderClassName
{
color: #980F61;
}
.AnyTagClassName
{
color: #980F61;
}
</style>
background-color css
<style>
a { background-color: #980F61; }
a { background-color: rgb(152,15,97); }
div.DivClassName
{
background-color: #980F61;
}
.BgClassName
{
background-color: #980F61;
}
</style>
border-color css
<style>
span { border-color: #980F61; }
span { border-color: rgb(152,15,97); }
td.TdClassName
{
border-color: #980F61;
}
.TagClassName
{
border-color: #980F61;
}
</style>