Shades of Jazzberry Jam #98135A
Tints of Jazzberry Jam #98135A
RGB
CMYK
RGB Variations
Color information
#98135A (or 0x98135A) is known color: Jazzberry Jam. HEX triplet: 98, 13 and 5A. RGB value is (152,19,90). Sum of RGB (Red+Green+Blue) = 152+19+90=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #98135A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98135A is #67ECA5. Grayscale: #424242. Windows color (decimal): -6810790 or 5903256. OLE color: 5903256.
HSL color Cylindrical-coordinate representation of color #98135A: hue angle of 327.97º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98135A is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 90 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.40 |
| HSL | 327.97º | 0.78% | 0.34% | - |
| HSV(B) | 327.97º | 0.88% | 0.6% | - |
| XYZ | 15.03 | 7.88 | 10.4 | - |
| YUV | 66.86 | 141.06 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 90 | 0 | 0.87 | 0.41 | 0.40 | 327.97 | 0.78 | 0.34 |
| Hex | 98 | 13 | 5A | 0 | 57 | 29 | 28 | 148 | 4E | 22 |
| Octal | 230 | 23 | 132 | 0 | 127 | 51 | 50 | 510 | 116 | 42 |
| Binary | 10011000 | 10011 | 1011010 | 0 | 1010111 | 101001 | 101000 | 101001000 | 1001110 | 100010 |
Color Harmonies of #98135A
Complementary color
Monochromatic Colors of #98135A
Black with #98135A
Text Example
Text Example
White with #98135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98135A; }
p { color: rgb(152,19,90); }
H1.HeaderClassName
{
color: #98135A;
}
.AnyTagClassName
{
color: #98135A;
}
</style>
background-color css
<style>
a { background-color: #98135A; }
a { background-color: rgb(152,19,90); }
div.DivClassName
{
background-color: #98135A;
}
.BgClassName
{
background-color: #98135A;
}
</style>
border-color css
<style>
span { border-color: #98135A; }
span { border-color: rgb(152,19,90); }
td.TdClassName
{
border-color: #98135A;
}
.TagClassName
{
border-color: #98135A;
}
</style>