Shades of Jazzberry Jam #98145F
Tints of Jazzberry Jam #98145F
RGB
CMYK
RGB Variations
Color information
#98145F (or 0x98145F) is known color: Jazzberry Jam. HEX triplet: 98, 14 and 5F. RGB value is (152,20,95). Sum of RGB (Red+Green+Blue) = 152+20+95=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #98145F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98145F is #67EBA0. Grayscale: #434343. Windows color (decimal): -6810529 or 6231192. OLE color: 6231192.
HSL color Cylindrical-coordinate representation of color #98145F: hue angle of 325.91º 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 #98145F is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 20 | 95 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.40 |
| HSL | 325.91º | 0.77% | 0.34% | - |
| HSV(B) | 325.91º | 0.87% | 0.6% | - |
| XYZ | 15.26 | 8 | 11.57 | - |
| YUV | 68.02 | 143.23 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 20 | 95 | 0 | 0.87 | 0.38 | 0.40 | 325.91 | 0.77 | 0.34 |
| Hex | 98 | 14 | 5F | 0 | 57 | 26 | 28 | 146 | 4D | 22 |
| Octal | 230 | 24 | 137 | 0 | 127 | 46 | 50 | 506 | 115 | 42 |
| Binary | 10011000 | 10100 | 1011111 | 0 | 1010111 | 100110 | 101000 | 101000110 | 1001101 | 100010 |
Color Harmonies of #98145F
Complementary color
Monochromatic Colors of #98145F
Black with #98145F
Text Example
Text Example
White with #98145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98145F; }
p { color: rgb(152,20,95); }
H1.HeaderClassName
{
color: #98145F;
}
.AnyTagClassName
{
color: #98145F;
}
</style>
background-color css
<style>
a { background-color: #98145F; }
a { background-color: rgb(152,20,95); }
div.DivClassName
{
background-color: #98145F;
}
.BgClassName
{
background-color: #98145F;
}
</style>
border-color css
<style>
span { border-color: #98145F; }
span { border-color: rgb(152,20,95); }
td.TdClassName
{
border-color: #98145F;
}
.TagClassName
{
border-color: #98145F;
}
</style>