Shades of Jazzberry Jam #9F1159
Tints of Jazzberry Jam #9F1159
RGB
CMYK
RGB Variations
Color information
#9F1159 (or 0x9F1159) is known color: Jazzberry Jam. HEX triplet: 9F, 11 and 59. RGB value is (159,17,89). Sum of RGB (Red+Green+Blue) = 159+17+89=265 (35% of max value = 765). Red value is 159 (62.5% from 255 or 60% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1159 is #60EEA6. Grayscale: #434343. Windows color (decimal): -6352551 or 5837215. OLE color: 5837215.
HSL color Cylindrical-coordinate representation of color #9F1159: hue angle of 329.58º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F1159 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 17 | 89 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.38 |
| HSL | 329.58º | 0.81% | 0.35% | - |
| HSV(B) | 329.58º | 0.89% | 0.62% | - |
| XYZ | 16.3 | 8.49 | 10.23 | - |
| YUV | 67.67 | 140.04 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 89 | 0 | 0.89 | 0.44 | 0.38 | 329.58 | 0.81 | 0.35 |
| Hex | 9F | 11 | 59 | 0 | 59 | 2C | 26 | 14A | 51 | 23 |
| Octal | 237 | 21 | 131 | 0 | 131 | 54 | 46 | 512 | 121 | 43 |
| Binary | 10011111 | 10001 | 1011001 | 0 | 1011001 | 101100 | 100110 | 101001010 | 1010001 | 100011 |
Color Harmonies of #9F1159
Complementary color
Monochromatic Colors of #9F1159
Black with #9F1159
Text Example
Text Example
White with #9F1159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1159; }
p { color: rgb(159,17,89); }
H1.HeaderClassName
{
color: #9F1159;
}
.AnyTagClassName
{
color: #9F1159;
}
</style>
background-color css
<style>
a { background-color: #9F1159; }
a { background-color: rgb(159,17,89); }
div.DivClassName
{
background-color: #9F1159;
}
.BgClassName
{
background-color: #9F1159;
}
</style>
border-color css
<style>
span { border-color: #9F1159; }
span { border-color: rgb(159,17,89); }
td.TdClassName
{
border-color: #9F1159;
}
.TagClassName
{
border-color: #9F1159;
}
</style>