Shades of Jazzberry Jam #970144
Tints of Jazzberry Jam #970144
RGB
CMYK
RGB Variations
Color information
#970144 (or 0x970144) is known color: Jazzberry Jam. HEX triplet: 97, 01 and 44. RGB value is (151,1,68). Sum of RGB (Red+Green+Blue) = 151+1+68=220 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.64% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 151 - color contains mainly: red. Hex color #970144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970144 is #68FEBB. Grayscale: #353535. Windows color (decimal): -6880956 or 4456855. OLE color: 4456855.
HSL color Cylindrical-coordinate representation of color #970144: hue angle of 333.2º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970144 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 1 | 68 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.41 |
| HSL | 333.2º | 0.99% | 0.3% | - |
| HSV(B) | 333.2º | 0.99% | 0.59% | - |
| XYZ | 13.82 | 7.02 | 6.1 | - |
| YUV | 53.49 | 136.2 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 1 | 68 | 0 | 0.99 | 0.55 | 0.41 | 333.2 | 0.99 | 0.3 |
| Hex | 97 | 1 | 44 | 0 | 63 | 37 | 29 | 14D | 63 | 1E |
| Octal | 227 | 1 | 104 | 0 | 143 | 67 | 51 | 515 | 143 | 36 |
| Binary | 10010111 | 1 | 1000100 | 0 | 1100011 | 110111 | 101001 | 101001101 | 1100011 | 11110 |
Color Harmonies of #970144
Complementary color
Monochromatic Colors of #970144
Black with #970144
Text Example
Text Example
White with #970144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970144; }
p { color: rgb(151,1,68); }
H1.HeaderClassName
{
color: #970144;
}
.AnyTagClassName
{
color: #970144;
}
</style>
background-color css
<style>
a { background-color: #970144; }
a { background-color: rgb(151,1,68); }
div.DivClassName
{
background-color: #970144;
}
.BgClassName
{
background-color: #970144;
}
</style>
border-color css
<style>
span { border-color: #970144; }
span { border-color: rgb(151,1,68); }
td.TdClassName
{
border-color: #970144;
}
.TagClassName
{
border-color: #970144;
}
</style>