Shades of Jazzberry Jam #981152
Tints of Jazzberry Jam #981152
RGB
CMYK
RGB Variations
Color information
#981152 (or 0x981152) is known color: Jazzberry Jam. HEX triplet: 98, 11 and 52. RGB value is (152,17,82). Sum of RGB (Red+Green+Blue) = 152+17+82=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #981152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981152 is #67EEAD. Grayscale: #404040. Windows color (decimal): -6811310 or 5378456. OLE color: 5378456.
HSL color Cylindrical-coordinate representation of color #981152: hue angle of 331.11º degrees, saturation: 0.8, 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 #981152 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 82 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.40 |
| HSL | 331.11º | 0.8% | 0.33% | - |
| HSV(B) | 331.11º | 0.89% | 0.6% | - |
| XYZ | 14.67 | 7.69 | 8.69 | - |
| YUV | 64.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 82 | 0 | 0.89 | 0.46 | 0.40 | 331.11 | 0.8 | 0.33 |
| Hex | 98 | 11 | 52 | 0 | 59 | 2E | 28 | 14B | 50 | 21 |
| Octal | 230 | 21 | 122 | 0 | 131 | 56 | 50 | 513 | 120 | 41 |
| Binary | 10011000 | 10001 | 1010010 | 0 | 1011001 | 101110 | 101000 | 101001011 | 1010000 | 100001 |
Color Harmonies of #981152
Complementary color
Monochromatic Colors of #981152
Black with #981152
Text Example
Text Example
White with #981152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981152; }
p { color: rgb(152,17,82); }
H1.HeaderClassName
{
color: #981152;
}
.AnyTagClassName
{
color: #981152;
}
</style>
background-color css
<style>
a { background-color: #981152; }
a { background-color: rgb(152,17,82); }
div.DivClassName
{
background-color: #981152;
}
.BgClassName
{
background-color: #981152;
}
</style>
border-color css
<style>
span { border-color: #981152; }
span { border-color: rgb(152,17,82); }
td.TdClassName
{
border-color: #981152;
}
.TagClassName
{
border-color: #981152;
}
</style>