Shades of Jazzberry Jam #98145D
Tints of Jazzberry Jam #98145D
RGB
CMYK
RGB Variations
Color information
#98145D (or 0x98145D) is known color: Jazzberry Jam. HEX triplet: 98, 14 and 5D. RGB value is (152,20,93). Sum of RGB (Red+Green+Blue) = 152+20+93=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #98145D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98145D is #67EBA2. Grayscale: #434343. Windows color (decimal): -6810531 or 6100120. OLE color: 6100120.
HSL color Cylindrical-coordinate representation of color #98145D: hue angle of 326.82º 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 #98145D is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 20 | 93 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.40 |
| HSL | 326.82º | 0.77% | 0.34% | - |
| HSV(B) | 326.82º | 0.87% | 0.6% | - |
| XYZ | 15.17 | 7.97 | 11.09 | - |
| YUV | 67.79 | 142.23 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 20 | 93 | 0 | 0.87 | 0.39 | 0.40 | 326.82 | 0.77 | 0.34 |
| Hex | 98 | 14 | 5D | 0 | 57 | 27 | 28 | 147 | 4D | 22 |
| Octal | 230 | 24 | 135 | 0 | 127 | 47 | 50 | 507 | 115 | 42 |
| Binary | 10011000 | 10100 | 1011101 | 0 | 1010111 | 100111 | 101000 | 101000111 | 1001101 | 100010 |
Color Harmonies of #98145D
Complementary color
Monochromatic Colors of #98145D
Black with #98145D
Text Example
Text Example
White with #98145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98145D; }
p { color: rgb(152,20,93); }
H1.HeaderClassName
{
color: #98145D;
}
.AnyTagClassName
{
color: #98145D;
}
</style>
background-color css
<style>
a { background-color: #98145D; }
a { background-color: rgb(152,20,93); }
div.DivClassName
{
background-color: #98145D;
}
.BgClassName
{
background-color: #98145D;
}
</style>
border-color css
<style>
span { border-color: #98145D; }
span { border-color: rgb(152,20,93); }
td.TdClassName
{
border-color: #98145D;
}
.TagClassName
{
border-color: #98145D;
}
</style>