Shades of Jazzberry Jam #98115D
Tints of Jazzberry Jam #98115D
RGB
CMYK
RGB Variations
Color information
#98115D (or 0x98115D) is known color: Jazzberry Jam. HEX triplet: 98, 11 and 5D. RGB value is (152,17,93). Sum of RGB (Red+Green+Blue) = 152+17+93=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #98115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98115D is #67EEA2. Grayscale: #414141. Windows color (decimal): -6811299 or 6099352. OLE color: 6099352.
HSL color Cylindrical-coordinate representation of color #98115D: hue angle of 326.22º 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 #98115D is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 93 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.40 |
| HSL | 326.22º | 0.8% | 0.33% | - |
| HSV(B) | 326.22º | 0.89% | 0.6% | - |
| XYZ | 15.13 | 7.87 | 11.08 | - |
| YUV | 66.03 | 143.23 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 93 | 0 | 0.89 | 0.39 | 0.40 | 326.22 | 0.8 | 0.33 |
| Hex | 98 | 11 | 5D | 0 | 59 | 27 | 28 | 146 | 50 | 21 |
| Octal | 230 | 21 | 135 | 0 | 131 | 47 | 50 | 506 | 120 | 41 |
| Binary | 10011000 | 10001 | 1011101 | 0 | 1011001 | 100111 | 101000 | 101000110 | 1010000 | 100001 |
Color Harmonies of #98115D
Complementary color
Monochromatic Colors of #98115D
Black with #98115D
Text Example
Text Example
White with #98115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98115D; }
p { color: rgb(152,17,93); }
H1.HeaderClassName
{
color: #98115D;
}
.AnyTagClassName
{
color: #98115D;
}
</style>
background-color css
<style>
a { background-color: #98115D; }
a { background-color: rgb(152,17,93); }
div.DivClassName
{
background-color: #98115D;
}
.BgClassName
{
background-color: #98115D;
}
</style>
border-color css
<style>
span { border-color: #98115D; }
span { border-color: rgb(152,17,93); }
td.TdClassName
{
border-color: #98115D;
}
.TagClassName
{
border-color: #98115D;
}
</style>