Shades of Jazzberry Jam #9F155C
Tints of Jazzberry Jam #9F155C
RGB
CMYK
RGB Variations
Color information
#9F155C (or 0x9F155C) is known color: Jazzberry Jam. HEX triplet: 9F, 15 and 5C. RGB value is (159,21,92). Sum of RGB (Red+Green+Blue) = 159+21+92=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F155C is #60EAA3. Grayscale: #464646. Windows color (decimal): -6351524 or 6034847. OLE color: 6034847.
HSL color Cylindrical-coordinate representation of color #9F155C: hue angle of 329.13º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F155C is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 21 | 92 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.38 |
| HSL | 329.13º | 0.77% | 0.35% | - |
| HSV(B) | 329.13º | 0.87% | 0.62% | - |
| XYZ | 16.5 | 8.68 | 10.93 | - |
| YUV | 70.36 | 140.22 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 92 | 0 | 0.87 | 0.42 | 0.38 | 329.13 | 0.77 | 0.35 |
| Hex | 9F | 15 | 5C | 0 | 57 | 2A | 26 | 149 | 4D | 23 |
| Octal | 237 | 25 | 134 | 0 | 127 | 52 | 46 | 511 | 115 | 43 |
| Binary | 10011111 | 10101 | 1011100 | 0 | 1010111 | 101010 | 100110 | 101001001 | 1001101 | 100011 |
Color Harmonies of #9F155C
Complementary color
Monochromatic Colors of #9F155C
Black with #9F155C
Text Example
Text Example
White with #9F155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F155C; }
p { color: rgb(159,21,92); }
H1.HeaderClassName
{
color: #9F155C;
}
.AnyTagClassName
{
color: #9F155C;
}
</style>
background-color css
<style>
a { background-color: #9F155C; }
a { background-color: rgb(159,21,92); }
div.DivClassName
{
background-color: #9F155C;
}
.BgClassName
{
background-color: #9F155C;
}
</style>
border-color css
<style>
span { border-color: #9F155C; }
span { border-color: rgb(159,21,92); }
td.TdClassName
{
border-color: #9F155C;
}
.TagClassName
{
border-color: #9F155C;
}
</style>