Shades of Jazzberry Jam #960353
Tints of Jazzberry Jam #960353
RGB
CMYK
RGB Variations
Color information
#960353 (or 0x960353) is known color: Jazzberry Jam. HEX triplet: 96, 03 and 53. RGB value is (150,3,83). Sum of RGB (Red+Green+Blue) = 150+3+83=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #960353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960353 is #69FCAC. Grayscale: #373737. Windows color (decimal): -6945965 or 5440406. OLE color: 5440406.
HSL color Cylindrical-coordinate representation of color #960353: hue angle of 327.35º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #960353 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 3 | 83 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.41 |
| HSL | 327.35º | 0.96% | 0.3% | - |
| HSV(B) | 327.35º | 0.98% | 0.59% | - |
| XYZ | 14.17 | 7.17 | 8.82 | - |
| YUV | 56.07 | 143.2 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 83 | 0 | 0.98 | 0.45 | 0.41 | 327.35 | 0.96 | 0.3 |
| Hex | 96 | 3 | 53 | 0 | 62 | 2D | 29 | 147 | 60 | 1E |
| Octal | 226 | 3 | 123 | 0 | 142 | 55 | 51 | 507 | 140 | 36 |
| Binary | 10010110 | 11 | 1010011 | 0 | 1100010 | 101101 | 101001 | 101000111 | 1100000 | 11110 |
Color Harmonies of #960353
Complementary color
Monochromatic Colors of #960353
Black with #960353
Text Example
Text Example
White with #960353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960353; }
p { color: rgb(150,3,83); }
H1.HeaderClassName
{
color: #960353;
}
.AnyTagClassName
{
color: #960353;
}
</style>
background-color css
<style>
a { background-color: #960353; }
a { background-color: rgb(150,3,83); }
div.DivClassName
{
background-color: #960353;
}
.BgClassName
{
background-color: #960353;
}
</style>
border-color css
<style>
span { border-color: #960353; }
span { border-color: rgb(150,3,83); }
td.TdClassName
{
border-color: #960353;
}
.TagClassName
{
border-color: #960353;
}
</style>