Shades of Jazzberry Jam #970754
Tints of Jazzberry Jam #970754
RGB
CMYK
RGB Variations
Color information
#970754 (or 0x970754) is known color: Jazzberry Jam. HEX triplet: 97, 07 and 54. RGB value is (151,7,84). Sum of RGB (Red+Green+Blue) = 151+7+84=242 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.40% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 151 - color contains mainly: red. Hex color #970754 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970754 is #68F8AB. Grayscale: #3A3A3A. Windows color (decimal): -6879404 or 5506967. OLE color: 5506967.
HSL color Cylindrical-coordinate representation of color #970754: hue angle of 327.92º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970754 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 7 | 84 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.41 |
| HSL | 327.92º | 0.91% | 0.31% | - |
| HSV(B) | 327.92º | 0.95% | 0.59% | - |
| XYZ | 14.44 | 7.37 | 9.05 | - |
| YUV | 58.83 | 142.21 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 7 | 84 | 0 | 0.95 | 0.44 | 0.41 | 327.92 | 0.91 | 0.31 |
| Hex | 97 | 7 | 54 | 0 | 5F | 2C | 29 | 148 | 5B | 1F |
| Octal | 227 | 7 | 124 | 0 | 137 | 54 | 51 | 510 | 133 | 37 |
| Binary | 10010111 | 111 | 1010100 | 0 | 1011111 | 101100 | 101001 | 101001000 | 1011011 | 11111 |
Color Harmonies of #970754
Complementary color
Monochromatic Colors of #970754
Black with #970754
Text Example
Text Example
White with #970754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970754; }
p { color: rgb(151,7,84); }
H1.HeaderClassName
{
color: #970754;
}
.AnyTagClassName
{
color: #970754;
}
</style>
background-color css
<style>
a { background-color: #970754; }
a { background-color: rgb(151,7,84); }
div.DivClassName
{
background-color: #970754;
}
.BgClassName
{
background-color: #970754;
}
</style>
border-color css
<style>
span { border-color: #970754; }
span { border-color: rgb(151,7,84); }
td.TdClassName
{
border-color: #970754;
}
.TagClassName
{
border-color: #970754;
}
</style>