Shades of Jazzberry Jam #9F1162
Tints of Jazzberry Jam #9F1162
RGB
CMYK
RGB Variations
Color information
#9F1162 (or 0x9F1162) is known color: Jazzberry Jam. HEX triplet: 9F, 11 and 62. RGB value is (159,17,98). Sum of RGB (Red+Green+Blue) = 159+17+98=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1162 is #60EE9D. Grayscale: #444444. Windows color (decimal): -6352542 or 6427039. OLE color: 6427039.
HSL color Cylindrical-coordinate representation of color #9F1162: hue angle of 325.77º 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 #9F1162 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 17 | 98 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.38 |
| HSL | 325.77º | 0.81% | 0.35% | - |
| HSV(B) | 325.77º | 0.89% | 0.62% | - |
| XYZ | 16.7 | 8.65 | 12.35 | - |
| YUV | 68.69 | 144.54 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 98 | 0 | 0.89 | 0.38 | 0.38 | 325.77 | 0.81 | 0.35 |
| Hex | 9F | 11 | 62 | 0 | 59 | 26 | 26 | 146 | 51 | 23 |
| Octal | 237 | 21 | 142 | 0 | 131 | 46 | 46 | 506 | 121 | 43 |
| Binary | 10011111 | 10001 | 1100010 | 0 | 1011001 | 100110 | 100110 | 101000110 | 1010001 | 100011 |
Color Harmonies of #9F1162
Complementary color
Monochromatic Colors of #9F1162
Black with #9F1162
Text Example
Text Example
White with #9F1162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1162; }
p { color: rgb(159,17,98); }
H1.HeaderClassName
{
color: #9F1162;
}
.AnyTagClassName
{
color: #9F1162;
}
</style>
background-color css
<style>
a { background-color: #9F1162; }
a { background-color: rgb(159,17,98); }
div.DivClassName
{
background-color: #9F1162;
}
.BgClassName
{
background-color: #9F1162;
}
</style>
border-color css
<style>
span { border-color: #9F1162; }
span { border-color: rgb(159,17,98); }
td.TdClassName
{
border-color: #9F1162;
}
.TagClassName
{
border-color: #9F1162;
}
</style>