Shades of Jazzberry Jam #9F116B
Tints of Jazzberry Jam #9F116B
RGB
CMYK
RGB Variations
Color information
#9F116B (or 0x9F116B) is known color: Jazzberry Jam. HEX triplet: 9F, 11 and 6B. RGB value is (159,17,107). Sum of RGB (Red+Green+Blue) = 159+17+107=283 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.18% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 159 - color contains mainly: red. Hex color #9F116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F116B is #60EE94. Grayscale: #454545. Windows color (decimal): -6352533 or 7016863. OLE color: 7016863.
HSL color Cylindrical-coordinate representation of color #9F116B: hue angle of 321.97º 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 #9F116B is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 17 | 107 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.38 |
| HSL | 321.97º | 0.81% | 0.35% | - |
| HSV(B) | 321.97º | 0.89% | 0.62% | - |
| XYZ | 17.15 | 8.83 | 14.71 | - |
| YUV | 69.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 107 | 0 | 0.89 | 0.33 | 0.38 | 321.97 | 0.81 | 0.35 |
| Hex | 9F | 11 | 6B | 0 | 59 | 21 | 26 | 142 | 51 | 23 |
| Octal | 237 | 21 | 153 | 0 | 131 | 41 | 46 | 502 | 121 | 43 |
| Binary | 10011111 | 10001 | 1101011 | 0 | 1011001 | 100001 | 100110 | 101000010 | 1010001 | 100011 |
Color Harmonies of #9F116B
Complementary color
Monochromatic Colors of #9F116B
Black with #9F116B
Text Example
Text Example
White with #9F116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F116B; }
p { color: rgb(159,17,107); }
H1.HeaderClassName
{
color: #9F116B;
}
.AnyTagClassName
{
color: #9F116B;
}
</style>
background-color css
<style>
a { background-color: #9F116B; }
a { background-color: rgb(159,17,107); }
div.DivClassName
{
background-color: #9F116B;
}
.BgClassName
{
background-color: #9F116B;
}
</style>
border-color css
<style>
span { border-color: #9F116B; }
span { border-color: rgb(159,17,107); }
td.TdClassName
{
border-color: #9F116B;
}
.TagClassName
{
border-color: #9F116B;
}
</style>