Shades of Jazzberry Jam #961256
Tints of Jazzberry Jam #961256
RGB
CMYK
RGB Variations
Color information
#961256 (or 0x961256) is known color: Jazzberry Jam. HEX triplet: 96, 12 and 56. RGB value is (150,18,86). Sum of RGB (Red+Green+Blue) = 150+18+86=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #961256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961256 is #69EDA9. Grayscale: #414141. Windows color (decimal): -6942122 or 5640854. OLE color: 5640854.
HSL color Cylindrical-coordinate representation of color #961256: hue angle of 329.09º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961256 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 18 | 86 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.41 |
| HSL | 329.09º | 0.79% | 0.33% | - |
| HSV(B) | 329.09º | 0.88% | 0.59% | - |
| XYZ | 14.47 | 7.59 | 9.51 | - |
| YUV | 65.22 | 139.73 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 86 | 0 | 0.88 | 0.43 | 0.41 | 329.09 | 0.79 | 0.33 |
| Hex | 96 | 12 | 56 | 0 | 58 | 2B | 29 | 149 | 4F | 21 |
| Octal | 226 | 22 | 126 | 0 | 130 | 53 | 51 | 511 | 117 | 41 |
| Binary | 10010110 | 10010 | 1010110 | 0 | 1011000 | 101011 | 101001 | 101001001 | 1001111 | 100001 |
Color Harmonies of #961256
Complementary color
Monochromatic Colors of #961256
Black with #961256
Text Example
Text Example
White with #961256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961256; }
p { color: rgb(150,18,86); }
H1.HeaderClassName
{
color: #961256;
}
.AnyTagClassName
{
color: #961256;
}
</style>
background-color css
<style>
a { background-color: #961256; }
a { background-color: rgb(150,18,86); }
div.DivClassName
{
background-color: #961256;
}
.BgClassName
{
background-color: #961256;
}
</style>
border-color css
<style>
span { border-color: #961256; }
span { border-color: rgb(150,18,86); }
td.TdClassName
{
border-color: #961256;
}
.TagClassName
{
border-color: #961256;
}
</style>