Shades of Jazzberry Jam #98145B
Tints of Jazzberry Jam #98145B
RGB
CMYK
RGB Variations
Color information
#98145B (or 0x98145B) is known color: Jazzberry Jam. HEX triplet: 98, 14 and 5B. RGB value is (152,20,91). Sum of RGB (Red+Green+Blue) = 152+20+91=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #98145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98145B is #67EBA4. Grayscale: #434343. Windows color (decimal): -6810533 or 5969048. OLE color: 5969048.
HSL color Cylindrical-coordinate representation of color #98145B: hue angle of 327.73º 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 #98145B is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 20 | 91 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.40 |
| HSL | 327.73º | 0.77% | 0.34% | - |
| HSV(B) | 327.73º | 0.87% | 0.6% | - |
| XYZ | 15.09 | 7.93 | 10.63 | - |
| YUV | 67.56 | 141.23 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 20 | 91 | 0 | 0.87 | 0.40 | 0.40 | 327.73 | 0.77 | 0.34 |
| Hex | 98 | 14 | 5B | 0 | 57 | 28 | 28 | 148 | 4D | 22 |
| Octal | 230 | 24 | 133 | 0 | 127 | 50 | 50 | 510 | 115 | 42 |
| Binary | 10011000 | 10100 | 1011011 | 0 | 1010111 | 101000 | 101000 | 101001000 | 1001101 | 100010 |
Color Harmonies of #98145B
Complementary color
Monochromatic Colors of #98145B
Black with #98145B
Text Example
Text Example
White with #98145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98145B; }
p { color: rgb(152,20,91); }
H1.HeaderClassName
{
color: #98145B;
}
.AnyTagClassName
{
color: #98145B;
}
</style>
background-color css
<style>
a { background-color: #98145B; }
a { background-color: rgb(152,20,91); }
div.DivClassName
{
background-color: #98145B;
}
.BgClassName
{
background-color: #98145B;
}
</style>
border-color css
<style>
span { border-color: #98145B; }
span { border-color: rgb(152,20,91); }
td.TdClassName
{
border-color: #98145B;
}
.TagClassName
{
border-color: #98145B;
}
</style>