Shades of Jazzberry Jam #961561
Tints of Jazzberry Jam #961561
RGB
CMYK
RGB Variations
Color information
#961561 (or 0x961561) is known color: Jazzberry Jam. HEX triplet: 96, 15 and 61. RGB value is (150,21,97). Sum of RGB (Red+Green+Blue) = 150+21+97=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #961561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961561 is #69EA9E. Grayscale: #444444. Windows color (decimal): -6941343 or 6362518. OLE color: 6362518.
HSL color Cylindrical-coordinate representation of color #961561: hue angle of 324.65º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961561 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 21 | 97 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.41 |
| HSL | 324.65º | 0.75% | 0.34% | - |
| HSV(B) | 324.65º | 0.86% | 0.59% | - |
| XYZ | 15 | 7.88 | 12.04 | - |
| YUV | 68.24 | 144.24 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 21 | 97 | 0 | 0.86 | 0.35 | 0.41 | 324.65 | 0.75 | 0.34 |
| Hex | 96 | 15 | 61 | 0 | 56 | 23 | 29 | 145 | 4B | 22 |
| Octal | 226 | 25 | 141 | 0 | 126 | 43 | 51 | 505 | 113 | 42 |
| Binary | 10010110 | 10101 | 1100001 | 0 | 1010110 | 100011 | 101001 | 101000101 | 1001011 | 100010 |
Color Harmonies of #961561
Complementary color
Monochromatic Colors of #961561
Black with #961561
Text Example
Text Example
White with #961561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961561; }
p { color: rgb(150,21,97); }
H1.HeaderClassName
{
color: #961561;
}
.AnyTagClassName
{
color: #961561;
}
</style>
background-color css
<style>
a { background-color: #961561; }
a { background-color: rgb(150,21,97); }
div.DivClassName
{
background-color: #961561;
}
.BgClassName
{
background-color: #961561;
}
</style>
border-color css
<style>
span { border-color: #961561; }
span { border-color: rgb(150,21,97); }
td.TdClassName
{
border-color: #961561;
}
.TagClassName
{
border-color: #961561;
}
</style>