Shades of Jazzberry Jam #960041
Tints of Jazzberry Jam #960041
RGB
CMYK
RGB Variations
Color information
#960041 (or 0x960041) is known color: Jazzberry Jam. HEX triplet: 96, 00 and 41. RGB value is (150,0,65). Sum of RGB (Red+Green+Blue) = 150+0+65=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #960041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960041 is #69FFBE. Grayscale: #343434. Windows color (decimal): -6946751 or 4259990. OLE color: 4259990.
HSL color Cylindrical-coordinate representation of color #960041: hue angle of 334º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960041 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 65 | - |
| CMYK | 0 | 1 | 0.57 | 0.41 |
| HSL | 334º | 1% | 0.29% | - |
| HSV(B) | 334º | 1% | 0.59% | - |
| XYZ | 13.53 | 6.87 | 5.61 | - |
| YUV | 52.26 | 135.2 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 65 | 0 | 1 | 0.57 | 0.41 | 334 | 1 | 0.29 |
| Hex | 96 | 0 | 41 | 0 | 64 | 39 | 29 | 14E | 64 | 1D |
| Octal | 226 | 0 | 101 | 0 | 144 | 71 | 51 | 516 | 144 | 35 |
| Binary | 10010110 | 0 | 1000001 | 0 | 1100100 | 111001 | 101001 | 101001110 | 1100100 | 11101 |
Color Harmonies of #960041
Complementary color
Monochromatic Colors of #960041
Black with #960041
Text Example
Text Example
White with #960041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960041; }
p { color: rgb(150,0,65); }
H1.HeaderClassName
{
color: #960041;
}
.AnyTagClassName
{
color: #960041;
}
</style>
background-color css
<style>
a { background-color: #960041; }
a { background-color: rgb(150,0,65); }
div.DivClassName
{
background-color: #960041;
}
.BgClassName
{
background-color: #960041;
}
</style>
border-color css
<style>
span { border-color: #960041; }
span { border-color: rgb(150,0,65); }
td.TdClassName
{
border-color: #960041;
}
.TagClassName
{
border-color: #960041;
}
</style>