Shades of Jazzberry Jam #980B55
Tints of Jazzberry Jam #980B55
RGB
CMYK
RGB Variations
Color information
#980B55 (or 0x980B55) is known color: Jazzberry Jam. HEX triplet: 98, 0B and 55. RGB value is (152,11,85). Sum of RGB (Red+Green+Blue) = 152+11+85=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #980B55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B55 is #67F4AA. Grayscale: #3D3D3D. Windows color (decimal): -6812843 or 5573528. OLE color: 5573528.
HSL color Cylindrical-coordinate representation of color #980B55: hue angle of 328.51º 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 #980B55 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 11 | 85 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.40 |
| HSL | 328.51º | 0.87% | 0.32% | - |
| HSV(B) | 328.51º | 0.93% | 0.6% | - |
| XYZ | 14.71 | 7.57 | 9.28 | - |
| YUV | 61.6 | 141.21 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 85 | 0 | 0.93 | 0.44 | 0.40 | 328.51 | 0.87 | 0.32 |
| Hex | 98 | B | 55 | 0 | 5D | 2C | 28 | 149 | 57 | 20 |
| Octal | 230 | 13 | 125 | 0 | 135 | 54 | 50 | 511 | 127 | 40 |
| Binary | 10011000 | 1011 | 1010101 | 0 | 1011101 | 101100 | 101000 | 101001001 | 1010111 | 100000 |
Color Harmonies of #980B55
Complementary color
Monochromatic Colors of #980B55
Black with #980B55
Text Example
Text Example
White with #980B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980B55; }
p { color: rgb(152,11,85); }
H1.HeaderClassName
{
color: #980B55;
}
.AnyTagClassName
{
color: #980B55;
}
</style>
background-color css
<style>
a { background-color: #980B55; }
a { background-color: rgb(152,11,85); }
div.DivClassName
{
background-color: #980B55;
}
.BgClassName
{
background-color: #980B55;
}
</style>
border-color css
<style>
span { border-color: #980B55; }
span { border-color: rgb(152,11,85); }
td.TdClassName
{
border-color: #980B55;
}
.TagClassName
{
border-color: #980B55;
}
</style>