Shades of Jazzberry Jam #9F0157
Tints of Jazzberry Jam #9F0157
RGB
CMYK
RGB Variations
Color information
#9F0157 (or 0x9F0157) is known color: Jazzberry Jam. HEX triplet: 9F, 01 and 57. RGB value is (159,1,87). Sum of RGB (Red+Green+Blue) = 159+1+87=247 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.37% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0157 is #60FEA8. Grayscale: #393939. Windows color (decimal): -6356649 or 5702047. OLE color: 5702047.
HSL color Cylindrical-coordinate representation of color #9F0157: hue angle of 327.34º 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 #9F0157 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 87 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.38 |
| HSL | 327.34º | 0.99% | 0.31% | - |
| HSV(B) | 327.34º | 0.99% | 0.62% | - |
| XYZ | 16.03 | 8.08 | 9.73 | - |
| YUV | 58.05 | 144.35 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 87 | 0 | 0.99 | 0.45 | 0.38 | 327.34 | 0.99 | 0.31 |
| Hex | 9F | 1 | 57 | 0 | 63 | 2D | 26 | 147 | 63 | 1F |
| Octal | 237 | 1 | 127 | 0 | 143 | 55 | 46 | 507 | 143 | 37 |
| Binary | 10011111 | 1 | 1010111 | 0 | 1100011 | 101101 | 100110 | 101000111 | 1100011 | 11111 |
Color Harmonies of #9F0157
Complementary color
Monochromatic Colors of #9F0157
Black with #9F0157
Text Example
Text Example
White with #9F0157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0157; }
p { color: rgb(159,1,87); }
H1.HeaderClassName
{
color: #9F0157;
}
.AnyTagClassName
{
color: #9F0157;
}
</style>
background-color css
<style>
a { background-color: #9F0157; }
a { background-color: rgb(159,1,87); }
div.DivClassName
{
background-color: #9F0157;
}
.BgClassName
{
background-color: #9F0157;
}
</style>
border-color css
<style>
span { border-color: #9F0157; }
span { border-color: rgb(159,1,87); }
td.TdClassName
{
border-color: #9F0157;
}
.TagClassName
{
border-color: #9F0157;
}
</style>