Shades of Jazzberry Jam #9F134F
Tints of Jazzberry Jam #9F134F
RGB
CMYK
RGB Variations
Color information
#9F134F (or 0x9F134F) is known color: Jazzberry Jam. HEX triplet: 9F, 13 and 4F. RGB value is (159,19,79). Sum of RGB (Red+Green+Blue) = 159+19+79=257 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.87% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 159 - color contains mainly: red. Hex color #9F134F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F134F is #60ECB0. Grayscale: #434343. Windows color (decimal): -6352049 or 5182367. OLE color: 5182367.
HSL color Cylindrical-coordinate representation of color #9F134F: hue angle of 334.29º 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 #9F134F is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 79 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.38 |
| HSL | 334.29º | 0.79% | 0.35% | - |
| HSV(B) | 334.29º | 0.88% | 0.62% | - |
| XYZ | 15.94 | 8.4 | 8.18 | - |
| YUV | 67.7 | 134.38 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 79 | 0 | 0.88 | 0.50 | 0.38 | 334.29 | 0.79 | 0.35 |
| Hex | 9F | 13 | 4F | 0 | 58 | 32 | 26 | 14E | 4F | 23 |
| Octal | 237 | 23 | 117 | 0 | 130 | 62 | 46 | 516 | 117 | 43 |
| Binary | 10011111 | 10011 | 1001111 | 0 | 1011000 | 110010 | 100110 | 101001110 | 1001111 | 100011 |
Color Harmonies of #9F134F
Complementary color
Monochromatic Colors of #9F134F
Black with #9F134F
Text Example
Text Example
White with #9F134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F134F; }
p { color: rgb(159,19,79); }
H1.HeaderClassName
{
color: #9F134F;
}
.AnyTagClassName
{
color: #9F134F;
}
</style>
background-color css
<style>
a { background-color: #9F134F; }
a { background-color: rgb(159,19,79); }
div.DivClassName
{
background-color: #9F134F;
}
.BgClassName
{
background-color: #9F134F;
}
</style>
border-color css
<style>
span { border-color: #9F134F; }
span { border-color: rgb(159,19,79); }
td.TdClassName
{
border-color: #9F134F;
}
.TagClassName
{
border-color: #9F134F;
}
</style>