Shades of Jazzberry Jam #9F166B
Tints of Jazzberry Jam #9F166B
RGB
CMYK
RGB Variations
Color information
#9F166B (or 0x9F166B) is known color: Jazzberry Jam. HEX triplet: 9F, 16 and 6B. RGB value is (159,22,107). Sum of RGB (Red+Green+Blue) = 159+22+107=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F166B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F166B is #60E994. Grayscale: #484848. Windows color (decimal): -6351253 or 7018143. OLE color: 7018143.
HSL color Cylindrical-coordinate representation of color #9F166B: hue angle of 322.77º 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 #9F166B is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 22 | 107 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.38 |
| HSL | 322.77º | 0.76% | 0.35% | - |
| HSV(B) | 322.77º | 0.86% | 0.62% | - |
| XYZ | 17.24 | 9.01 | 14.74 | - |
| YUV | 72.65 | 147.39 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 22 | 107 | 0 | 0.86 | 0.33 | 0.38 | 322.77 | 0.76 | 0.35 |
| Hex | 9F | 16 | 6B | 0 | 56 | 21 | 26 | 143 | 4C | 23 |
| Octal | 237 | 26 | 153 | 0 | 126 | 41 | 46 | 503 | 114 | 43 |
| Binary | 10011111 | 10110 | 1101011 | 0 | 1010110 | 100001 | 100110 | 101000011 | 1001100 | 100011 |
Color Harmonies of #9F166B
Complementary color
Monochromatic Colors of #9F166B
Black with #9F166B
Text Example
Text Example
White with #9F166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F166B; }
p { color: rgb(159,22,107); }
H1.HeaderClassName
{
color: #9F166B;
}
.AnyTagClassName
{
color: #9F166B;
}
</style>
background-color css
<style>
a { background-color: #9F166B; }
a { background-color: rgb(159,22,107); }
div.DivClassName
{
background-color: #9F166B;
}
.BgClassName
{
background-color: #9F166B;
}
</style>
border-color css
<style>
span { border-color: #9F166B; }
span { border-color: rgb(159,22,107); }
td.TdClassName
{
border-color: #9F166B;
}
.TagClassName
{
border-color: #9F166B;
}
</style>