Shades of Jazzberry Jam #980048
Tints of Jazzberry Jam #980048
RGB
CMYK
RGB Variations
Color information
#980048 (or 0x980048) is known color: Jazzberry Jam. HEX triplet: 98, 00 and 48. RGB value is (152,0,72). Sum of RGB (Red+Green+Blue) = 152+0+72=224 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.86% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 152 - color contains mainly: red. Hex color #980048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980048 is #67FFB7. Grayscale: #353535. Windows color (decimal): -6815672 or 4718744. OLE color: 4718744.
HSL color Cylindrical-coordinate representation of color #980048: hue angle of 331.58º 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 #980048 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.53 | 0.40 |
| HSL | 331.58º | 1% | 0.3% | - |
| HSV(B) | 331.58º | 1% | 0.6% | - |
| XYZ | 14.12 | 7.14 | 6.77 | - |
| YUV | 53.66 | 138.36 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 72 | 0 | 1 | 0.53 | 0.40 | 331.58 | 1 | 0.3 |
| Hex | 98 | 0 | 48 | 0 | 64 | 35 | 28 | 14C | 64 | 1E |
| Octal | 230 | 0 | 110 | 0 | 144 | 65 | 50 | 514 | 144 | 36 |
| Binary | 10011000 | 0 | 1001000 | 0 | 1100100 | 110101 | 101000 | 101001100 | 1100100 | 11110 |
Color Harmonies of #980048
Complementary color
Monochromatic Colors of #980048
Black with #980048
Text Example
Text Example
White with #980048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980048; }
p { color: rgb(152,0,72); }
H1.HeaderClassName
{
color: #980048;
}
.AnyTagClassName
{
color: #980048;
}
</style>
background-color css
<style>
a { background-color: #980048; }
a { background-color: rgb(152,0,72); }
div.DivClassName
{
background-color: #980048;
}
.BgClassName
{
background-color: #980048;
}
</style>
border-color css
<style>
span { border-color: #980048; }
span { border-color: rgb(152,0,72); }
td.TdClassName
{
border-color: #980048;
}
.TagClassName
{
border-color: #980048;
}
</style>