Shades of Jazzberry Jam #980047
Tints of Jazzberry Jam #980047
RGB
CMYK
RGB Variations
Color information
#980047 (or 0x980047) is known color: Jazzberry Jam. HEX triplet: 98, 00 and 47. RGB value is (152,0,71). Sum of RGB (Red+Green+Blue) = 152+0+71=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #980047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980047 is #67FFB8. Grayscale: #353535. Windows color (decimal): -6815673 or 4653208. OLE color: 4653208.
HSL color Cylindrical-coordinate representation of color #980047: hue angle of 331.97º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980047 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.53 | 0.40 |
| HSL | 331.97º | 1% | 0.3% | - |
| HSV(B) | 331.97º | 1% | 0.6% | - |
| XYZ | 14.09 | 7.13 | 6.6 | - |
| YUV | 53.54 | 137.86 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 71 | 0 | 1 | 0.53 | 0.40 | 331.97 | 1 | 0.3 |
| Hex | 98 | 0 | 47 | 0 | 64 | 35 | 28 | 14C | 64 | 1E |
| Octal | 230 | 0 | 107 | 0 | 144 | 65 | 50 | 514 | 144 | 36 |
| Binary | 10011000 | 0 | 1000111 | 0 | 1100100 | 110101 | 101000 | 101001100 | 1100100 | 11110 |
Color Harmonies of #980047
Complementary color
Monochromatic Colors of #980047
Black with #980047
Text Example
Text Example
White with #980047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980047; }
p { color: rgb(152,0,71); }
H1.HeaderClassName
{
color: #980047;
}
.AnyTagClassName
{
color: #980047;
}
</style>
background-color css
<style>
a { background-color: #980047; }
a { background-color: rgb(152,0,71); }
div.DivClassName
{
background-color: #980047;
}
.BgClassName
{
background-color: #980047;
}
</style>
border-color css
<style>
span { border-color: #980047; }
span { border-color: rgb(152,0,71); }
td.TdClassName
{
border-color: #980047;
}
.TagClassName
{
border-color: #980047;
}
</style>