Shades of Jazzberry Jam #9F115C
Tints of Jazzberry Jam #9F115C
RGB
CMYK
RGB Variations
Color information
#9F115C (or 0x9F115C) is known color: Jazzberry Jam. HEX triplet: 9F, 11 and 5C. RGB value is (159,17,92). Sum of RGB (Red+Green+Blue) = 159+17+92=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F115C is #60EEA3. Grayscale: #434343. Windows color (decimal): -6352548 or 6033823. OLE color: 6033823.
HSL color Cylindrical-coordinate representation of color #9F115C: hue angle of 328.31º 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 #9F115C is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 17 | 92 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.38 |
| HSL | 328.31º | 0.81% | 0.35% | - |
| HSV(B) | 328.31º | 0.89% | 0.62% | - |
| XYZ | 16.43 | 8.54 | 10.91 | - |
| YUV | 68.01 | 141.54 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 92 | 0 | 0.89 | 0.42 | 0.38 | 328.31 | 0.81 | 0.35 |
| Hex | 9F | 11 | 5C | 0 | 59 | 2A | 26 | 148 | 51 | 23 |
| Octal | 237 | 21 | 134 | 0 | 131 | 52 | 46 | 510 | 121 | 43 |
| Binary | 10011111 | 10001 | 1011100 | 0 | 1011001 | 101010 | 100110 | 101001000 | 1010001 | 100011 |
Color Harmonies of #9F115C
Complementary color
Monochromatic Colors of #9F115C
Black with #9F115C
Text Example
Text Example
White with #9F115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F115C; }
p { color: rgb(159,17,92); }
H1.HeaderClassName
{
color: #9F115C;
}
.AnyTagClassName
{
color: #9F115C;
}
</style>
background-color css
<style>
a { background-color: #9F115C; }
a { background-color: rgb(159,17,92); }
div.DivClassName
{
background-color: #9F115C;
}
.BgClassName
{
background-color: #9F115C;
}
</style>
border-color css
<style>
span { border-color: #9F115C; }
span { border-color: rgb(159,17,92); }
td.TdClassName
{
border-color: #9F115C;
}
.TagClassName
{
border-color: #9F115C;
}
</style>