Shades of Jazzberry Jam #981361
Tints of Jazzberry Jam #981361
RGB
CMYK
RGB Variations
Color information
#981361 (or 0x981361) is known color: Jazzberry Jam. HEX triplet: 98, 13 and 61. RGB value is (152,19,97). Sum of RGB (Red+Green+Blue) = 152+19+97=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #981361 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981361 is #67EC9E. Grayscale: #434343. Windows color (decimal): -6810783 or 6362008. OLE color: 6362008.
HSL color Cylindrical-coordinate representation of color #981361: hue angle of 324.81º 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 #981361 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 97 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.40 |
| HSL | 324.81º | 0.78% | 0.34% | - |
| HSV(B) | 324.81º | 0.88% | 0.6% | - |
| XYZ | 15.34 | 8 | 12.05 | - |
| YUV | 67.66 | 144.56 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 97 | 0 | 0.87 | 0.36 | 0.40 | 324.81 | 0.78 | 0.34 |
| Hex | 98 | 13 | 61 | 0 | 57 | 24 | 28 | 145 | 4E | 22 |
| Octal | 230 | 23 | 141 | 0 | 127 | 44 | 50 | 505 | 116 | 42 |
| Binary | 10011000 | 10011 | 1100001 | 0 | 1010111 | 100100 | 101000 | 101000101 | 1001110 | 100010 |
Color Harmonies of #981361
Complementary color
Monochromatic Colors of #981361
Black with #981361
Text Example
Text Example
White with #981361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981361; }
p { color: rgb(152,19,97); }
H1.HeaderClassName
{
color: #981361;
}
.AnyTagClassName
{
color: #981361;
}
</style>
background-color css
<style>
a { background-color: #981361; }
a { background-color: rgb(152,19,97); }
div.DivClassName
{
background-color: #981361;
}
.BgClassName
{
background-color: #981361;
}
</style>
border-color css
<style>
span { border-color: #981361; }
span { border-color: rgb(152,19,97); }
td.TdClassName
{
border-color: #981361;
}
.TagClassName
{
border-color: #981361;
}
</style>