Shades of Jazzberry Jam #980B5E
Tints of Jazzberry Jam #980B5E
RGB
CMYK
RGB Variations
Color information
#980B5E (or 0x980B5E) is known color: Jazzberry Jam. HEX triplet: 98, 0B and 5E. RGB value is (152,11,94). Sum of RGB (Red+Green+Blue) = 152+11+94=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #980B5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B5E is #67F4A1. Grayscale: #3E3E3E. Windows color (decimal): -6812834 or 6163352. OLE color: 6163352.
HSL color Cylindrical-coordinate representation of color #980B5E: hue angle of 324.68º 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 #980B5E is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 11 | 94 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.40 |
| HSL | 324.68º | 0.87% | 0.32% | - |
| HSV(B) | 324.68º | 0.93% | 0.6% | - |
| XYZ | 15.09 | 7.72 | 11.29 | - |
| YUV | 62.62 | 145.71 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 94 | 0 | 0.93 | 0.38 | 0.40 | 324.68 | 0.87 | 0.32 |
| Hex | 98 | B | 5E | 0 | 5D | 26 | 28 | 145 | 57 | 20 |
| Octal | 230 | 13 | 136 | 0 | 135 | 46 | 50 | 505 | 127 | 40 |
| Binary | 10011000 | 1011 | 1011110 | 0 | 1011101 | 100110 | 101000 | 101000101 | 1010111 | 100000 |
Color Harmonies of #980B5E
Complementary color
Monochromatic Colors of #980B5E
Black with #980B5E
Text Example
Text Example
White with #980B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980B5E; }
p { color: rgb(152,11,94); }
H1.HeaderClassName
{
color: #980B5E;
}
.AnyTagClassName
{
color: #980B5E;
}
</style>
background-color css
<style>
a { background-color: #980B5E; }
a { background-color: rgb(152,11,94); }
div.DivClassName
{
background-color: #980B5E;
}
.BgClassName
{
background-color: #980B5E;
}
</style>
border-color css
<style>
span { border-color: #980B5E; }
span { border-color: rgb(152,11,94); }
td.TdClassName
{
border-color: #980B5E;
}
.TagClassName
{
border-color: #980B5E;
}
</style>