Shades of Jazzberry Jam #980A52
Tints of Jazzberry Jam #980A52
RGB
CMYK
RGB Variations
Color information
#980A52 (or 0x980A52) is known color: Jazzberry Jam. HEX triplet: 98, 0A and 52. RGB value is (152,10,82). Sum of RGB (Red+Green+Blue) = 152+10+82=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #980A52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980A52 is #67F5AD. Grayscale: #3C3C3C. Windows color (decimal): -6813102 or 5376664. OLE color: 5376664.
HSL color Cylindrical-coordinate representation of color #980A52: hue angle of 329.58º degrees, saturation: 0.88, 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 #980A52 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 10 | 82 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.40 |
| HSL | 329.58º | 0.88% | 0.32% | - |
| HSV(B) | 329.58º | 0.93% | 0.6% | - |
| XYZ | 14.58 | 7.5 | 8.66 | - |
| YUV | 60.67 | 140.04 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 82 | 0 | 0.93 | 0.46 | 0.40 | 329.58 | 0.88 | 0.32 |
| Hex | 98 | A | 52 | 0 | 5D | 2E | 28 | 14A | 58 | 20 |
| Octal | 230 | 12 | 122 | 0 | 135 | 56 | 50 | 512 | 130 | 40 |
| Binary | 10011000 | 1010 | 1010010 | 0 | 1011101 | 101110 | 101000 | 101001010 | 1011000 | 100000 |
Color Harmonies of #980A52
Complementary color
Monochromatic Colors of #980A52
Black with #980A52
Text Example
Text Example
White with #980A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980A52; }
p { color: rgb(152,10,82); }
H1.HeaderClassName
{
color: #980A52;
}
.AnyTagClassName
{
color: #980A52;
}
</style>
background-color css
<style>
a { background-color: #980A52; }
a { background-color: rgb(152,10,82); }
div.DivClassName
{
background-color: #980A52;
}
.BgClassName
{
background-color: #980A52;
}
</style>
border-color css
<style>
span { border-color: #980A52; }
span { border-color: rgb(152,10,82); }
td.TdClassName
{
border-color: #980A52;
}
.TagClassName
{
border-color: #980A52;
}
</style>