Shades of Jazzberry Jam #9F124F
Tints of Jazzberry Jam #9F124F
RGB
CMYK
RGB Variations
Color information
#9F124F (or 0x9F124F) is known color: Jazzberry Jam. HEX triplet: 9F, 12 and 4F. RGB value is (159,18,79). Sum of RGB (Red+Green+Blue) = 159+18+79=256 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.11% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 159 - color contains mainly: red. Hex color #9F124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F124F is #60EDB0. Grayscale: #434343. Windows color (decimal): -6352305 or 5182111. OLE color: 5182111.
HSL color Cylindrical-coordinate representation of color #9F124F: hue angle of 334.04º degrees, saturation: 0.8, 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 #9F124F is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 79 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.38 |
| HSL | 334.04º | 0.8% | 0.35% | - |
| HSV(B) | 334.04º | 0.89% | 0.62% | - |
| XYZ | 15.93 | 8.37 | 8.17 | - |
| YUV | 67.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 79 | 0 | 0.89 | 0.50 | 0.38 | 334.04 | 0.8 | 0.35 |
| Hex | 9F | 12 | 4F | 0 | 59 | 32 | 26 | 14E | 50 | 23 |
| Octal | 237 | 22 | 117 | 0 | 131 | 62 | 46 | 516 | 120 | 43 |
| Binary | 10011111 | 10010 | 1001111 | 0 | 1011001 | 110010 | 100110 | 101001110 | 1010000 | 100011 |
Color Harmonies of #9F124F
Complementary color
Monochromatic Colors of #9F124F
Black with #9F124F
Text Example
Text Example
White with #9F124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F124F; }
p { color: rgb(159,18,79); }
H1.HeaderClassName
{
color: #9F124F;
}
.AnyTagClassName
{
color: #9F124F;
}
</style>
background-color css
<style>
a { background-color: #9F124F; }
a { background-color: rgb(159,18,79); }
div.DivClassName
{
background-color: #9F124F;
}
.BgClassName
{
background-color: #9F124F;
}
</style>
border-color css
<style>
span { border-color: #9F124F; }
span { border-color: rgb(159,18,79); }
td.TdClassName
{
border-color: #9F124F;
}
.TagClassName
{
border-color: #9F124F;
}
</style>