Shades of Jazzberry Jam #9F155D
Tints of Jazzberry Jam #9F155D
RGB
CMYK
RGB Variations
Color information
#9F155D (or 0x9F155D) is known color: Jazzberry Jam. HEX triplet: 9F, 15 and 5D. RGB value is (159,21,93). Sum of RGB (Red+Green+Blue) = 159+21+93=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F155D is #60EAA2. Grayscale: #464646. Windows color (decimal): -6351523 or 6100383. OLE color: 6100383.
HSL color Cylindrical-coordinate representation of color #9F155D: hue angle of 328.7º 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 #9F155D is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 21 | 93 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.38 |
| HSL | 328.7º | 0.77% | 0.35% | - |
| HSV(B) | 328.7º | 0.87% | 0.62% | - |
| XYZ | 16.54 | 8.7 | 11.16 | - |
| YUV | 70.47 | 140.72 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 93 | 0 | 0.87 | 0.42 | 0.38 | 328.7 | 0.77 | 0.35 |
| Hex | 9F | 15 | 5D | 0 | 57 | 2A | 26 | 149 | 4D | 23 |
| Octal | 237 | 25 | 135 | 0 | 127 | 52 | 46 | 511 | 115 | 43 |
| Binary | 10011111 | 10101 | 1011101 | 0 | 1010111 | 101010 | 100110 | 101001001 | 1001101 | 100011 |
Color Harmonies of #9F155D
Complementary color
Monochromatic Colors of #9F155D
Black with #9F155D
Text Example
Text Example
White with #9F155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F155D; }
p { color: rgb(159,21,93); }
H1.HeaderClassName
{
color: #9F155D;
}
.AnyTagClassName
{
color: #9F155D;
}
</style>
background-color css
<style>
a { background-color: #9F155D; }
a { background-color: rgb(159,21,93); }
div.DivClassName
{
background-color: #9F155D;
}
.BgClassName
{
background-color: #9F155D;
}
</style>
border-color css
<style>
span { border-color: #9F155D; }
span { border-color: rgb(159,21,93); }
td.TdClassName
{
border-color: #9F155D;
}
.TagClassName
{
border-color: #9F155D;
}
</style>