Shades of Jazzberry Jam #980B54
Tints of Jazzberry Jam #980B54
RGB
CMYK
RGB Variations
Color information
#980B54 (or 0x980B54) is known color: Jazzberry Jam. HEX triplet: 98, 0B and 54. RGB value is (152,11,84). Sum of RGB (Red+Green+Blue) = 152+11+84=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #980B54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B54 is #67F4AB. Grayscale: #3D3D3D. Windows color (decimal): -6812844 or 5507992. OLE color: 5507992.
HSL color Cylindrical-coordinate representation of color #980B54: hue angle of 328.94º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980B54 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 11 | 84 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.40 |
| HSL | 328.94º | 0.87% | 0.32% | - |
| HSV(B) | 328.94º | 0.93% | 0.6% | - |
| XYZ | 14.67 | 7.55 | 9.07 | - |
| YUV | 61.48 | 140.71 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 84 | 0 | 0.93 | 0.45 | 0.40 | 328.94 | 0.87 | 0.32 |
| Hex | 98 | B | 54 | 0 | 5D | 2D | 28 | 149 | 57 | 20 |
| Octal | 230 | 13 | 124 | 0 | 135 | 55 | 50 | 511 | 127 | 40 |
| Binary | 10011000 | 1011 | 1010100 | 0 | 1011101 | 101101 | 101000 | 101001001 | 1010111 | 100000 |
Color Harmonies of #980B54
Complementary color
Monochromatic Colors of #980B54
Black with #980B54
Text Example
Text Example
White with #980B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980B54; }
p { color: rgb(152,11,84); }
H1.HeaderClassName
{
color: #980B54;
}
.AnyTagClassName
{
color: #980B54;
}
</style>
background-color css
<style>
a { background-color: #980B54; }
a { background-color: rgb(152,11,84); }
div.DivClassName
{
background-color: #980B54;
}
.BgClassName
{
background-color: #980B54;
}
</style>
border-color css
<style>
span { border-color: #980B54; }
span { border-color: rgb(152,11,84); }
td.TdClassName
{
border-color: #980B54;
}
.TagClassName
{
border-color: #980B54;
}
</style>