Shades of Jazzberry Jam #960649
Tints of Jazzberry Jam #960649
RGB
CMYK
RGB Variations
Color information
#960649 (or 0x960649) is known color: Jazzberry Jam. HEX triplet: 96, 06 and 49. RGB value is (150,6,73). Sum of RGB (Red+Green+Blue) = 150+6+73=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #960649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960649 is #69F9B6. Grayscale: #383838. Windows color (decimal): -6945207 or 4785814. OLE color: 4785814.
HSL color Cylindrical-coordinate representation of color #960649: hue angle of 332.08º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #960649 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 6 | 73 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.41 |
| HSL | 332.08º | 0.92% | 0.31% | - |
| HSV(B) | 332.08º | 0.96% | 0.59% | - |
| XYZ | 13.85 | 7.1 | 6.94 | - |
| YUV | 56.69 | 137.21 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 6 | 73 | 0 | 0.96 | 0.51 | 0.41 | 332.08 | 0.92 | 0.31 |
| Hex | 96 | 6 | 49 | 0 | 60 | 33 | 29 | 14C | 5C | 1F |
| Octal | 226 | 6 | 111 | 0 | 140 | 63 | 51 | 514 | 134 | 37 |
| Binary | 10010110 | 110 | 1001001 | 0 | 1100000 | 110011 | 101001 | 101001100 | 1011100 | 11111 |
Color Harmonies of #960649
Complementary color
Monochromatic Colors of #960649
Black with #960649
Text Example
Text Example
White with #960649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960649; }
p { color: rgb(150,6,73); }
H1.HeaderClassName
{
color: #960649;
}
.AnyTagClassName
{
color: #960649;
}
</style>
background-color css
<style>
a { background-color: #960649; }
a { background-color: rgb(150,6,73); }
div.DivClassName
{
background-color: #960649;
}
.BgClassName
{
background-color: #960649;
}
</style>
border-color css
<style>
span { border-color: #960649; }
span { border-color: rgb(150,6,73); }
td.TdClassName
{
border-color: #960649;
}
.TagClassName
{
border-color: #960649;
}
</style>