Shades of Jazzberry Jam #960143
Tints of Jazzberry Jam #960143
RGB
CMYK
RGB Variations
Color information
#960143 (or 0x960143) is known color: Jazzberry Jam. HEX triplet: 96, 01 and 43. RGB value is (150,1,67). Sum of RGB (Red+Green+Blue) = 150+1+67=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #960143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960143 is #69FEBC. Grayscale: #343434. Windows color (decimal): -6946493 or 4391318. OLE color: 4391318.
HSL color Cylindrical-coordinate representation of color #960143: hue angle of 333.42º 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 #960143 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 67 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.41 |
| HSL | 333.42º | 0.99% | 0.3% | - |
| HSV(B) | 333.42º | 0.99% | 0.59% | - |
| XYZ | 13.6 | 6.91 | 5.93 | - |
| YUV | 53.08 | 135.86 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 67 | 0 | 0.99 | 0.55 | 0.41 | 333.42 | 0.99 | 0.3 |
| Hex | 96 | 1 | 43 | 0 | 63 | 37 | 29 | 14D | 63 | 1E |
| Octal | 226 | 1 | 103 | 0 | 143 | 67 | 51 | 515 | 143 | 36 |
| Binary | 10010110 | 1 | 1000011 | 0 | 1100011 | 110111 | 101001 | 101001101 | 1100011 | 11110 |
Color Harmonies of #960143
Complementary color
Monochromatic Colors of #960143
Black with #960143
Text Example
Text Example
White with #960143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960143; }
p { color: rgb(150,1,67); }
H1.HeaderClassName
{
color: #960143;
}
.AnyTagClassName
{
color: #960143;
}
</style>
background-color css
<style>
a { background-color: #960143; }
a { background-color: rgb(150,1,67); }
div.DivClassName
{
background-color: #960143;
}
.BgClassName
{
background-color: #960143;
}
</style>
border-color css
<style>
span { border-color: #960143; }
span { border-color: rgb(150,1,67); }
td.TdClassName
{
border-color: #960143;
}
.TagClassName
{
border-color: #960143;
}
</style>