Shades of Jazzberry Jam #9F0546
Tints of Jazzberry Jam #9F0546
RGB
CMYK
RGB Variations
Color information
#9F0546 (or 0x9F0546) is known color: Jazzberry Jam. HEX triplet: 9F, 05 and 46. RGB value is (159,5,70). Sum of RGB (Red+Green+Blue) = 159+5+70=234 (30% of max value = 765). Red value is 159 (62.5% from 255 or 67.95% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0546 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0546 is #60FAB9. Grayscale: #3A3A3A. Windows color (decimal): -6355642 or 4588959. OLE color: 4588959.
HSL color Cylindrical-coordinate representation of color #9F0546: hue angle of 334.68º 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 #9F0546 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 5 | 70 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.38 |
| HSL | 334.68º | 0.94% | 0.32% | - |
| HSV(B) | 334.68º | 0.97% | 0.62% | - |
| XYZ | 15.46 | 7.92 | 6.51 | - |
| YUV | 58.46 | 134.52 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 70 | 0 | 0.97 | 0.56 | 0.38 | 334.68 | 0.94 | 0.32 |
| Hex | 9F | 5 | 46 | 0 | 61 | 38 | 26 | 14F | 5E | 20 |
| Octal | 237 | 5 | 106 | 0 | 141 | 70 | 46 | 517 | 136 | 40 |
| Binary | 10011111 | 101 | 1000110 | 0 | 1100001 | 111000 | 100110 | 101001111 | 1011110 | 100000 |
Color Harmonies of #9F0546
Complementary color
Monochromatic Colors of #9F0546
Black with #9F0546
Text Example
Text Example
White with #9F0546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0546; }
p { color: rgb(159,5,70); }
H1.HeaderClassName
{
color: #9F0546;
}
.AnyTagClassName
{
color: #9F0546;
}
</style>
background-color css
<style>
a { background-color: #9F0546; }
a { background-color: rgb(159,5,70); }
div.DivClassName
{
background-color: #9F0546;
}
.BgClassName
{
background-color: #9F0546;
}
</style>
border-color css
<style>
span { border-color: #9F0546; }
span { border-color: rgb(159,5,70); }
td.TdClassName
{
border-color: #9F0546;
}
.TagClassName
{
border-color: #9F0546;
}
</style>