Shades of Jazzberry Jam #960755
Tints of Jazzberry Jam #960755
RGB
CMYK
RGB Variations
Color information
#960755 (or 0x960755) is known color: Jazzberry Jam. HEX triplet: 96, 07 and 55. RGB value is (150,7,85). Sum of RGB (Red+Green+Blue) = 150+7+85=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #960755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960755 is #69F8AA. Grayscale: #3A3A3A. Windows color (decimal): -6944939 or 5572502. OLE color: 5572502.
HSL color Cylindrical-coordinate representation of color #960755: hue angle of 327.27º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960755 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 7 | 85 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.41 |
| HSL | 327.27º | 0.91% | 0.31% | - |
| HSV(B) | 327.27º | 0.95% | 0.59% | - |
| XYZ | 14.29 | 7.29 | 9.25 | - |
| YUV | 58.65 | 142.88 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 7 | 85 | 0 | 0.95 | 0.43 | 0.41 | 327.27 | 0.91 | 0.31 |
| Hex | 96 | 7 | 55 | 0 | 5F | 2B | 29 | 147 | 5B | 1F |
| Octal | 226 | 7 | 125 | 0 | 137 | 53 | 51 | 507 | 133 | 37 |
| Binary | 10010110 | 111 | 1010101 | 0 | 1011111 | 101011 | 101001 | 101000111 | 1011011 | 11111 |
Color Harmonies of #960755
Complementary color
Monochromatic Colors of #960755
Black with #960755
Text Example
Text Example
White with #960755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960755; }
p { color: rgb(150,7,85); }
H1.HeaderClassName
{
color: #960755;
}
.AnyTagClassName
{
color: #960755;
}
</style>
background-color css
<style>
a { background-color: #960755; }
a { background-color: rgb(150,7,85); }
div.DivClassName
{
background-color: #960755;
}
.BgClassName
{
background-color: #960755;
}
</style>
border-color css
<style>
span { border-color: #960755; }
span { border-color: rgb(150,7,85); }
td.TdClassName
{
border-color: #960755;
}
.TagClassName
{
border-color: #960755;
}
</style>