Shades of Jazzberry Jam #9F0862
Tints of Jazzberry Jam #9F0862
RGB
CMYK
RGB Variations
Color information
#9F0862 (or 0x9F0862) is known color: Jazzberry Jam. HEX triplet: 9F, 08 and 62. RGB value is (159,8,98). Sum of RGB (Red+Green+Blue) = 159+8+98=265 (35% of max value = 765). Red value is 159 (62.5% from 255 or 60% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0862 is #60F79D. Grayscale: #3F3F3F. Windows color (decimal): -6354846 or 6424735. OLE color: 6424735.
HSL color Cylindrical-coordinate representation of color #9F0862: hue angle of 324.24º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0862 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 98 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.38 |
| HSL | 324.24º | 0.9% | 0.33% | - |
| HSV(B) | 324.24º | 0.95% | 0.62% | - |
| XYZ | 16.59 | 8.43 | 12.31 | - |
| YUV | 63.41 | 147.53 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 98 | 0 | 0.95 | 0.38 | 0.38 | 324.24 | 0.9 | 0.33 |
| Hex | 9F | 8 | 62 | 0 | 5F | 26 | 26 | 144 | 5A | 21 |
| Octal | 237 | 10 | 142 | 0 | 137 | 46 | 46 | 504 | 132 | 41 |
| Binary | 10011111 | 1000 | 1100010 | 0 | 1011111 | 100110 | 100110 | 101000100 | 1011010 | 100001 |
Color Harmonies of #9F0862
Complementary color
Monochromatic Colors of #9F0862
Black with #9F0862
Text Example
Text Example
White with #9F0862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0862; }
p { color: rgb(159,8,98); }
H1.HeaderClassName
{
color: #9F0862;
}
.AnyTagClassName
{
color: #9F0862;
}
</style>
background-color css
<style>
a { background-color: #9F0862; }
a { background-color: rgb(159,8,98); }
div.DivClassName
{
background-color: #9F0862;
}
.BgClassName
{
background-color: #9F0862;
}
</style>
border-color css
<style>
span { border-color: #9F0862; }
span { border-color: rgb(159,8,98); }
td.TdClassName
{
border-color: #9F0862;
}
.TagClassName
{
border-color: #9F0862;
}
</style>