Shades of Jazzberry Jam #9F0A47
Tints of Jazzberry Jam #9F0A47
RGB
CMYK
RGB Variations
Color information
#9F0A47 (or 0x9F0A47) is known color: Jazzberry Jam. HEX triplet: 9F, 0A and 47. RGB value is (159,10,71). Sum of RGB (Red+Green+Blue) = 159+10+71=240 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.25% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0A47 is #60F5B8. Grayscale: #3D3D3D. Windows color (decimal): -6354361 or 4655775. OLE color: 4655775.
HSL color Cylindrical-coordinate representation of color #9F0A47: hue angle of 335.44º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0A47 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 10 | 71 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.38 |
| HSL | 335.44º | 0.88% | 0.33% | - |
| HSV(B) | 335.44º | 0.94% | 0.62% | - |
| XYZ | 15.54 | 8.04 | 6.69 | - |
| YUV | 61.51 | 133.36 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 10 | 71 | 0 | 0.94 | 0.55 | 0.38 | 335.44 | 0.88 | 0.33 |
| Hex | 9F | A | 47 | 0 | 5E | 37 | 26 | 14F | 58 | 21 |
| Octal | 237 | 12 | 107 | 0 | 136 | 67 | 46 | 517 | 130 | 41 |
| Binary | 10011111 | 1010 | 1000111 | 0 | 1011110 | 110111 | 100110 | 101001111 | 1011000 | 100001 |
Color Harmonies of #9F0A47
Complementary color
Monochromatic Colors of #9F0A47
Black with #9F0A47
Text Example
Text Example
White with #9F0A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0A47; }
p { color: rgb(159,10,71); }
H1.HeaderClassName
{
color: #9F0A47;
}
.AnyTagClassName
{
color: #9F0A47;
}
</style>
background-color css
<style>
a { background-color: #9F0A47; }
a { background-color: rgb(159,10,71); }
div.DivClassName
{
background-color: #9F0A47;
}
.BgClassName
{
background-color: #9F0A47;
}
</style>
border-color css
<style>
span { border-color: #9F0A47; }
span { border-color: rgb(159,10,71); }
td.TdClassName
{
border-color: #9F0A47;
}
.TagClassName
{
border-color: #9F0A47;
}
</style>