Shades of Jazzberry Jam #96175C
Tints of Jazzberry Jam #96175C
RGB
CMYK
RGB Variations
Color information
#96175C (or 0x96175C) is known color: Jazzberry Jam. HEX triplet: 96, 17 and 5C. RGB value is (150,23,92). Sum of RGB (Red+Green+Blue) = 150+23+92=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #96175C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96175C is #69E8A3. Grayscale: #444444. Windows color (decimal): -6940836 or 6035350. OLE color: 6035350.
HSL color Cylindrical-coordinate representation of color #96175C: hue angle of 327.4º degrees, saturation: 0.73, 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 #96175C is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 23 | 92 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.41 |
| HSL | 327.4º | 0.73% | 0.34% | - |
| HSV(B) | 327.4º | 0.85% | 0.59% | - |
| XYZ | 14.82 | 7.87 | 10.86 | - |
| YUV | 68.84 | 141.08 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 23 | 92 | 0 | 0.85 | 0.39 | 0.41 | 327.4 | 0.73 | 0.34 |
| Hex | 96 | 17 | 5C | 0 | 55 | 27 | 29 | 147 | 49 | 22 |
| Octal | 226 | 27 | 134 | 0 | 125 | 47 | 51 | 507 | 111 | 42 |
| Binary | 10010110 | 10111 | 1011100 | 0 | 1010101 | 100111 | 101001 | 101000111 | 1001001 | 100010 |
Color Harmonies of #96175C
Complementary color
Monochromatic Colors of #96175C
Black with #96175C
Text Example
Text Example
White with #96175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96175C; }
p { color: rgb(150,23,92); }
H1.HeaderClassName
{
color: #96175C;
}
.AnyTagClassName
{
color: #96175C;
}
</style>
background-color css
<style>
a { background-color: #96175C; }
a { background-color: rgb(150,23,92); }
div.DivClassName
{
background-color: #96175C;
}
.BgClassName
{
background-color: #96175C;
}
</style>
border-color css
<style>
span { border-color: #96175C; }
span { border-color: rgb(150,23,92); }
td.TdClassName
{
border-color: #96175C;
}
.TagClassName
{
border-color: #96175C;
}
</style>