Shades of Jazzberry Jam #9F0148
Tints of Jazzberry Jam #9F0148
RGB
CMYK
RGB Variations
Color information
#9F0148 (or 0x9F0148) is known color: Jazzberry Jam. HEX triplet: 9F, 01 and 48. RGB value is (159,1,72). Sum of RGB (Red+Green+Blue) = 159+1+72=232 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.53% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0148 is #60FEB7. Grayscale: #383838. Windows color (decimal): -6356664 or 4719007. OLE color: 4719007.
HSL color Cylindrical-coordinate representation of color #9F0148: hue angle of 333.04º 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 #9F0148 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 72 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.38 |
| HSL | 333.04º | 0.99% | 0.31% | - |
| HSV(B) | 333.04º | 0.99% | 0.62% | - |
| XYZ | 15.48 | 7.86 | 6.83 | - |
| YUV | 56.34 | 136.85 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 72 | 0 | 0.99 | 0.55 | 0.38 | 333.04 | 0.99 | 0.31 |
| Hex | 9F | 1 | 48 | 0 | 63 | 37 | 26 | 14D | 63 | 1F |
| Octal | 237 | 1 | 110 | 0 | 143 | 67 | 46 | 515 | 143 | 37 |
| Binary | 10011111 | 1 | 1001000 | 0 | 1100011 | 110111 | 100110 | 101001101 | 1100011 | 11111 |
Color Harmonies of #9F0148
Complementary color
Monochromatic Colors of #9F0148
Black with #9F0148
Text Example
Text Example
White with #9F0148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0148; }
p { color: rgb(159,1,72); }
H1.HeaderClassName
{
color: #9F0148;
}
.AnyTagClassName
{
color: #9F0148;
}
</style>
background-color css
<style>
a { background-color: #9F0148; }
a { background-color: rgb(159,1,72); }
div.DivClassName
{
background-color: #9F0148;
}
.BgClassName
{
background-color: #9F0148;
}
</style>
border-color css
<style>
span { border-color: #9F0148; }
span { border-color: rgb(159,1,72); }
td.TdClassName
{
border-color: #9F0148;
}
.TagClassName
{
border-color: #9F0148;
}
</style>