Shades of Jazzberry Jam #9F0747
Tints of Jazzberry Jam #9F0747
RGB
CMYK
RGB Variations
Color information
#9F0747 (or 0x9F0747) is known color: Jazzberry Jam. HEX triplet: 9F, 07 and 47. RGB value is (159,7,71). Sum of RGB (Red+Green+Blue) = 159+7+71=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0747 is #60F8B8. Grayscale: #3B3B3B. Windows color (decimal): -6355129 or 4655007. OLE color: 4655007.
HSL color Cylindrical-coordinate representation of color #9F0747: hue angle of 334.74º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F0747 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 7 | 71 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.38 |
| HSL | 334.74º | 0.92% | 0.33% | - |
| HSV(B) | 334.74º | 0.96% | 0.62% | - |
| XYZ | 15.51 | 7.98 | 6.68 | - |
| YUV | 59.74 | 134.36 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 71 | 0 | 0.96 | 0.55 | 0.38 | 334.74 | 0.92 | 0.33 |
| Hex | 9F | 7 | 47 | 0 | 60 | 37 | 26 | 14F | 5C | 21 |
| Octal | 237 | 7 | 107 | 0 | 140 | 67 | 46 | 517 | 134 | 41 |
| Binary | 10011111 | 111 | 1000111 | 0 | 1100000 | 110111 | 100110 | 101001111 | 1011100 | 100001 |
Color Harmonies of #9F0747
Complementary color
Monochromatic Colors of #9F0747
Black with #9F0747
Text Example
Text Example
White with #9F0747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0747; }
p { color: rgb(159,7,71); }
H1.HeaderClassName
{
color: #9F0747;
}
.AnyTagClassName
{
color: #9F0747;
}
</style>
background-color css
<style>
a { background-color: #9F0747; }
a { background-color: rgb(159,7,71); }
div.DivClassName
{
background-color: #9F0747;
}
.BgClassName
{
background-color: #9F0747;
}
</style>
border-color css
<style>
span { border-color: #9F0747; }
span { border-color: rgb(159,7,71); }
td.TdClassName
{
border-color: #9F0747;
}
.TagClassName
{
border-color: #9F0747;
}
</style>