Shades of Jazzberry Jam #9F1145
Tints of Jazzberry Jam #9F1145
RGB
CMYK
RGB Variations
Color information
#9F1145 (or 0x9F1145) is known color: Jazzberry Jam. HEX triplet: 9F, 11 and 45. RGB value is (159,17,69). Sum of RGB (Red+Green+Blue) = 159+17+69=245 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.90% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1145 is #60EEBA. Grayscale: #414141. Windows color (decimal): -6352571 or 4526495. OLE color: 4526495.
HSL color Cylindrical-coordinate representation of color #9F1145: hue angle of 338.03º 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 #9F1145 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 17 | 69 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.38 |
| HSL | 338.03º | 0.81% | 0.35% | - |
| HSV(B) | 338.03º | 0.89% | 0.62% | - |
| XYZ | 15.57 | 8.2 | 6.39 | - |
| YUV | 65.39 | 130.04 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 69 | 0 | 0.89 | 0.57 | 0.38 | 338.03 | 0.81 | 0.35 |
| Hex | 9F | 11 | 45 | 0 | 59 | 39 | 26 | 152 | 51 | 23 |
| Octal | 237 | 21 | 105 | 0 | 131 | 71 | 46 | 522 | 121 | 43 |
| Binary | 10011111 | 10001 | 1000101 | 0 | 1011001 | 111001 | 100110 | 101010010 | 1010001 | 100011 |
Color Harmonies of #9F1145
Complementary color
Monochromatic Colors of #9F1145
Black with #9F1145
Text Example
Text Example
White with #9F1145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1145; }
p { color: rgb(159,17,69); }
H1.HeaderClassName
{
color: #9F1145;
}
.AnyTagClassName
{
color: #9F1145;
}
</style>
background-color css
<style>
a { background-color: #9F1145; }
a { background-color: rgb(159,17,69); }
div.DivClassName
{
background-color: #9F1145;
}
.BgClassName
{
background-color: #9F1145;
}
</style>
border-color css
<style>
span { border-color: #9F1145; }
span { border-color: rgb(159,17,69); }
td.TdClassName
{
border-color: #9F1145;
}
.TagClassName
{
border-color: #9F1145;
}
</style>