Shades of Jazzberry Jam #970153
Tints of Jazzberry Jam #970153
RGB
CMYK
RGB Variations
Color information
#970153 (or 0x970153) is known color: Jazzberry Jam. HEX triplet: 97, 01 and 53. RGB value is (151,1,83). Sum of RGB (Red+Green+Blue) = 151+1+83=235 (31% of max value = 765). Red value is 151 (59.38% from 255 or 64.26% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 151 - color contains mainly: red. Hex color #970153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970153 is #68FEAC. Grayscale: #373737. Windows color (decimal): -6880941 or 5439895. OLE color: 5439895.
HSL color Cylindrical-coordinate representation of color #970153: hue angle of 327.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 #970153 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.41 |
| HSL | 327.2º | 0.99% | 0.3% | - |
| HSV(B) | 327.2º | 0.99% | 0.59% | - |
| XYZ | 14.33 | 7.23 | 8.82 | - |
| YUV | 55.2 | 143.7 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 1 | 83 | 0 | 0.99 | 0.45 | 0.41 | 327.2 | 0.99 | 0.3 |
| Hex | 97 | 1 | 53 | 0 | 63 | 2D | 29 | 147 | 63 | 1E |
| Octal | 227 | 1 | 123 | 0 | 143 | 55 | 51 | 507 | 143 | 36 |
| Binary | 10010111 | 1 | 1010011 | 0 | 1100011 | 101101 | 101001 | 101000111 | 1100011 | 11110 |
Color Harmonies of #970153
Complementary color
Monochromatic Colors of #970153
Black with #970153
Text Example
Text Example
White with #970153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970153; }
p { color: rgb(151,1,83); }
H1.HeaderClassName
{
color: #970153;
}
.AnyTagClassName
{
color: #970153;
}
</style>
background-color css
<style>
a { background-color: #970153; }
a { background-color: rgb(151,1,83); }
div.DivClassName
{
background-color: #970153;
}
.BgClassName
{
background-color: #970153;
}
</style>
border-color css
<style>
span { border-color: #970153; }
span { border-color: rgb(151,1,83); }
td.TdClassName
{
border-color: #970153;
}
.TagClassName
{
border-color: #970153;
}
</style>