Shades of Jazzberry Jam #9F1556
Tints of Jazzberry Jam #9F1556
RGB
CMYK
RGB Variations
Color information
#9F1556 (or 0x9F1556) is known color: Jazzberry Jam. HEX triplet: 9F, 15 and 56. RGB value is (159,21,86). Sum of RGB (Red+Green+Blue) = 159+21+86=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1556 is #60EAA9. Grayscale: #454545. Windows color (decimal): -6351530 or 5641631. OLE color: 5641631.
HSL color Cylindrical-coordinate representation of color #9F1556: hue angle of 331.74º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F1556 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 21 | 86 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.38 |
| HSL | 331.74º | 0.77% | 0.35% | - |
| HSV(B) | 331.74º | 0.87% | 0.62% | - |
| XYZ | 16.25 | 8.58 | 9.6 | - |
| YUV | 69.67 | 137.22 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 86 | 0 | 0.87 | 0.46 | 0.38 | 331.74 | 0.77 | 0.35 |
| Hex | 9F | 15 | 56 | 0 | 57 | 2E | 26 | 14C | 4D | 23 |
| Octal | 237 | 25 | 126 | 0 | 127 | 56 | 46 | 514 | 115 | 43 |
| Binary | 10011111 | 10101 | 1010110 | 0 | 1010111 | 101110 | 100110 | 101001100 | 1001101 | 100011 |
Color Harmonies of #9F1556
Complementary color
Monochromatic Colors of #9F1556
Black with #9F1556
Text Example
Text Example
White with #9F1556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1556; }
p { color: rgb(159,21,86); }
H1.HeaderClassName
{
color: #9F1556;
}
.AnyTagClassName
{
color: #9F1556;
}
</style>
background-color css
<style>
a { background-color: #9F1556; }
a { background-color: rgb(159,21,86); }
div.DivClassName
{
background-color: #9F1556;
}
.BgClassName
{
background-color: #9F1556;
}
</style>
border-color css
<style>
span { border-color: #9F1556; }
span { border-color: rgb(159,21,86); }
td.TdClassName
{
border-color: #9F1556;
}
.TagClassName
{
border-color: #9F1556;
}
</style>