Shades of Jazzberry Jam #961155
Tints of Jazzberry Jam #961155
RGB
CMYK
RGB Variations
Color information
#961155 (or 0x961155) is known color: Jazzberry Jam. HEX triplet: 96, 11 and 55. RGB value is (150,17,85). Sum of RGB (Red+Green+Blue) = 150+17+85=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #961155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961155 is #69EEAA. Grayscale: #404040. Windows color (decimal): -6942379 or 5575062. OLE color: 5575062.
HSL color Cylindrical-coordinate representation of color #961155: hue angle of 329.32º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961155 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 17 | 85 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.41 |
| HSL | 329.32º | 0.8% | 0.33% | - |
| HSV(B) | 329.32º | 0.89% | 0.59% | - |
| XYZ | 14.42 | 7.54 | 9.29 | - |
| YUV | 64.52 | 139.56 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 85 | 0 | 0.89 | 0.43 | 0.41 | 329.32 | 0.8 | 0.33 |
| Hex | 96 | 11 | 55 | 0 | 59 | 2B | 29 | 149 | 50 | 21 |
| Octal | 226 | 21 | 125 | 0 | 131 | 53 | 51 | 511 | 120 | 41 |
| Binary | 10010110 | 10001 | 1010101 | 0 | 1011001 | 101011 | 101001 | 101001001 | 1010000 | 100001 |
Color Harmonies of #961155
Complementary color
Monochromatic Colors of #961155
Black with #961155
Text Example
Text Example
White with #961155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961155; }
p { color: rgb(150,17,85); }
H1.HeaderClassName
{
color: #961155;
}
.AnyTagClassName
{
color: #961155;
}
</style>
background-color css
<style>
a { background-color: #961155; }
a { background-color: rgb(150,17,85); }
div.DivClassName
{
background-color: #961155;
}
.BgClassName
{
background-color: #961155;
}
</style>
border-color css
<style>
span { border-color: #961155; }
span { border-color: rgb(150,17,85); }
td.TdClassName
{
border-color: #961155;
}
.TagClassName
{
border-color: #961155;
}
</style>