Shades of Jazzberry Jam #9F1354
Tints of Jazzberry Jam #9F1354
RGB
CMYK
RGB Variations
Color information
#9F1354 (or 0x9F1354) is known color: Jazzberry Jam. HEX triplet: 9F, 13 and 54. RGB value is (159,19,84). Sum of RGB (Red+Green+Blue) = 159+19+84=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1354 is #60ECAB. Grayscale: #444444. Windows color (decimal): -6352044 or 5510047. OLE color: 5510047.
HSL color Cylindrical-coordinate representation of color #9F1354: hue angle of 332.14º 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 #9F1354 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 84 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.38 |
| HSL | 332.14º | 0.79% | 0.35% | - |
| HSV(B) | 332.14º | 0.88% | 0.62% | - |
| XYZ | 16.13 | 8.48 | 9.17 | - |
| YUV | 68.27 | 136.88 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 84 | 0 | 0.88 | 0.47 | 0.38 | 332.14 | 0.79 | 0.35 |
| Hex | 9F | 13 | 54 | 0 | 58 | 2F | 26 | 14C | 4F | 23 |
| Octal | 237 | 23 | 124 | 0 | 130 | 57 | 46 | 514 | 117 | 43 |
| Binary | 10011111 | 10011 | 1010100 | 0 | 1011000 | 101111 | 100110 | 101001100 | 1001111 | 100011 |
Color Harmonies of #9F1354
Complementary color
Monochromatic Colors of #9F1354
Black with #9F1354
Text Example
Text Example
White with #9F1354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1354; }
p { color: rgb(159,19,84); }
H1.HeaderClassName
{
color: #9F1354;
}
.AnyTagClassName
{
color: #9F1354;
}
</style>
background-color css
<style>
a { background-color: #9F1354; }
a { background-color: rgb(159,19,84); }
div.DivClassName
{
background-color: #9F1354;
}
.BgClassName
{
background-color: #9F1354;
}
</style>
border-color css
<style>
span { border-color: #9F1354; }
span { border-color: rgb(159,19,84); }
td.TdClassName
{
border-color: #9F1354;
}
.TagClassName
{
border-color: #9F1354;
}
</style>