Shades of Jazzberry Jam #9F1856
Tints of Jazzberry Jam #9F1856
RGB
CMYK
RGB Variations
Color information
#9F1856 (or 0x9F1856) is known color: Jazzberry Jam. HEX triplet: 9F, 18 and 56. RGB value is (159,24,86). Sum of RGB (Red+Green+Blue) = 159+24+86=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1856 is #60E7A9. Grayscale: #474747. Windows color (decimal): -6350762 or 5642399. OLE color: 5642399.
HSL color Cylindrical-coordinate representation of color #9F1856: hue angle of 332.44º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F1856 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 86 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.38 |
| HSL | 332.44º | 0.74% | 0.36% | - |
| HSV(B) | 332.44º | 0.85% | 0.62% | - |
| XYZ | 16.3 | 8.7 | 9.62 | - |
| YUV | 71.43 | 136.23 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 86 | 0 | 0.85 | 0.46 | 0.38 | 332.44 | 0.74 | 0.36 |
| Hex | 9F | 18 | 56 | 0 | 55 | 2E | 26 | 14C | 4A | 24 |
| Octal | 237 | 30 | 126 | 0 | 125 | 56 | 46 | 514 | 112 | 44 |
| Binary | 10011111 | 11000 | 1010110 | 0 | 1010101 | 101110 | 100110 | 101001100 | 1001010 | 100100 |
Color Harmonies of #9F1856
Complementary color
Monochromatic Colors of #9F1856
Black with #9F1856
Text Example
Text Example
White with #9F1856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1856; }
p { color: rgb(159,24,86); }
H1.HeaderClassName
{
color: #9F1856;
}
.AnyTagClassName
{
color: #9F1856;
}
</style>
background-color css
<style>
a { background-color: #9F1856; }
a { background-color: rgb(159,24,86); }
div.DivClassName
{
background-color: #9F1856;
}
.BgClassName
{
background-color: #9F1856;
}
</style>
border-color css
<style>
span { border-color: #9F1856; }
span { border-color: rgb(159,24,86); }
td.TdClassName
{
border-color: #9F1856;
}
.TagClassName
{
border-color: #9F1856;
}
</style>