Shades of Jazzberry Jam #9F1668
Tints of Jazzberry Jam #9F1668
RGB
CMYK
RGB Variations
Color information
#9F1668 (or 0x9F1668) is known color: Jazzberry Jam. HEX triplet: 9F, 16 and 68. RGB value is (159,22,104). Sum of RGB (Red+Green+Blue) = 159+22+104=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1668 is #60E997. Grayscale: #484848. Windows color (decimal): -6351256 or 6821535. OLE color: 6821535.
HSL color Cylindrical-coordinate representation of color #9F1668: hue angle of 324.09º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F1668 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 22 | 104 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.38 |
| HSL | 324.09º | 0.76% | 0.35% | - |
| HSV(B) | 324.09º | 0.86% | 0.62% | - |
| XYZ | 17.08 | 8.94 | 13.92 | - |
| YUV | 72.31 | 145.89 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 22 | 104 | 0 | 0.86 | 0.35 | 0.38 | 324.09 | 0.76 | 0.35 |
| Hex | 9F | 16 | 68 | 0 | 56 | 23 | 26 | 144 | 4C | 23 |
| Octal | 237 | 26 | 150 | 0 | 126 | 43 | 46 | 504 | 114 | 43 |
| Binary | 10011111 | 10110 | 1101000 | 0 | 1010110 | 100011 | 100110 | 101000100 | 1001100 | 100011 |
Color Harmonies of #9F1668
Complementary color
Monochromatic Colors of #9F1668
Black with #9F1668
Text Example
Text Example
White with #9F1668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1668; }
p { color: rgb(159,22,104); }
H1.HeaderClassName
{
color: #9F1668;
}
.AnyTagClassName
{
color: #9F1668;
}
</style>
background-color css
<style>
a { background-color: #9F1668; }
a { background-color: rgb(159,22,104); }
div.DivClassName
{
background-color: #9F1668;
}
.BgClassName
{
background-color: #9F1668;
}
</style>
border-color css
<style>
span { border-color: #9F1668; }
span { border-color: rgb(159,22,104); }
td.TdClassName
{
border-color: #9F1668;
}
.TagClassName
{
border-color: #9F1668;
}
</style>