Shades of Jazzberry Jam #98175E
Tints of Jazzberry Jam #98175E
RGB
CMYK
RGB Variations
Color information
#98175E (or 0x98175E) is known color: Jazzberry Jam. HEX triplet: 98, 17 and 5E. RGB value is (152,23,94). Sum of RGB (Red+Green+Blue) = 152+23+94=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #98175E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98175E is #67E8A1. Grayscale: #454545. Windows color (decimal): -6809762 or 6166424. OLE color: 6166424.
HSL color Cylindrical-coordinate representation of color #98175E: hue angle of 326.98º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98175E is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 94 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.40 |
| HSL | 326.98º | 0.74% | 0.34% | - |
| HSV(B) | 326.98º | 0.85% | 0.6% | - |
| XYZ | 15.28 | 8.1 | 11.35 | - |
| YUV | 69.67 | 141.74 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 94 | 0 | 0.85 | 0.38 | 0.40 | 326.98 | 0.74 | 0.34 |
| Hex | 98 | 17 | 5E | 0 | 55 | 26 | 28 | 147 | 4A | 22 |
| Octal | 230 | 27 | 136 | 0 | 125 | 46 | 50 | 507 | 112 | 42 |
| Binary | 10011000 | 10111 | 1011110 | 0 | 1010101 | 100110 | 101000 | 101000111 | 1001010 | 100010 |
Color Harmonies of #98175E
Complementary color
Monochromatic Colors of #98175E
Black with #98175E
Text Example
Text Example
White with #98175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98175E; }
p { color: rgb(152,23,94); }
H1.HeaderClassName
{
color: #98175E;
}
.AnyTagClassName
{
color: #98175E;
}
</style>
background-color css
<style>
a { background-color: #98175E; }
a { background-color: rgb(152,23,94); }
div.DivClassName
{
background-color: #98175E;
}
.BgClassName
{
background-color: #98175E;
}
</style>
border-color css
<style>
span { border-color: #98175E; }
span { border-color: rgb(152,23,94); }
td.TdClassName
{
border-color: #98175E;
}
.TagClassName
{
border-color: #98175E;
}
</style>