Shades of Jazzberry Jam #98145C
Tints of Jazzberry Jam #98145C
RGB
CMYK
RGB Variations
Color information
#98145C (or 0x98145C) is known color: Jazzberry Jam. HEX triplet: 98, 14 and 5C. RGB value is (152,20,92). Sum of RGB (Red+Green+Blue) = 152+20+92=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #98145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98145C is #67EBA3. Grayscale: #434343. Windows color (decimal): -6810532 or 6034584. OLE color: 6034584.
HSL color Cylindrical-coordinate representation of color #98145C: hue angle of 327.27º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #98145C is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 20 | 92 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.40 |
| HSL | 327.27º | 0.77% | 0.34% | - |
| HSV(B) | 327.27º | 0.87% | 0.6% | - |
| XYZ | 15.13 | 7.95 | 10.86 | - |
| YUV | 67.68 | 141.73 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 20 | 92 | 0 | 0.87 | 0.39 | 0.40 | 327.27 | 0.77 | 0.34 |
| Hex | 98 | 14 | 5C | 0 | 57 | 27 | 28 | 147 | 4D | 22 |
| Octal | 230 | 24 | 134 | 0 | 127 | 47 | 50 | 507 | 115 | 42 |
| Binary | 10011000 | 10100 | 1011100 | 0 | 1010111 | 100111 | 101000 | 101000111 | 1001101 | 100010 |
Color Harmonies of #98145C
Complementary color
Monochromatic Colors of #98145C
Black with #98145C
Text Example
Text Example
White with #98145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98145C; }
p { color: rgb(152,20,92); }
H1.HeaderClassName
{
color: #98145C;
}
.AnyTagClassName
{
color: #98145C;
}
</style>
background-color css
<style>
a { background-color: #98145C; }
a { background-color: rgb(152,20,92); }
div.DivClassName
{
background-color: #98145C;
}
.BgClassName
{
background-color: #98145C;
}
</style>
border-color css
<style>
span { border-color: #98145C; }
span { border-color: rgb(152,20,92); }
td.TdClassName
{
border-color: #98145C;
}
.TagClassName
{
border-color: #98145C;
}
</style>