Shades of Jazzberry Jam #9F166F
Tints of Jazzberry Jam #9F166F
RGB
CMYK
RGB Variations
Color information
#9F166F (or 0x9F166F) is known color: Jazzberry Jam. HEX triplet: 9F, 16 and 6F. RGB value is (159,22,111). Sum of RGB (Red+Green+Blue) = 159+22+111=292 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.45% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 159 - color contains mainly: red. Hex color #9F166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F166F is #60E990. Grayscale: #484848. Windows color (decimal): -6351249 or 7280287. OLE color: 7280287.
HSL color Cylindrical-coordinate representation of color #9F166F: hue angle of 321.02º 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 #9F166F is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 22 | 111 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.38 |
| HSL | 321.02º | 0.76% | 0.35% | - |
| HSV(B) | 321.02º | 0.86% | 0.62% | - |
| XYZ | 17.45 | 9.09 | 15.87 | - |
| YUV | 73.11 | 149.39 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 22 | 111 | 0 | 0.86 | 0.30 | 0.38 | 321.02 | 0.76 | 0.35 |
| Hex | 9F | 16 | 6F | 0 | 56 | 1E | 26 | 141 | 4C | 23 |
| Octal | 237 | 26 | 157 | 0 | 126 | 36 | 46 | 501 | 114 | 43 |
| Binary | 10011111 | 10110 | 1101111 | 0 | 1010110 | 11110 | 100110 | 101000001 | 1001100 | 100011 |
Color Harmonies of #9F166F
Complementary color
Monochromatic Colors of #9F166F
Black with #9F166F
Text Example
Text Example
White with #9F166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F166F; }
p { color: rgb(159,22,111); }
H1.HeaderClassName
{
color: #9F166F;
}
.AnyTagClassName
{
color: #9F166F;
}
</style>
background-color css
<style>
a { background-color: #9F166F; }
a { background-color: rgb(159,22,111); }
div.DivClassName
{
background-color: #9F166F;
}
.BgClassName
{
background-color: #9F166F;
}
</style>
border-color css
<style>
span { border-color: #9F166F; }
span { border-color: rgb(159,22,111); }
td.TdClassName
{
border-color: #9F166F;
}
.TagClassName
{
border-color: #9F166F;
}
</style>