Shades of Jazzberry Jam #9F1360
Tints of Jazzberry Jam #9F1360
RGB
CMYK
RGB Variations
Color information
#9F1360 (or 0x9F1360) is known color: Jazzberry Jam. HEX triplet: 9F, 13 and 60. RGB value is (159,19,96). Sum of RGB (Red+Green+Blue) = 159+19+96=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1360 is #60EC9F. Grayscale: #454545. Windows color (decimal): -6352032 or 6296479. OLE color: 6296479.
HSL color Cylindrical-coordinate representation of color #9F1360: hue angle of 327º 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 #9F1360 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 96 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.38 |
| HSL | 327º | 0.79% | 0.35% | - |
| HSV(B) | 327º | 0.88% | 0.62% | - |
| XYZ | 16.64 | 8.68 | 11.86 | - |
| YUV | 69.64 | 142.88 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 96 | 0 | 0.88 | 0.40 | 0.38 | 327 | 0.79 | 0.35 |
| Hex | 9F | 13 | 60 | 0 | 58 | 28 | 26 | 147 | 4F | 23 |
| Octal | 237 | 23 | 140 | 0 | 130 | 50 | 46 | 507 | 117 | 43 |
| Binary | 10011111 | 10011 | 1100000 | 0 | 1011000 | 101000 | 100110 | 101000111 | 1001111 | 100011 |
Color Harmonies of #9F1360
Complementary color
Monochromatic Colors of #9F1360
Black with #9F1360
Text Example
Text Example
White with #9F1360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1360; }
p { color: rgb(159,19,96); }
H1.HeaderClassName
{
color: #9F1360;
}
.AnyTagClassName
{
color: #9F1360;
}
</style>
background-color css
<style>
a { background-color: #9F1360; }
a { background-color: rgb(159,19,96); }
div.DivClassName
{
background-color: #9F1360;
}
.BgClassName
{
background-color: #9F1360;
}
</style>
border-color css
<style>
span { border-color: #9F1360; }
span { border-color: rgb(159,19,96); }
td.TdClassName
{
border-color: #9F1360;
}
.TagClassName
{
border-color: #9F1360;
}
</style>