Shades of Jazzberry Jam #9F0249
Tints of Jazzberry Jam #9F0249
RGB
CMYK
RGB Variations
Color information
#9F0249 (or 0x9F0249) is known color: Jazzberry Jam. HEX triplet: 9F, 02 and 49. RGB value is (159,2,73). Sum of RGB (Red+Green+Blue) = 159+2+73=234 (30% of max value = 765). Red value is 159 (62.5% from 255 or 67.95% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0249 is #60FDB6. Grayscale: #383838. Windows color (decimal): -6356407 or 4784799. OLE color: 4784799.
HSL color Cylindrical-coordinate representation of color #9F0249: hue angle of 332.87º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0249 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 73 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.38 |
| HSL | 332.87º | 0.98% | 0.32% | - |
| HSV(B) | 332.87º | 0.99% | 0.62% | - |
| XYZ | 15.52 | 7.9 | 7.01 | - |
| YUV | 57.04 | 137.01 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 73 | 0 | 0.99 | 0.54 | 0.38 | 332.87 | 0.98 | 0.32 |
| Hex | 9F | 2 | 49 | 0 | 63 | 36 | 26 | 14D | 62 | 20 |
| Octal | 237 | 2 | 111 | 0 | 143 | 66 | 46 | 515 | 142 | 40 |
| Binary | 10011111 | 10 | 1001001 | 0 | 1100011 | 110110 | 100110 | 101001101 | 1100010 | 100000 |
Color Harmonies of #9F0249
Complementary color
Monochromatic Colors of #9F0249
Black with #9F0249
Text Example
Text Example
White with #9F0249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0249; }
p { color: rgb(159,2,73); }
H1.HeaderClassName
{
color: #9F0249;
}
.AnyTagClassName
{
color: #9F0249;
}
</style>
background-color css
<style>
a { background-color: #9F0249; }
a { background-color: rgb(159,2,73); }
div.DivClassName
{
background-color: #9F0249;
}
.BgClassName
{
background-color: #9F0249;
}
</style>
border-color css
<style>
span { border-color: #9F0249; }
span { border-color: rgb(159,2,73); }
td.TdClassName
{
border-color: #9F0249;
}
.TagClassName
{
border-color: #9F0249;
}
</style>