Shades of Jazzberry Jam #98115C
Tints of Jazzberry Jam #98115C
RGB
CMYK
RGB Variations
Color information
#98115C (or 0x98115C) is known color: Jazzberry Jam. HEX triplet: 98, 11 and 5C. RGB value is (152,17,92). Sum of RGB (Red+Green+Blue) = 152+17+92=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #98115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98115C is #67EEA3. Grayscale: #414141. Windows color (decimal): -6811300 or 6033816. OLE color: 6033816.
HSL color Cylindrical-coordinate representation of color #98115C: hue angle of 326.67º 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 #98115C is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 92 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.40 |
| HSL | 326.67º | 0.8% | 0.33% | - |
| HSV(B) | 326.67º | 0.89% | 0.6% | - |
| XYZ | 15.08 | 7.85 | 10.85 | - |
| YUV | 65.92 | 142.73 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 92 | 0 | 0.89 | 0.39 | 0.40 | 326.67 | 0.8 | 0.33 |
| Hex | 98 | 11 | 5C | 0 | 59 | 27 | 28 | 147 | 50 | 21 |
| Octal | 230 | 21 | 134 | 0 | 131 | 47 | 50 | 507 | 120 | 41 |
| Binary | 10011000 | 10001 | 1011100 | 0 | 1011001 | 100111 | 101000 | 101000111 | 1010000 | 100001 |
Color Harmonies of #98115C
Complementary color
Monochromatic Colors of #98115C
Black with #98115C
Text Example
Text Example
White with #98115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98115C; }
p { color: rgb(152,17,92); }
H1.HeaderClassName
{
color: #98115C;
}
.AnyTagClassName
{
color: #98115C;
}
</style>
background-color css
<style>
a { background-color: #98115C; }
a { background-color: rgb(152,17,92); }
div.DivClassName
{
background-color: #98115C;
}
.BgClassName
{
background-color: #98115C;
}
</style>
border-color css
<style>
span { border-color: #98115C; }
span { border-color: rgb(152,17,92); }
td.TdClassName
{
border-color: #98115C;
}
.TagClassName
{
border-color: #98115C;
}
</style>