Shades of Jazzberry Jam #9F1859
Tints of Jazzberry Jam #9F1859
RGB
CMYK
RGB Variations
Color information
#9F1859 (or 0x9F1859) is known color: Jazzberry Jam. HEX triplet: 9F, 18 and 59. RGB value is (159,24,89). Sum of RGB (Red+Green+Blue) = 159+24+89=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1859 is #60E7A6. Grayscale: #474747. Windows color (decimal): -6350759 or 5839007. OLE color: 5839007.
HSL color Cylindrical-coordinate representation of color #9F1859: hue angle of 331.11º 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 #9F1859 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 89 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.38 |
| HSL | 331.11º | 0.74% | 0.36% | - |
| HSV(B) | 331.11º | 0.85% | 0.62% | - |
| XYZ | 16.43 | 8.75 | 10.27 | - |
| YUV | 71.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 89 | 0 | 0.85 | 0.44 | 0.38 | 331.11 | 0.74 | 0.36 |
| Hex | 9F | 18 | 59 | 0 | 55 | 2C | 26 | 14B | 4A | 24 |
| Octal | 237 | 30 | 131 | 0 | 125 | 54 | 46 | 513 | 112 | 44 |
| Binary | 10011111 | 11000 | 1011001 | 0 | 1010101 | 101100 | 100110 | 101001011 | 1001010 | 100100 |
Color Harmonies of #9F1859
Complementary color
Monochromatic Colors of #9F1859
Black with #9F1859
Text Example
Text Example
White with #9F1859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1859; }
p { color: rgb(159,24,89); }
H1.HeaderClassName
{
color: #9F1859;
}
.AnyTagClassName
{
color: #9F1859;
}
</style>
background-color css
<style>
a { background-color: #9F1859; }
a { background-color: rgb(159,24,89); }
div.DivClassName
{
background-color: #9F1859;
}
.BgClassName
{
background-color: #9F1859;
}
</style>
border-color css
<style>
span { border-color: #9F1859; }
span { border-color: rgb(159,24,89); }
td.TdClassName
{
border-color: #9F1859;
}
.TagClassName
{
border-color: #9F1859;
}
</style>