Shades of Jazzberry Jam #960753
Tints of Jazzberry Jam #960753
RGB
CMYK
RGB Variations
Color information
#960753 (or 0x960753) is known color: Jazzberry Jam. HEX triplet: 96, 07 and 53. RGB value is (150,7,83). Sum of RGB (Red+Green+Blue) = 150+7+83=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #960753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960753 is #69F8AC. Grayscale: #3A3A3A. Windows color (decimal): -6944941 or 5441430. OLE color: 5441430.
HSL color Cylindrical-coordinate representation of color #960753: hue angle of 328.11º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960753 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 7 | 83 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.41 |
| HSL | 328.11º | 0.91% | 0.31% | - |
| HSV(B) | 328.11º | 0.95% | 0.59% | - |
| XYZ | 14.21 | 7.26 | 8.84 | - |
| YUV | 58.42 | 141.88 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 7 | 83 | 0 | 0.95 | 0.45 | 0.41 | 328.11 | 0.91 | 0.31 |
| Hex | 96 | 7 | 53 | 0 | 5F | 2D | 29 | 148 | 5B | 1F |
| Octal | 226 | 7 | 123 | 0 | 137 | 55 | 51 | 510 | 133 | 37 |
| Binary | 10010110 | 111 | 1010011 | 0 | 1011111 | 101101 | 101001 | 101001000 | 1011011 | 11111 |
Color Harmonies of #960753
Complementary color
Monochromatic Colors of #960753
Black with #960753
Text Example
Text Example
White with #960753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960753; }
p { color: rgb(150,7,83); }
H1.HeaderClassName
{
color: #960753;
}
.AnyTagClassName
{
color: #960753;
}
</style>
background-color css
<style>
a { background-color: #960753; }
a { background-color: rgb(150,7,83); }
div.DivClassName
{
background-color: #960753;
}
.BgClassName
{
background-color: #960753;
}
</style>
border-color css
<style>
span { border-color: #960753; }
span { border-color: rgb(150,7,83); }
td.TdClassName
{
border-color: #960753;
}
.TagClassName
{
border-color: #960753;
}
</style>