Shades of Jazzberry Jam #9F1261
Tints of Jazzberry Jam #9F1261
RGB
CMYK
RGB Variations
Color information
#9F1261 (or 0x9F1261) is known color: Jazzberry Jam. HEX triplet: 9F, 12 and 61. RGB value is (159,18,97). Sum of RGB (Red+Green+Blue) = 159+18+97=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1261 is #60ED9E. Grayscale: #444444. Windows color (decimal): -6352287 or 6361759. OLE color: 6361759.
HSL color Cylindrical-coordinate representation of color #9F1261: hue angle of 326.38º 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 #9F1261 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 97 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.38 |
| HSL | 326.38º | 0.8% | 0.35% | - |
| HSV(B) | 326.38º | 0.89% | 0.62% | - |
| XYZ | 16.67 | 8.67 | 12.1 | - |
| YUV | 69.17 | 143.71 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 97 | 0 | 0.89 | 0.39 | 0.38 | 326.38 | 0.8 | 0.35 |
| Hex | 9F | 12 | 61 | 0 | 59 | 27 | 26 | 146 | 50 | 23 |
| Octal | 237 | 22 | 141 | 0 | 131 | 47 | 46 | 506 | 120 | 43 |
| Binary | 10011111 | 10010 | 1100001 | 0 | 1011001 | 100111 | 100110 | 101000110 | 1010000 | 100011 |
Color Harmonies of #9F1261
Complementary color
Monochromatic Colors of #9F1261
Black with #9F1261
Text Example
Text Example
White with #9F1261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1261; }
p { color: rgb(159,18,97); }
H1.HeaderClassName
{
color: #9F1261;
}
.AnyTagClassName
{
color: #9F1261;
}
</style>
background-color css
<style>
a { background-color: #9F1261; }
a { background-color: rgb(159,18,97); }
div.DivClassName
{
background-color: #9F1261;
}
.BgClassName
{
background-color: #9F1261;
}
</style>
border-color css
<style>
span { border-color: #9F1261; }
span { border-color: rgb(159,18,97); }
td.TdClassName
{
border-color: #9F1261;
}
.TagClassName
{
border-color: #9F1261;
}
</style>