Shades of Jazzberry Jam #981968
Tints of Jazzberry Jam #981968
RGB
CMYK
RGB Variations
Color information
#981968 (or 0x981968) is known color: Jazzberry Jam. HEX triplet: 98, 19 and 68. RGB value is (152,25,104). Sum of RGB (Red+Green+Blue) = 152+25+104=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #981968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981968 is #67E697. Grayscale: #474747. Windows color (decimal): -6809240 or 6822296. OLE color: 6822296.
HSL color Cylindrical-coordinate representation of color #981968: hue angle of 322.68º degrees, saturation: 0.72, 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 #981968 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 25 | 104 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.40 |
| HSL | 322.68º | 0.72% | 0.35% | - |
| HSV(B) | 322.68º | 0.84% | 0.6% | - |
| XYZ | 15.8 | 8.37 | 13.88 | - |
| YUV | 71.98 | 146.08 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 25 | 104 | 0 | 0.84 | 0.32 | 0.40 | 322.68 | 0.72 | 0.35 |
| Hex | 98 | 19 | 68 | 0 | 54 | 20 | 28 | 143 | 48 | 23 |
| Octal | 230 | 31 | 150 | 0 | 124 | 40 | 50 | 503 | 110 | 43 |
| Binary | 10011000 | 11001 | 1101000 | 0 | 1010100 | 100000 | 101000 | 101000011 | 1001000 | 100011 |
Color Harmonies of #981968
Complementary color
Monochromatic Colors of #981968
Black with #981968
Text Example
Text Example
White with #981968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981968; }
p { color: rgb(152,25,104); }
H1.HeaderClassName
{
color: #981968;
}
.AnyTagClassName
{
color: #981968;
}
</style>
background-color css
<style>
a { background-color: #981968; }
a { background-color: rgb(152,25,104); }
div.DivClassName
{
background-color: #981968;
}
.BgClassName
{
background-color: #981968;
}
</style>
border-color css
<style>
span { border-color: #981968; }
span { border-color: rgb(152,25,104); }
td.TdClassName
{
border-color: #981968;
}
.TagClassName
{
border-color: #981968;
}
</style>