Shades of Jazzberry Jam #9F0D47
Tints of Jazzberry Jam #9F0D47
RGB
CMYK
RGB Variations
Color information
#9F0D47 (or 0x9F0D47) is known color: Jazzberry Jam. HEX triplet: 9F, 0D and 47. RGB value is (159,13,71). Sum of RGB (Red+Green+Blue) = 159+13+71=243 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.43% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0D47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0D47 is #60F2B8. Grayscale: #3F3F3F. Windows color (decimal): -6353593 or 4656543. OLE color: 4656543.
HSL color Cylindrical-coordinate representation of color #9F0D47: hue angle of 336.16º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F0D47 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 13 | 71 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.38 |
| HSL | 336.16º | 0.85% | 0.34% | - |
| HSV(B) | 336.16º | 0.92% | 0.62% | - |
| XYZ | 15.58 | 8.11 | 6.71 | - |
| YUV | 63.27 | 132.37 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 13 | 71 | 0 | 0.92 | 0.55 | 0.38 | 336.16 | 0.85 | 0.34 |
| Hex | 9F | D | 47 | 0 | 5C | 37 | 26 | 150 | 55 | 22 |
| Octal | 237 | 15 | 107 | 0 | 134 | 67 | 46 | 520 | 125 | 42 |
| Binary | 10011111 | 1101 | 1000111 | 0 | 1011100 | 110111 | 100110 | 101010000 | 1010101 | 100010 |
Color Harmonies of #9F0D47
Complementary color
Monochromatic Colors of #9F0D47
Black with #9F0D47
Text Example
Text Example
White with #9F0D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0D47; }
p { color: rgb(159,13,71); }
H1.HeaderClassName
{
color: #9F0D47;
}
.AnyTagClassName
{
color: #9F0D47;
}
</style>
background-color css
<style>
a { background-color: #9F0D47; }
a { background-color: rgb(159,13,71); }
div.DivClassName
{
background-color: #9F0D47;
}
.BgClassName
{
background-color: #9F0D47;
}
</style>
border-color css
<style>
span { border-color: #9F0D47; }
span { border-color: rgb(159,13,71); }
td.TdClassName
{
border-color: #9F0D47;
}
.TagClassName
{
border-color: #9F0D47;
}
</style>