Shades of Jazzberry Jam #9F1142
Tints of Jazzberry Jam #9F1142
RGB
CMYK
RGB Variations
Color information
#9F1142 (or 0x9F1142) is known color: Jazzberry Jam. HEX triplet: 9F, 11 and 42. RGB value is (159,17,66). Sum of RGB (Red+Green+Blue) = 159+17+66=242 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.70% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1142 is #60EEBD. Grayscale: #404040. Windows color (decimal): -6352574 or 4329887. OLE color: 4329887.
HSL color Cylindrical-coordinate representation of color #9F1142: hue angle of 339.3º 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 #9F1142 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 17 | 66 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.38 |
| HSL | 339.3º | 0.81% | 0.35% | - |
| HSV(B) | 339.3º | 0.89% | 0.62% | - |
| XYZ | 15.48 | 8.17 | 5.91 | - |
| YUV | 65.04 | 128.54 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 66 | 0 | 0.89 | 0.58 | 0.38 | 339.3 | 0.81 | 0.35 |
| Hex | 9F | 11 | 42 | 0 | 59 | 3A | 26 | 153 | 51 | 23 |
| Octal | 237 | 21 | 102 | 0 | 131 | 72 | 46 | 523 | 121 | 43 |
| Binary | 10011111 | 10001 | 1000010 | 0 | 1011001 | 111010 | 100110 | 101010011 | 1010001 | 100011 |
Color Harmonies of #9F1142
Complementary color
Monochromatic Colors of #9F1142
Black with #9F1142
Text Example
Text Example
White with #9F1142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1142; }
p { color: rgb(159,17,66); }
H1.HeaderClassName
{
color: #9F1142;
}
.AnyTagClassName
{
color: #9F1142;
}
</style>
background-color css
<style>
a { background-color: #9F1142; }
a { background-color: rgb(159,17,66); }
div.DivClassName
{
background-color: #9F1142;
}
.BgClassName
{
background-color: #9F1142;
}
</style>
border-color css
<style>
span { border-color: #9F1142; }
span { border-color: rgb(159,17,66); }
td.TdClassName
{
border-color: #9F1142;
}
.TagClassName
{
border-color: #9F1142;
}
</style>