Shades of Jazzberry Jam #97145F
Tints of Jazzberry Jam #97145F
RGB
CMYK
RGB Variations
Color information
#97145F (or 0x97145F) is known color: Jazzberry Jam. HEX triplet: 97, 14 and 5F. RGB value is (151,20,95). Sum of RGB (Red+Green+Blue) = 151+20+95=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #97145F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97145F is #68EBA0. Grayscale: #434343. Windows color (decimal): -6876065 or 6231191. OLE color: 6231191.
HSL color Cylindrical-coordinate representation of color #97145F: hue angle of 325.65º 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 #97145F is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 20 | 95 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.41 |
| HSL | 325.65º | 0.77% | 0.34% | - |
| HSV(B) | 325.65º | 0.87% | 0.59% | - |
| XYZ | 15.08 | 7.91 | 11.56 | - |
| YUV | 67.72 | 143.4 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 20 | 95 | 0 | 0.87 | 0.37 | 0.41 | 325.65 | 0.77 | 0.34 |
| Hex | 97 | 14 | 5F | 0 | 57 | 25 | 29 | 146 | 4D | 22 |
| Octal | 227 | 24 | 137 | 0 | 127 | 45 | 51 | 506 | 115 | 42 |
| Binary | 10010111 | 10100 | 1011111 | 0 | 1010111 | 100101 | 101001 | 101000110 | 1001101 | 100010 |
Color Harmonies of #97145F
Complementary color
Monochromatic Colors of #97145F
Black with #97145F
Text Example
Text Example
White with #97145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97145F; }
p { color: rgb(151,20,95); }
H1.HeaderClassName
{
color: #97145F;
}
.AnyTagClassName
{
color: #97145F;
}
</style>
background-color css
<style>
a { background-color: #97145F; }
a { background-color: rgb(151,20,95); }
div.DivClassName
{
background-color: #97145F;
}
.BgClassName
{
background-color: #97145F;
}
</style>
border-color css
<style>
span { border-color: #97145F; }
span { border-color: rgb(151,20,95); }
td.TdClassName
{
border-color: #97145F;
}
.TagClassName
{
border-color: #97145F;
}
</style>