Shades of Jazzberry Jam #9F1860
Tints of Jazzberry Jam #9F1860
RGB
CMYK
RGB Variations
Color information
#9F1860 (or 0x9F1860) is known color: Jazzberry Jam. HEX triplet: 9F, 18 and 60. RGB value is (159,24,96). Sum of RGB (Red+Green+Blue) = 159+24+96=279 (36% of max value = 765). Red value is 159 (62.5% from 255 or 56.99% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1860 is #60E79F. Grayscale: #484848. Windows color (decimal): -6350752 or 6297759. OLE color: 6297759.
HSL color Cylindrical-coordinate representation of color #9F1860: hue angle of 328º 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 #9F1860 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 96 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.38 |
| HSL | 328º | 0.74% | 0.36% | - |
| HSV(B) | 328º | 0.85% | 0.62% | - |
| XYZ | 16.74 | 8.87 | 11.9 | - |
| YUV | 72.57 | 141.23 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 96 | 0 | 0.85 | 0.40 | 0.38 | 328 | 0.74 | 0.36 |
| Hex | 9F | 18 | 60 | 0 | 55 | 28 | 26 | 148 | 4A | 24 |
| Octal | 237 | 30 | 140 | 0 | 125 | 50 | 46 | 510 | 112 | 44 |
| Binary | 10011111 | 11000 | 1100000 | 0 | 1010101 | 101000 | 100110 | 101001000 | 1001010 | 100100 |
Color Harmonies of #9F1860
Complementary color
Monochromatic Colors of #9F1860
Black with #9F1860
Text Example
Text Example
White with #9F1860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1860; }
p { color: rgb(159,24,96); }
H1.HeaderClassName
{
color: #9F1860;
}
.AnyTagClassName
{
color: #9F1860;
}
</style>
background-color css
<style>
a { background-color: #9F1860; }
a { background-color: rgb(159,24,96); }
div.DivClassName
{
background-color: #9F1860;
}
.BgClassName
{
background-color: #9F1860;
}
</style>
border-color css
<style>
span { border-color: #9F1860; }
span { border-color: rgb(159,24,96); }
td.TdClassName
{
border-color: #9F1860;
}
.TagClassName
{
border-color: #9F1860;
}
</style>