Shades of Jazzberry Jam #9F124A
Tints of Jazzberry Jam #9F124A
RGB
CMYK
RGB Variations
Color information
#9F124A (or 0x9F124A) is known color: Jazzberry Jam. HEX triplet: 9F, 12 and 4A. RGB value is (159,18,74). Sum of RGB (Red+Green+Blue) = 159+18+74=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F124A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F124A is #60EDB5. Grayscale: #424242. Windows color (decimal): -6352310 or 4854431. OLE color: 4854431.
HSL color Cylindrical-coordinate representation of color #9F124A: hue angle of 336.17º 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 #9F124A is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 74 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.38 |
| HSL | 336.17º | 0.8% | 0.35% | - |
| HSV(B) | 336.17º | 0.89% | 0.62% | - |
| XYZ | 15.75 | 8.3 | 7.25 | - |
| YUV | 66.54 | 132.21 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 74 | 0 | 0.89 | 0.53 | 0.38 | 336.17 | 0.8 | 0.35 |
| Hex | 9F | 12 | 4A | 0 | 59 | 35 | 26 | 150 | 50 | 23 |
| Octal | 237 | 22 | 112 | 0 | 131 | 65 | 46 | 520 | 120 | 43 |
| Binary | 10011111 | 10010 | 1001010 | 0 | 1011001 | 110101 | 100110 | 101010000 | 1010000 | 100011 |
Color Harmonies of #9F124A
Complementary color
Monochromatic Colors of #9F124A
Black with #9F124A
Text Example
Text Example
White with #9F124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F124A; }
p { color: rgb(159,18,74); }
H1.HeaderClassName
{
color: #9F124A;
}
.AnyTagClassName
{
color: #9F124A;
}
</style>
background-color css
<style>
a { background-color: #9F124A; }
a { background-color: rgb(159,18,74); }
div.DivClassName
{
background-color: #9F124A;
}
.BgClassName
{
background-color: #9F124A;
}
</style>
border-color css
<style>
span { border-color: #9F124A; }
span { border-color: rgb(159,18,74); }
td.TdClassName
{
border-color: #9F124A;
}
.TagClassName
{
border-color: #9F124A;
}
</style>