Shades of Jazzberry Jam #9F1662
Tints of Jazzberry Jam #9F1662
RGB
CMYK
RGB Variations
Color information
#9F1662 (or 0x9F1662) is known color: Jazzberry Jam. HEX triplet: 9F, 16 and 62. RGB value is (159,22,98). Sum of RGB (Red+Green+Blue) = 159+22+98=279 (36% of max value = 765). Red value is 159 (62.5% from 255 or 56.99% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1662 is #60E99D. Grayscale: #474747. Windows color (decimal): -6351262 or 6428319. OLE color: 6428319.
HSL color Cylindrical-coordinate representation of color #9F1662: hue angle of 326.72º 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 #9F1662 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 22 | 98 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.38 |
| HSL | 326.72º | 0.76% | 0.35% | - |
| HSV(B) | 326.72º | 0.86% | 0.62% | - |
| XYZ | 16.79 | 8.83 | 12.37 | - |
| YUV | 71.63 | 142.89 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 22 | 98 | 0 | 0.86 | 0.38 | 0.38 | 326.72 | 0.76 | 0.35 |
| Hex | 9F | 16 | 62 | 0 | 56 | 26 | 26 | 147 | 4C | 23 |
| Octal | 237 | 26 | 142 | 0 | 126 | 46 | 46 | 507 | 114 | 43 |
| Binary | 10011111 | 10110 | 1100010 | 0 | 1010110 | 100110 | 100110 | 101000111 | 1001100 | 100011 |
Color Harmonies of #9F1662
Complementary color
Monochromatic Colors of #9F1662
Black with #9F1662
Text Example
Text Example
White with #9F1662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1662; }
p { color: rgb(159,22,98); }
H1.HeaderClassName
{
color: #9F1662;
}
.AnyTagClassName
{
color: #9F1662;
}
</style>
background-color css
<style>
a { background-color: #9F1662; }
a { background-color: rgb(159,22,98); }
div.DivClassName
{
background-color: #9F1662;
}
.BgClassName
{
background-color: #9F1662;
}
</style>
border-color css
<style>
span { border-color: #9F1662; }
span { border-color: rgb(159,22,98); }
td.TdClassName
{
border-color: #9F1662;
}
.TagClassName
{
border-color: #9F1662;
}
</style>