Shades of Jazzberry Jam #981858
Tints of Jazzberry Jam #981858
RGB
CMYK
RGB Variations
Color information
#981858 (or 0x981858) is known color: Jazzberry Jam. HEX triplet: 98, 18 and 58. RGB value is (152,24,88). Sum of RGB (Red+Green+Blue) = 152+24+88=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #981858 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981858 is #67E7A7. Grayscale: #454545. Windows color (decimal): -6809512 or 5773464. OLE color: 5773464.
HSL color Cylindrical-coordinate representation of color #981858: hue angle of 330º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981858 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 24 | 88 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.40 |
| HSL | 330º | 0.73% | 0.35% | - |
| HSV(B) | 330º | 0.84% | 0.6% | - |
| XYZ | 15.04 | 8.03 | 9.99 | - |
| YUV | 69.57 | 138.41 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 24 | 88 | 0 | 0.84 | 0.42 | 0.40 | 330 | 0.73 | 0.35 |
| Hex | 98 | 18 | 58 | 0 | 54 | 2A | 28 | 14A | 49 | 23 |
| Octal | 230 | 30 | 130 | 0 | 124 | 52 | 50 | 512 | 111 | 43 |
| Binary | 10011000 | 11000 | 1011000 | 0 | 1010100 | 101010 | 101000 | 101001010 | 1001001 | 100011 |
Color Harmonies of #981858
Complementary color
Monochromatic Colors of #981858
Black with #981858
Text Example
Text Example
White with #981858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981858; }
p { color: rgb(152,24,88); }
H1.HeaderClassName
{
color: #981858;
}
.AnyTagClassName
{
color: #981858;
}
</style>
background-color css
<style>
a { background-color: #981858; }
a { background-color: rgb(152,24,88); }
div.DivClassName
{
background-color: #981858;
}
.BgClassName
{
background-color: #981858;
}
</style>
border-color css
<style>
span { border-color: #981858; }
span { border-color: rgb(152,24,88); }
td.TdClassName
{
border-color: #981858;
}
.TagClassName
{
border-color: #981858;
}
</style>