Shades of Jazzberry Jam #97145C
Tints of Jazzberry Jam #97145C
RGB
CMYK
RGB Variations
Color information
#97145C (or 0x97145C) is known color: Jazzberry Jam. HEX triplet: 97, 14 and 5C. RGB value is (151,20,92). Sum of RGB (Red+Green+Blue) = 151+20+92=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #97145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97145C is #68EBA3. Grayscale: #434343. Windows color (decimal): -6876068 or 6034583. OLE color: 6034583.
HSL color Cylindrical-coordinate representation of color #97145C: hue angle of 327.02º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #97145C is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 20 | 92 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.41 |
| HSL | 327.02º | 0.77% | 0.34% | - |
| HSV(B) | 327.02º | 0.87% | 0.59% | - |
| XYZ | 14.94 | 7.85 | 10.85 | - |
| YUV | 67.38 | 141.9 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 20 | 92 | 0 | 0.87 | 0.39 | 0.41 | 327.02 | 0.77 | 0.34 |
| Hex | 97 | 14 | 5C | 0 | 57 | 27 | 29 | 147 | 4D | 22 |
| Octal | 227 | 24 | 134 | 0 | 127 | 47 | 51 | 507 | 115 | 42 |
| Binary | 10010111 | 10100 | 1011100 | 0 | 1010111 | 100111 | 101001 | 101000111 | 1001101 | 100010 |
Color Harmonies of #97145C
Complementary color
Monochromatic Colors of #97145C
Black with #97145C
Text Example
Text Example
White with #97145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97145C; }
p { color: rgb(151,20,92); }
H1.HeaderClassName
{
color: #97145C;
}
.AnyTagClassName
{
color: #97145C;
}
</style>
background-color css
<style>
a { background-color: #97145C; }
a { background-color: rgb(151,20,92); }
div.DivClassName
{
background-color: #97145C;
}
.BgClassName
{
background-color: #97145C;
}
</style>
border-color css
<style>
span { border-color: #97145C; }
span { border-color: rgb(151,20,92); }
td.TdClassName
{
border-color: #97145C;
}
.TagClassName
{
border-color: #97145C;
}
</style>