Shades of Jazzberry Jam #960153
Tints of Jazzberry Jam #960153
RGB
CMYK
RGB Variations
Color information
#960153 (or 0x960153) is known color: Jazzberry Jam. HEX triplet: 96, 01 and 53. RGB value is (150,1,83). Sum of RGB (Red+Green+Blue) = 150+1+83=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #960153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960153 is #69FEAC. Grayscale: #363636. Windows color (decimal): -6946477 or 5439894. OLE color: 5439894.
HSL color Cylindrical-coordinate representation of color #960153: hue angle of 326.98º 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 #960153 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.41 |
| HSL | 326.98º | 0.99% | 0.3% | - |
| HSV(B) | 326.98º | 0.99% | 0.59% | - |
| XYZ | 14.15 | 7.13 | 8.81 | - |
| YUV | 54.9 | 143.86 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 83 | 0 | 0.99 | 0.45 | 0.41 | 326.98 | 0.99 | 0.3 |
| Hex | 96 | 1 | 53 | 0 | 63 | 2D | 29 | 147 | 63 | 1E |
| Octal | 226 | 1 | 123 | 0 | 143 | 55 | 51 | 507 | 143 | 36 |
| Binary | 10010110 | 1 | 1010011 | 0 | 1100011 | 101101 | 101001 | 101000111 | 1100011 | 11110 |
Color Harmonies of #960153
Complementary color
Monochromatic Colors of #960153
Black with #960153
Text Example
Text Example
White with #960153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960153; }
p { color: rgb(150,1,83); }
H1.HeaderClassName
{
color: #960153;
}
.AnyTagClassName
{
color: #960153;
}
</style>
background-color css
<style>
a { background-color: #960153; }
a { background-color: rgb(150,1,83); }
div.DivClassName
{
background-color: #960153;
}
.BgClassName
{
background-color: #960153;
}
</style>
border-color css
<style>
span { border-color: #960153; }
span { border-color: rgb(150,1,83); }
td.TdClassName
{
border-color: #960153;
}
.TagClassName
{
border-color: #960153;
}
</style>