Shades of Jazzberry Jam #9F0549
Tints of Jazzberry Jam #9F0549
RGB
CMYK
RGB Variations
Color information
#9F0549 (or 0x9F0549) is known color: Jazzberry Jam. HEX triplet: 9F, 05 and 49. RGB value is (159,5,73). Sum of RGB (Red+Green+Blue) = 159+5+73=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0549 is #60FAB6. Grayscale: #3A3A3A. Windows color (decimal): -6355639 or 4785567. OLE color: 4785567.
HSL color Cylindrical-coordinate representation of color #9F0549: hue angle of 333.51º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F0549 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 5 | 73 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.38 |
| HSL | 333.51º | 0.94% | 0.32% | - |
| HSV(B) | 333.51º | 0.97% | 0.62% | - |
| XYZ | 15.55 | 7.96 | 7.02 | - |
| YUV | 58.8 | 136.02 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 73 | 0 | 0.97 | 0.54 | 0.38 | 333.51 | 0.94 | 0.32 |
| Hex | 9F | 5 | 49 | 0 | 61 | 36 | 26 | 14E | 5E | 20 |
| Octal | 237 | 5 | 111 | 0 | 141 | 66 | 46 | 516 | 136 | 40 |
| Binary | 10011111 | 101 | 1001001 | 0 | 1100001 | 110110 | 100110 | 101001110 | 1011110 | 100000 |
Color Harmonies of #9F0549
Complementary color
Monochromatic Colors of #9F0549
Black with #9F0549
Text Example
Text Example
White with #9F0549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0549; }
p { color: rgb(159,5,73); }
H1.HeaderClassName
{
color: #9F0549;
}
.AnyTagClassName
{
color: #9F0549;
}
</style>
background-color css
<style>
a { background-color: #9F0549; }
a { background-color: rgb(159,5,73); }
div.DivClassName
{
background-color: #9F0549;
}
.BgClassName
{
background-color: #9F0549;
}
</style>
border-color css
<style>
span { border-color: #9F0549; }
span { border-color: rgb(159,5,73); }
td.TdClassName
{
border-color: #9F0549;
}
.TagClassName
{
border-color: #9F0549;
}
</style>