Shades of Jazzberry Jam #98114D
Tints of Jazzberry Jam #98114D
RGB
CMYK
RGB Variations
Color information
#98114D (or 0x98114D) is known color: Jazzberry Jam. HEX triplet: 98, 11 and 4D. RGB value is (152,17,77). Sum of RGB (Red+Green+Blue) = 152+17+77=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #98114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98114D is #67EEB2. Grayscale: #404040. Windows color (decimal): -6811315 or 5050776. OLE color: 5050776.
HSL color Cylindrical-coordinate representation of color #98114D: hue angle of 333.33º 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 #98114D is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 77 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.40 |
| HSL | 333.33º | 0.8% | 0.33% | - |
| HSV(B) | 333.33º | 0.89% | 0.6% | - |
| XYZ | 14.49 | 7.61 | 7.73 | - |
| YUV | 64.21 | 135.23 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 77 | 0 | 0.89 | 0.49 | 0.40 | 333.33 | 0.8 | 0.33 |
| Hex | 98 | 11 | 4D | 0 | 59 | 31 | 28 | 14D | 50 | 21 |
| Octal | 230 | 21 | 115 | 0 | 131 | 61 | 50 | 515 | 120 | 41 |
| Binary | 10011000 | 10001 | 1001101 | 0 | 1011001 | 110001 | 101000 | 101001101 | 1010000 | 100001 |
Color Harmonies of #98114D
Complementary color
Monochromatic Colors of #98114D
Black with #98114D
Text Example
Text Example
White with #98114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98114D; }
p { color: rgb(152,17,77); }
H1.HeaderClassName
{
color: #98114D;
}
.AnyTagClassName
{
color: #98114D;
}
</style>
background-color css
<style>
a { background-color: #98114D; }
a { background-color: rgb(152,17,77); }
div.DivClassName
{
background-color: #98114D;
}
.BgClassName
{
background-color: #98114D;
}
</style>
border-color css
<style>
span { border-color: #98114D; }
span { border-color: rgb(152,17,77); }
td.TdClassName
{
border-color: #98114D;
}
.TagClassName
{
border-color: #98114D;
}
</style>