Shades of Jazzberry Jam #981052
Tints of Jazzberry Jam #981052
RGB
CMYK
RGB Variations
Color information
#981052 (or 0x981052) is known color: Jazzberry Jam. HEX triplet: 98, 10 and 52. RGB value is (152,16,82). Sum of RGB (Red+Green+Blue) = 152+16+82=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #981052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981052 is #67EFAD. Grayscale: #404040. Windows color (decimal): -6811566 or 5378200. OLE color: 5378200.
HSL color Cylindrical-coordinate representation of color #981052: hue angle of 330.88º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981052 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 82 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.40 |
| HSL | 330.88º | 0.81% | 0.33% | - |
| HSV(B) | 330.88º | 0.89% | 0.6% | - |
| XYZ | 14.66 | 7.66 | 8.69 | - |
| YUV | 64.19 | 138.06 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 82 | 0 | 0.89 | 0.46 | 0.40 | 330.88 | 0.81 | 0.33 |
| Hex | 98 | 10 | 52 | 0 | 59 | 2E | 28 | 14B | 51 | 21 |
| Octal | 230 | 20 | 122 | 0 | 131 | 56 | 50 | 513 | 121 | 41 |
| Binary | 10011000 | 10000 | 1010010 | 0 | 1011001 | 101110 | 101000 | 101001011 | 1010001 | 100001 |
Color Harmonies of #981052
Complementary color
Monochromatic Colors of #981052
Black with #981052
Text Example
Text Example
White with #981052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981052; }
p { color: rgb(152,16,82); }
H1.HeaderClassName
{
color: #981052;
}
.AnyTagClassName
{
color: #981052;
}
</style>
background-color css
<style>
a { background-color: #981052; }
a { background-color: rgb(152,16,82); }
div.DivClassName
{
background-color: #981052;
}
.BgClassName
{
background-color: #981052;
}
</style>
border-color css
<style>
span { border-color: #981052; }
span { border-color: rgb(152,16,82); }
td.TdClassName
{
border-color: #981052;
}
.TagClassName
{
border-color: #981052;
}
</style>