Shades of Jazzberry Jam #9F1359
Tints of Jazzberry Jam #9F1359
RGB
CMYK
RGB Variations
Color information
#9F1359 (or 0x9F1359) is known color: Jazzberry Jam. HEX triplet: 9F, 13 and 59. RGB value is (159,19,89). Sum of RGB (Red+Green+Blue) = 159+19+89=267 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.55% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1359 is #60ECA6. Grayscale: #444444. Windows color (decimal): -6352039 or 5837727. OLE color: 5837727.
HSL color Cylindrical-coordinate representation of color #9F1359: hue angle of 330º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F1359 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 89 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.38 |
| HSL | 330º | 0.79% | 0.35% | - |
| HSV(B) | 330º | 0.88% | 0.62% | - |
| XYZ | 16.33 | 8.56 | 10.24 | - |
| YUV | 68.84 | 139.38 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 89 | 0 | 0.88 | 0.44 | 0.38 | 330 | 0.79 | 0.35 |
| Hex | 9F | 13 | 59 | 0 | 58 | 2C | 26 | 14A | 4F | 23 |
| Octal | 237 | 23 | 131 | 0 | 130 | 54 | 46 | 512 | 117 | 43 |
| Binary | 10011111 | 10011 | 1011001 | 0 | 1011000 | 101100 | 100110 | 101001010 | 1001111 | 100011 |
Color Harmonies of #9F1359
Complementary color
Monochromatic Colors of #9F1359
Black with #9F1359
Text Example
Text Example
White with #9F1359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1359; }
p { color: rgb(159,19,89); }
H1.HeaderClassName
{
color: #9F1359;
}
.AnyTagClassName
{
color: #9F1359;
}
</style>
background-color css
<style>
a { background-color: #9F1359; }
a { background-color: rgb(159,19,89); }
div.DivClassName
{
background-color: #9F1359;
}
.BgClassName
{
background-color: #9F1359;
}
</style>
border-color css
<style>
span { border-color: #9F1359; }
span { border-color: rgb(159,19,89); }
td.TdClassName
{
border-color: #9F1359;
}
.TagClassName
{
border-color: #9F1359;
}
</style>