Shades of Jazzberry Jam #9F115E
Tints of Jazzberry Jam #9F115E
RGB
CMYK
RGB Variations
Color information
#9F115E (or 0x9F115E) is known color: Jazzberry Jam. HEX triplet: 9F, 11 and 5E. RGB value is (159,17,94). Sum of RGB (Red+Green+Blue) = 159+17+94=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F115E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F115E is #60EEA1. Grayscale: #444444. Windows color (decimal): -6352546 or 6164895. OLE color: 6164895.
HSL color Cylindrical-coordinate representation of color #9F115E: hue angle of 327.46º 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 #9F115E is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 17 | 94 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.38 |
| HSL | 327.46º | 0.81% | 0.35% | - |
| HSV(B) | 327.46º | 0.89% | 0.62% | - |
| XYZ | 16.52 | 8.58 | 11.38 | - |
| YUV | 68.24 | 142.54 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 94 | 0 | 0.89 | 0.41 | 0.38 | 327.46 | 0.81 | 0.35 |
| Hex | 9F | 11 | 5E | 0 | 59 | 29 | 26 | 147 | 51 | 23 |
| Octal | 237 | 21 | 136 | 0 | 131 | 51 | 46 | 507 | 121 | 43 |
| Binary | 10011111 | 10001 | 1011110 | 0 | 1011001 | 101001 | 100110 | 101000111 | 1010001 | 100011 |
Color Harmonies of #9F115E
Complementary color
Monochromatic Colors of #9F115E
Black with #9F115E
Text Example
Text Example
White with #9F115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F115E; }
p { color: rgb(159,17,94); }
H1.HeaderClassName
{
color: #9F115E;
}
.AnyTagClassName
{
color: #9F115E;
}
</style>
background-color css
<style>
a { background-color: #9F115E; }
a { background-color: rgb(159,17,94); }
div.DivClassName
{
background-color: #9F115E;
}
.BgClassName
{
background-color: #9F115E;
}
</style>
border-color css
<style>
span { border-color: #9F115E; }
span { border-color: rgb(159,17,94); }
td.TdClassName
{
border-color: #9F115E;
}
.TagClassName
{
border-color: #9F115E;
}
</style>