Shades of Jazzberry Jam #981565
Tints of Jazzberry Jam #981565
RGB
CMYK
RGB Variations
Color information
#981565 (or 0x981565) is known color: Jazzberry Jam. HEX triplet: 98, 15 and 65. RGB value is (152,21,101). Sum of RGB (Red+Green+Blue) = 152+21+101=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #981565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981565 is #67EA9A. Grayscale: #454545. Windows color (decimal): -6810267 or 6624664. OLE color: 6624664.
HSL color Cylindrical-coordinate representation of color #981565: hue angle of 323.36º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981565 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 21 | 101 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.40 |
| HSL | 323.36º | 0.76% | 0.34% | - |
| HSV(B) | 323.36º | 0.86% | 0.6% | - |
| XYZ | 15.57 | 8.15 | 13.06 | - |
| YUV | 69.29 | 145.9 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 21 | 101 | 0 | 0.86 | 0.34 | 0.40 | 323.36 | 0.76 | 0.34 |
| Hex | 98 | 15 | 65 | 0 | 56 | 22 | 28 | 143 | 4C | 22 |
| Octal | 230 | 25 | 145 | 0 | 126 | 42 | 50 | 503 | 114 | 42 |
| Binary | 10011000 | 10101 | 1100101 | 0 | 1010110 | 100010 | 101000 | 101000011 | 1001100 | 100010 |
Color Harmonies of #981565
Complementary color
Monochromatic Colors of #981565
Black with #981565
Text Example
Text Example
White with #981565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981565; }
p { color: rgb(152,21,101); }
H1.HeaderClassName
{
color: #981565;
}
.AnyTagClassName
{
color: #981565;
}
</style>
background-color css
<style>
a { background-color: #981565; }
a { background-color: rgb(152,21,101); }
div.DivClassName
{
background-color: #981565;
}
.BgClassName
{
background-color: #981565;
}
</style>
border-color css
<style>
span { border-color: #981565; }
span { border-color: rgb(152,21,101); }
td.TdClassName
{
border-color: #981565;
}
.TagClassName
{
border-color: #981565;
}
</style>