Shades of Jazzberry Jam #96165E
Tints of Jazzberry Jam #96165E
RGB
CMYK
RGB Variations
Color information
#96165E (or 0x96165E) is known color: Jazzberry Jam. HEX triplet: 96, 16 and 5E. RGB value is (150,22,94). Sum of RGB (Red+Green+Blue) = 150+22+94=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #96165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96165E is #69E9A1. Grayscale: #444444. Windows color (decimal): -6941090 or 6166166. OLE color: 6166166.
HSL color Cylindrical-coordinate representation of color #96165E: hue angle of 326.25º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96165E is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 22 | 94 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.41 |
| HSL | 326.25º | 0.74% | 0.34% | - |
| HSV(B) | 326.25º | 0.85% | 0.59% | - |
| XYZ | 14.88 | 7.87 | 11.32 | - |
| YUV | 68.48 | 142.41 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 22 | 94 | 0 | 0.85 | 0.37 | 0.41 | 326.25 | 0.74 | 0.34 |
| Hex | 96 | 16 | 5E | 0 | 55 | 25 | 29 | 146 | 4A | 22 |
| Octal | 226 | 26 | 136 | 0 | 125 | 45 | 51 | 506 | 112 | 42 |
| Binary | 10010110 | 10110 | 1011110 | 0 | 1010101 | 100101 | 101001 | 101000110 | 1001010 | 100010 |
Color Harmonies of #96165E
Complementary color
Monochromatic Colors of #96165E
Black with #96165E
Text Example
Text Example
White with #96165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96165E; }
p { color: rgb(150,22,94); }
H1.HeaderClassName
{
color: #96165E;
}
.AnyTagClassName
{
color: #96165E;
}
</style>
background-color css
<style>
a { background-color: #96165E; }
a { background-color: rgb(150,22,94); }
div.DivClassName
{
background-color: #96165E;
}
.BgClassName
{
background-color: #96165E;
}
</style>
border-color css
<style>
span { border-color: #96165E; }
span { border-color: rgb(150,22,94); }
td.TdClassName
{
border-color: #96165E;
}
.TagClassName
{
border-color: #96165E;
}
</style>