Shades of Jazzberry Jam #9F1154
Tints of Jazzberry Jam #9F1154
RGB
CMYK
RGB Variations
Color information
#9F1154 (or 0x9F1154) is known color: Jazzberry Jam. HEX triplet: 9F, 11 and 54. RGB value is (159,17,84). Sum of RGB (Red+Green+Blue) = 159+17+84=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1154 is #60EEAB. Grayscale: #424242. Windows color (decimal): -6352556 or 5509535. OLE color: 5509535.
HSL color Cylindrical-coordinate representation of color #9F1154: hue angle of 331.69º 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 #9F1154 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 17 | 84 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.38 |
| HSL | 331.69º | 0.81% | 0.35% | - |
| HSV(B) | 331.69º | 0.89% | 0.62% | - |
| XYZ | 16.1 | 8.41 | 9.16 | - |
| YUV | 67.1 | 137.54 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 84 | 0 | 0.89 | 0.47 | 0.38 | 331.69 | 0.81 | 0.35 |
| Hex | 9F | 11 | 54 | 0 | 59 | 2F | 26 | 14C | 51 | 23 |
| Octal | 237 | 21 | 124 | 0 | 131 | 57 | 46 | 514 | 121 | 43 |
| Binary | 10011111 | 10001 | 1010100 | 0 | 1011001 | 101111 | 100110 | 101001100 | 1010001 | 100011 |
Color Harmonies of #9F1154
Complementary color
Monochromatic Colors of #9F1154
Black with #9F1154
Text Example
Text Example
White with #9F1154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1154; }
p { color: rgb(159,17,84); }
H1.HeaderClassName
{
color: #9F1154;
}
.AnyTagClassName
{
color: #9F1154;
}
</style>
background-color css
<style>
a { background-color: #9F1154; }
a { background-color: rgb(159,17,84); }
div.DivClassName
{
background-color: #9F1154;
}
.BgClassName
{
background-color: #9F1154;
}
</style>
border-color css
<style>
span { border-color: #9F1154; }
span { border-color: rgb(159,17,84); }
td.TdClassName
{
border-color: #9F1154;
}
.TagClassName
{
border-color: #9F1154;
}
</style>