Shades of Jazzberry Jam #96145C
Tints of Jazzberry Jam #96145C
RGB
CMYK
RGB Variations
Color information
#96145C (or 0x96145C) is known color: Jazzberry Jam. HEX triplet: 96, 14 and 5C. RGB value is (150,20,92). Sum of RGB (Red+Green+Blue) = 150+20+92=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #96145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96145C is #69EBA3. Grayscale: #424242. Windows color (decimal): -6941604 or 6034582. OLE color: 6034582.
HSL color Cylindrical-coordinate representation of color #96145C: hue angle of 326.77º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96145C is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 20 | 92 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.41 |
| HSL | 326.77º | 0.76% | 0.33% | - |
| HSV(B) | 326.77º | 0.87% | 0.59% | - |
| XYZ | 14.76 | 7.76 | 10.84 | - |
| YUV | 67.08 | 142.07 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 92 | 0 | 0.87 | 0.39 | 0.41 | 326.77 | 0.76 | 0.33 |
| Hex | 96 | 14 | 5C | 0 | 57 | 27 | 29 | 147 | 4C | 21 |
| Octal | 226 | 24 | 134 | 0 | 127 | 47 | 51 | 507 | 114 | 41 |
| Binary | 10010110 | 10100 | 1011100 | 0 | 1010111 | 100111 | 101001 | 101000111 | 1001100 | 100001 |
Color Harmonies of #96145C
Complementary color
Monochromatic Colors of #96145C
Black with #96145C
Text Example
Text Example
White with #96145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96145C; }
p { color: rgb(150,20,92); }
H1.HeaderClassName
{
color: #96145C;
}
.AnyTagClassName
{
color: #96145C;
}
</style>
background-color css
<style>
a { background-color: #96145C; }
a { background-color: rgb(150,20,92); }
div.DivClassName
{
background-color: #96145C;
}
.BgClassName
{
background-color: #96145C;
}
</style>
border-color css
<style>
span { border-color: #96145C; }
span { border-color: rgb(150,20,92); }
td.TdClassName
{
border-color: #96145C;
}
.TagClassName
{
border-color: #96145C;
}
</style>