Shades of Jazzberry Jam #9F1259
Tints of Jazzberry Jam #9F1259
RGB
CMYK
RGB Variations
Color information
#9F1259 (or 0x9F1259) is known color: Jazzberry Jam. HEX triplet: 9F, 12 and 59. RGB value is (159,18,89). Sum of RGB (Red+Green+Blue) = 159+18+89=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1259 is #60EDA6. Grayscale: #444444. Windows color (decimal): -6352295 or 5837471. OLE color: 5837471.
HSL color Cylindrical-coordinate representation of color #9F1259: hue angle of 329.79º degrees, saturation: 0.8, 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 #9F1259 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 89 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.38 |
| HSL | 329.79º | 0.8% | 0.35% | - |
| HSV(B) | 329.79º | 0.89% | 0.62% | - |
| XYZ | 16.32 | 8.52 | 10.24 | - |
| YUV | 68.25 | 139.71 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 89 | 0 | 0.89 | 0.44 | 0.38 | 329.79 | 0.8 | 0.35 |
| Hex | 9F | 12 | 59 | 0 | 59 | 2C | 26 | 14A | 50 | 23 |
| Octal | 237 | 22 | 131 | 0 | 131 | 54 | 46 | 512 | 120 | 43 |
| Binary | 10011111 | 10010 | 1011001 | 0 | 1011001 | 101100 | 100110 | 101001010 | 1010000 | 100011 |
Color Harmonies of #9F1259
Complementary color
Monochromatic Colors of #9F1259
Black with #9F1259
Text Example
Text Example
White with #9F1259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1259; }
p { color: rgb(159,18,89); }
H1.HeaderClassName
{
color: #9F1259;
}
.AnyTagClassName
{
color: #9F1259;
}
</style>
background-color css
<style>
a { background-color: #9F1259; }
a { background-color: rgb(159,18,89); }
div.DivClassName
{
background-color: #9F1259;
}
.BgClassName
{
background-color: #9F1259;
}
</style>
border-color css
<style>
span { border-color: #9F1259; }
span { border-color: rgb(159,18,89); }
td.TdClassName
{
border-color: #9F1259;
}
.TagClassName
{
border-color: #9F1259;
}
</style>