Shades of Jazzberry Jam #97145D
Tints of Jazzberry Jam #97145D
RGB
CMYK
RGB Variations
Color information
#97145D (or 0x97145D) is known color: Jazzberry Jam. HEX triplet: 97, 14 and 5D. RGB value is (151,20,93). Sum of RGB (Red+Green+Blue) = 151+20+93=264 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.20% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 151 - color contains mainly: red. Hex color #97145D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97145D is #68EBA2. Grayscale: #434343. Windows color (decimal): -6876067 or 6100119. OLE color: 6100119.
HSL color Cylindrical-coordinate representation of color #97145D: hue angle of 326.56º 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 #97145D is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 20 | 93 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.41 |
| HSL | 326.56º | 0.77% | 0.34% | - |
| HSV(B) | 326.56º | 0.87% | 0.59% | - |
| XYZ | 14.99 | 7.87 | 11.09 | - |
| YUV | 67.49 | 142.4 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 20 | 93 | 0 | 0.87 | 0.38 | 0.41 | 326.56 | 0.77 | 0.34 |
| Hex | 97 | 14 | 5D | 0 | 57 | 26 | 29 | 147 | 4D | 22 |
| Octal | 227 | 24 | 135 | 0 | 127 | 46 | 51 | 507 | 115 | 42 |
| Binary | 10010111 | 10100 | 1011101 | 0 | 1010111 | 100110 | 101001 | 101000111 | 1001101 | 100010 |
Color Harmonies of #97145D
Complementary color
Monochromatic Colors of #97145D
Black with #97145D
Text Example
Text Example
White with #97145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97145D; }
p { color: rgb(151,20,93); }
H1.HeaderClassName
{
color: #97145D;
}
.AnyTagClassName
{
color: #97145D;
}
</style>
background-color css
<style>
a { background-color: #97145D; }
a { background-color: rgb(151,20,93); }
div.DivClassName
{
background-color: #97145D;
}
.BgClassName
{
background-color: #97145D;
}
</style>
border-color css
<style>
span { border-color: #97145D; }
span { border-color: rgb(151,20,93); }
td.TdClassName
{
border-color: #97145D;
}
.TagClassName
{
border-color: #97145D;
}
</style>