Shades of Jazzberry Jam #9F134D
Tints of Jazzberry Jam #9F134D
RGB
CMYK
RGB Variations
Color information
#9F134D (or 0x9F134D) is known color: Jazzberry Jam. HEX triplet: 9F, 13 and 4D. RGB value is (159,19,77). Sum of RGB (Red+Green+Blue) = 159+19+77=255 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.35% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 159 - color contains mainly: red. Hex color #9F134D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F134D is #60ECB2. Grayscale: #434343. Windows color (decimal): -6352051 or 5051295. OLE color: 5051295.
HSL color Cylindrical-coordinate representation of color #9F134D: hue angle of 335.14º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F134D is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 77 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.38 |
| HSL | 335.14º | 0.79% | 0.35% | - |
| HSV(B) | 335.14º | 0.88% | 0.62% | - |
| XYZ | 15.87 | 8.37 | 7.8 | - |
| YUV | 67.47 | 133.38 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 77 | 0 | 0.88 | 0.52 | 0.38 | 335.14 | 0.79 | 0.35 |
| Hex | 9F | 13 | 4D | 0 | 58 | 34 | 26 | 14F | 4F | 23 |
| Octal | 237 | 23 | 115 | 0 | 130 | 64 | 46 | 517 | 117 | 43 |
| Binary | 10011111 | 10011 | 1001101 | 0 | 1011000 | 110100 | 100110 | 101001111 | 1001111 | 100011 |
Color Harmonies of #9F134D
Complementary color
Monochromatic Colors of #9F134D
Black with #9F134D
Text Example
Text Example
White with #9F134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F134D; }
p { color: rgb(159,19,77); }
H1.HeaderClassName
{
color: #9F134D;
}
.AnyTagClassName
{
color: #9F134D;
}
</style>
background-color css
<style>
a { background-color: #9F134D; }
a { background-color: rgb(159,19,77); }
div.DivClassName
{
background-color: #9F134D;
}
.BgClassName
{
background-color: #9F134D;
}
</style>
border-color css
<style>
span { border-color: #9F134D; }
span { border-color: rgb(159,19,77); }
td.TdClassName
{
border-color: #9F134D;
}
.TagClassName
{
border-color: #9F134D;
}
</style>