Shades of Jazzberry Jam #960141
Tints of Jazzberry Jam #960141
RGB
CMYK
RGB Variations
Color information
#960141 (or 0x960141) is known color: Jazzberry Jam. HEX triplet: 96, 01 and 41. RGB value is (150,1,65). Sum of RGB (Red+Green+Blue) = 150+1+65=216 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.44% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 150 - color contains mainly: red. Hex color #960141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960141 is #69FEBE. Grayscale: #343434. Windows color (decimal): -6946495 or 4260246. OLE color: 4260246.
HSL color Cylindrical-coordinate representation of color #960141: hue angle of 334.23º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960141 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 65 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.41 |
| HSL | 334.23º | 0.99% | 0.3% | - |
| HSV(B) | 334.23º | 0.99% | 0.59% | - |
| XYZ | 13.54 | 6.89 | 5.62 | - |
| YUV | 52.85 | 134.86 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 65 | 0 | 0.99 | 0.57 | 0.41 | 334.23 | 0.99 | 0.3 |
| Hex | 96 | 1 | 41 | 0 | 63 | 39 | 29 | 14E | 63 | 1E |
| Octal | 226 | 1 | 101 | 0 | 143 | 71 | 51 | 516 | 143 | 36 |
| Binary | 10010110 | 1 | 1000001 | 0 | 1100011 | 111001 | 101001 | 101001110 | 1100011 | 11110 |
Color Harmonies of #960141
Complementary color
Monochromatic Colors of #960141
Black with #960141
Text Example
Text Example
White with #960141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960141; }
p { color: rgb(150,1,65); }
H1.HeaderClassName
{
color: #960141;
}
.AnyTagClassName
{
color: #960141;
}
</style>
background-color css
<style>
a { background-color: #960141; }
a { background-color: rgb(150,1,65); }
div.DivClassName
{
background-color: #960141;
}
.BgClassName
{
background-color: #960141;
}
</style>
border-color css
<style>
span { border-color: #960141; }
span { border-color: rgb(150,1,65); }
td.TdClassName
{
border-color: #960141;
}
.TagClassName
{
border-color: #960141;
}
</style>