Shades of Jazzberry Jam #960557
Tints of Jazzberry Jam #960557
RGB
CMYK
RGB Variations
Color information
#960557 (or 0x960557) is known color: Jazzberry Jam. HEX triplet: 96, 05 and 57. RGB value is (150,5,87). Sum of RGB (Red+Green+Blue) = 150+5+87=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #960557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960557 is #69FAA8. Grayscale: #393939. Windows color (decimal): -6945449 or 5703062. OLE color: 5703062.
HSL color Cylindrical-coordinate representation of color #960557: hue angle of 326.07º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #960557 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 5 | 87 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.41 |
| HSL | 326.07º | 0.94% | 0.3% | - |
| HSV(B) | 326.07º | 0.97% | 0.59% | - |
| XYZ | 14.35 | 7.28 | 9.67 | - |
| YUV | 57.7 | 144.54 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 5 | 87 | 0 | 0.97 | 0.42 | 0.41 | 326.07 | 0.94 | 0.3 |
| Hex | 96 | 5 | 57 | 0 | 61 | 2A | 29 | 146 | 5E | 1E |
| Octal | 226 | 5 | 127 | 0 | 141 | 52 | 51 | 506 | 136 | 36 |
| Binary | 10010110 | 101 | 1010111 | 0 | 1100001 | 101010 | 101001 | 101000110 | 1011110 | 11110 |
Color Harmonies of #960557
Complementary color
Monochromatic Colors of #960557
Black with #960557
Text Example
Text Example
White with #960557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960557; }
p { color: rgb(150,5,87); }
H1.HeaderClassName
{
color: #960557;
}
.AnyTagClassName
{
color: #960557;
}
</style>
background-color css
<style>
a { background-color: #960557; }
a { background-color: rgb(150,5,87); }
div.DivClassName
{
background-color: #960557;
}
.BgClassName
{
background-color: #960557;
}
</style>
border-color css
<style>
span { border-color: #960557; }
span { border-color: rgb(150,5,87); }
td.TdClassName
{
border-color: #960557;
}
.TagClassName
{
border-color: #960557;
}
</style>