Shades of Jazzberry Jam #960655
Tints of Jazzberry Jam #960655
RGB
CMYK
RGB Variations
Color information
#960655 (or 0x960655) is known color: Jazzberry Jam. HEX triplet: 96, 06 and 55. RGB value is (150,6,85). Sum of RGB (Red+Green+Blue) = 150+6+85=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #960655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960655 is #69F9AA. Grayscale: #393939. Windows color (decimal): -6945195 or 5572246. OLE color: 5572246.
HSL color Cylindrical-coordinate representation of color #960655: hue angle of 327.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 #960655 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 6 | 85 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.41 |
| HSL | 327.08º | 0.92% | 0.31% | - |
| HSV(B) | 327.08º | 0.96% | 0.59% | - |
| XYZ | 14.28 | 7.27 | 9.24 | - |
| YUV | 58.06 | 143.21 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 6 | 85 | 0 | 0.96 | 0.43 | 0.41 | 327.08 | 0.92 | 0.31 |
| Hex | 96 | 6 | 55 | 0 | 60 | 2B | 29 | 147 | 5C | 1F |
| Octal | 226 | 6 | 125 | 0 | 140 | 53 | 51 | 507 | 134 | 37 |
| Binary | 10010110 | 110 | 1010101 | 0 | 1100000 | 101011 | 101001 | 101000111 | 1011100 | 11111 |
Color Harmonies of #960655
Complementary color
Monochromatic Colors of #960655
Black with #960655
Text Example
Text Example
White with #960655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960655; }
p { color: rgb(150,6,85); }
H1.HeaderClassName
{
color: #960655;
}
.AnyTagClassName
{
color: #960655;
}
</style>
background-color css
<style>
a { background-color: #960655; }
a { background-color: rgb(150,6,85); }
div.DivClassName
{
background-color: #960655;
}
.BgClassName
{
background-color: #960655;
}
</style>
border-color css
<style>
span { border-color: #960655; }
span { border-color: rgb(150,6,85); }
td.TdClassName
{
border-color: #960655;
}
.TagClassName
{
border-color: #960655;
}
</style>