Shades of Jazzberry Jam #9F114D
Tints of Jazzberry Jam #9F114D
RGB
CMYK
RGB Variations
Color information
#9F114D (or 0x9F114D) is known color: Jazzberry Jam. HEX triplet: 9F, 11 and 4D. RGB value is (159,17,77). Sum of RGB (Red+Green+Blue) = 159+17+77=253 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.85% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 159 - color contains mainly: red. Hex color #9F114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F114D is #60EEB2. Grayscale: #424242. Windows color (decimal): -6352563 or 5050783. OLE color: 5050783.
HSL color Cylindrical-coordinate representation of color #9F114D: hue angle of 334.65º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F114D is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 17 | 77 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.38 |
| HSL | 334.65º | 0.81% | 0.35% | - |
| HSV(B) | 334.65º | 0.89% | 0.62% | - |
| XYZ | 15.84 | 8.31 | 7.79 | - |
| YUV | 66.3 | 134.04 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 77 | 0 | 0.89 | 0.52 | 0.38 | 334.65 | 0.81 | 0.35 |
| Hex | 9F | 11 | 4D | 0 | 59 | 34 | 26 | 14F | 51 | 23 |
| Octal | 237 | 21 | 115 | 0 | 131 | 64 | 46 | 517 | 121 | 43 |
| Binary | 10011111 | 10001 | 1001101 | 0 | 1011001 | 110100 | 100110 | 101001111 | 1010001 | 100011 |
Color Harmonies of #9F114D
Complementary color
Monochromatic Colors of #9F114D
Black with #9F114D
Text Example
Text Example
White with #9F114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F114D; }
p { color: rgb(159,17,77); }
H1.HeaderClassName
{
color: #9F114D;
}
.AnyTagClassName
{
color: #9F114D;
}
</style>
background-color css
<style>
a { background-color: #9F114D; }
a { background-color: rgb(159,17,77); }
div.DivClassName
{
background-color: #9F114D;
}
.BgClassName
{
background-color: #9F114D;
}
</style>
border-color css
<style>
span { border-color: #9F114D; }
span { border-color: rgb(159,17,77); }
td.TdClassName
{
border-color: #9F114D;
}
.TagClassName
{
border-color: #9F114D;
}
</style>