Shades of Jazzberry Jam #9F1759
Tints of Jazzberry Jam #9F1759
RGB
CMYK
RGB Variations
Color information
#9F1759 (or 0x9F1759) is known color: Jazzberry Jam. HEX triplet: 9F, 17 and 59. RGB value is (159,23,89). Sum of RGB (Red+Green+Blue) = 159+23+89=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1759 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1759 is #60E8A6. Grayscale: #474747. Windows color (decimal): -6351015 or 5838751. OLE color: 5838751.
HSL color Cylindrical-coordinate representation of color #9F1759: hue angle of 330.88º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F1759 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 23 | 89 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.38 |
| HSL | 330.88º | 0.75% | 0.36% | - |
| HSV(B) | 330.88º | 0.86% | 0.62% | - |
| XYZ | 16.41 | 8.7 | 10.27 | - |
| YUV | 71.19 | 138.06 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 89 | 0 | 0.86 | 0.44 | 0.38 | 330.88 | 0.75 | 0.36 |
| Hex | 9F | 17 | 59 | 0 | 56 | 2C | 26 | 14B | 4B | 24 |
| Octal | 237 | 27 | 131 | 0 | 126 | 54 | 46 | 513 | 113 | 44 |
| Binary | 10011111 | 10111 | 1011001 | 0 | 1010110 | 101100 | 100110 | 101001011 | 1001011 | 100100 |
Color Harmonies of #9F1759
Complementary color
Monochromatic Colors of #9F1759
Black with #9F1759
Text Example
Text Example
White with #9F1759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1759; }
p { color: rgb(159,23,89); }
H1.HeaderClassName
{
color: #9F1759;
}
.AnyTagClassName
{
color: #9F1759;
}
</style>
background-color css
<style>
a { background-color: #9F1759; }
a { background-color: rgb(159,23,89); }
div.DivClassName
{
background-color: #9F1759;
}
.BgClassName
{
background-color: #9F1759;
}
</style>
border-color css
<style>
span { border-color: #9F1759; }
span { border-color: rgb(159,23,89); }
td.TdClassName
{
border-color: #9F1759;
}
.TagClassName
{
border-color: #9F1759;
}
</style>