Shades of Jazzberry Jam #9F0159
Tints of Jazzberry Jam #9F0159
RGB
CMYK
RGB Variations
Color information
#9F0159 (or 0x9F0159) is known color: Jazzberry Jam. HEX triplet: 9F, 01 and 59. RGB value is (159,1,89). Sum of RGB (Red+Green+Blue) = 159+1+89=249 (32% of max value = 765). Red value is 159 (62.5% from 255 or 63.86% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0159 is #60FEA6. Grayscale: #3A3A3A. Windows color (decimal): -6356647 or 5833119. OLE color: 5833119.
HSL color Cylindrical-coordinate representation of color #9F0159: hue angle of 326.58º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0159 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 89 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.38 |
| HSL | 326.58º | 0.99% | 0.31% | - |
| HSV(B) | 326.58º | 0.99% | 0.62% | - |
| XYZ | 16.11 | 8.11 | 10.17 | - |
| YUV | 58.27 | 145.35 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 89 | 0 | 0.99 | 0.44 | 0.38 | 326.58 | 0.99 | 0.31 |
| Hex | 9F | 1 | 59 | 0 | 63 | 2C | 26 | 147 | 63 | 1F |
| Octal | 237 | 1 | 131 | 0 | 143 | 54 | 46 | 507 | 143 | 37 |
| Binary | 10011111 | 1 | 1011001 | 0 | 1100011 | 101100 | 100110 | 101000111 | 1100011 | 11111 |
Color Harmonies of #9F0159
Complementary color
Monochromatic Colors of #9F0159
Black with #9F0159
Text Example
Text Example
White with #9F0159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0159; }
p { color: rgb(159,1,89); }
H1.HeaderClassName
{
color: #9F0159;
}
.AnyTagClassName
{
color: #9F0159;
}
</style>
background-color css
<style>
a { background-color: #9F0159; }
a { background-color: rgb(159,1,89); }
div.DivClassName
{
background-color: #9F0159;
}
.BgClassName
{
background-color: #9F0159;
}
</style>
border-color css
<style>
span { border-color: #9F0159; }
span { border-color: rgb(159,1,89); }
td.TdClassName
{
border-color: #9F0159;
}
.TagClassName
{
border-color: #9F0159;
}
</style>