Shades of Jazzberry Jam #9F1352
Tints of Jazzberry Jam #9F1352
RGB
CMYK
RGB Variations
Color information
#9F1352 (or 0x9F1352) is known color: Jazzberry Jam. HEX triplet: 9F, 13 and 52. RGB value is (159,19,82). Sum of RGB (Red+Green+Blue) = 159+19+82=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1352 is #60ECAD. Grayscale: #434343. Windows color (decimal): -6352046 or 5378975. OLE color: 5378975.
HSL color Cylindrical-coordinate representation of color #9F1352: hue angle of 333º 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 #9F1352 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 82 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.38 |
| HSL | 333º | 0.79% | 0.35% | - |
| HSV(B) | 333º | 0.88% | 0.62% | - |
| XYZ | 16.05 | 8.45 | 8.77 | - |
| YUV | 68.04 | 135.88 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 82 | 0 | 0.88 | 0.48 | 0.38 | 333 | 0.79 | 0.35 |
| Hex | 9F | 13 | 52 | 0 | 58 | 30 | 26 | 14D | 4F | 23 |
| Octal | 237 | 23 | 122 | 0 | 130 | 60 | 46 | 515 | 117 | 43 |
| Binary | 10011111 | 10011 | 1010010 | 0 | 1011000 | 110000 | 100110 | 101001101 | 1001111 | 100011 |
Color Harmonies of #9F1352
Complementary color
Monochromatic Colors of #9F1352
Black with #9F1352
Text Example
Text Example
White with #9F1352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1352; }
p { color: rgb(159,19,82); }
H1.HeaderClassName
{
color: #9F1352;
}
.AnyTagClassName
{
color: #9F1352;
}
</style>
background-color css
<style>
a { background-color: #9F1352; }
a { background-color: rgb(159,19,82); }
div.DivClassName
{
background-color: #9F1352;
}
.BgClassName
{
background-color: #9F1352;
}
</style>
border-color css
<style>
span { border-color: #9F1352; }
span { border-color: rgb(159,19,82); }
td.TdClassName
{
border-color: #9F1352;
}
.TagClassName
{
border-color: #9F1352;
}
</style>