Shades of Jazzberry Jam #980247
Tints of Jazzberry Jam #980247
RGB
CMYK
RGB Variations
Color information
#980247 (or 0x980247) is known color: Jazzberry Jam. HEX triplet: 98, 02 and 47. RGB value is (152,2,71). Sum of RGB (Red+Green+Blue) = 152+2+71=225 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.56% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 152 - color contains mainly: red. Hex color #980247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980247 is #67FDB8. Grayscale: #363636. Windows color (decimal): -6815161 or 4653720. OLE color: 4653720.
HSL color Cylindrical-coordinate representation of color #980247: hue angle of 332.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980247 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 71 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.40 |
| HSL | 332.4º | 0.97% | 0.3% | - |
| HSV(B) | 332.4º | 0.99% | 0.6% | - |
| XYZ | 14.11 | 7.17 | 6.6 | - |
| YUV | 54.72 | 137.2 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 71 | 0 | 0.99 | 0.53 | 0.40 | 332.4 | 0.97 | 0.3 |
| Hex | 98 | 2 | 47 | 0 | 63 | 35 | 28 | 14C | 61 | 1E |
| Octal | 230 | 2 | 107 | 0 | 143 | 65 | 50 | 514 | 141 | 36 |
| Binary | 10011000 | 10 | 1000111 | 0 | 1100011 | 110101 | 101000 | 101001100 | 1100001 | 11110 |
Color Harmonies of #980247
Complementary color
Monochromatic Colors of #980247
Black with #980247
Text Example
Text Example
White with #980247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980247; }
p { color: rgb(152,2,71); }
H1.HeaderClassName
{
color: #980247;
}
.AnyTagClassName
{
color: #980247;
}
</style>
background-color css
<style>
a { background-color: #980247; }
a { background-color: rgb(152,2,71); }
div.DivClassName
{
background-color: #980247;
}
.BgClassName
{
background-color: #980247;
}
</style>
border-color css
<style>
span { border-color: #980247; }
span { border-color: rgb(152,2,71); }
td.TdClassName
{
border-color: #980247;
}
.TagClassName
{
border-color: #980247;
}
</style>