Shades of Jazzberry Jam #980952
Tints of Jazzberry Jam #980952
RGB
CMYK
RGB Variations
Color information
#980952 (or 0x980952) is known color: Jazzberry Jam. HEX triplet: 98, 09 and 52. RGB value is (152,9,82). Sum of RGB (Red+Green+Blue) = 152+9+82=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #980952 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980952 is #67F6AD. Grayscale: #3B3B3B. Windows color (decimal): -6813358 or 5376408. OLE color: 5376408.
HSL color Cylindrical-coordinate representation of color #980952: hue angle of 329.37º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980952 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 82 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.40 |
| HSL | 329.37º | 0.89% | 0.32% | - |
| HSV(B) | 329.37º | 0.94% | 0.6% | - |
| XYZ | 14.57 | 7.48 | 8.66 | - |
| YUV | 60.08 | 140.38 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 82 | 0 | 0.94 | 0.46 | 0.40 | 329.37 | 0.89 | 0.32 |
| Hex | 98 | 9 | 52 | 0 | 5E | 2E | 28 | 149 | 59 | 20 |
| Octal | 230 | 11 | 122 | 0 | 136 | 56 | 50 | 511 | 131 | 40 |
| Binary | 10011000 | 1001 | 1010010 | 0 | 1011110 | 101110 | 101000 | 101001001 | 1011001 | 100000 |
Color Harmonies of #980952
Complementary color
Monochromatic Colors of #980952
Black with #980952
Text Example
Text Example
White with #980952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980952; }
p { color: rgb(152,9,82); }
H1.HeaderClassName
{
color: #980952;
}
.AnyTagClassName
{
color: #980952;
}
</style>
background-color css
<style>
a { background-color: #980952; }
a { background-color: rgb(152,9,82); }
div.DivClassName
{
background-color: #980952;
}
.BgClassName
{
background-color: #980952;
}
</style>
border-color css
<style>
span { border-color: #980952; }
span { border-color: rgb(152,9,82); }
td.TdClassName
{
border-color: #980952;
}
.TagClassName
{
border-color: #980952;
}
</style>