Shades of Jazzberry Jam #9F156B
Tints of Jazzberry Jam #9F156B
RGB
CMYK
RGB Variations
Color information
#9F156B (or 0x9F156B) is known color: Jazzberry Jam. HEX triplet: 9F, 15 and 6B. RGB value is (159,21,107). Sum of RGB (Red+Green+Blue) = 159+21+107=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F156B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F156B is #60EA94. Grayscale: #474747. Windows color (decimal): -6351509 or 7017887. OLE color: 7017887.
HSL color Cylindrical-coordinate representation of color #9F156B: hue angle of 322.61º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F156B is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 21 | 107 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.38 |
| HSL | 322.61º | 0.77% | 0.35% | - |
| HSV(B) | 322.61º | 0.87% | 0.62% | - |
| XYZ | 17.22 | 8.97 | 14.73 | - |
| YUV | 72.07 | 147.72 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 107 | 0 | 0.87 | 0.33 | 0.38 | 322.61 | 0.77 | 0.35 |
| Hex | 9F | 15 | 6B | 0 | 57 | 21 | 26 | 143 | 4D | 23 |
| Octal | 237 | 25 | 153 | 0 | 127 | 41 | 46 | 503 | 115 | 43 |
| Binary | 10011111 | 10101 | 1101011 | 0 | 1010111 | 100001 | 100110 | 101000011 | 1001101 | 100011 |
Color Harmonies of #9F156B
Complementary color
Monochromatic Colors of #9F156B
Black with #9F156B
Text Example
Text Example
White with #9F156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F156B; }
p { color: rgb(159,21,107); }
H1.HeaderClassName
{
color: #9F156B;
}
.AnyTagClassName
{
color: #9F156B;
}
</style>
background-color css
<style>
a { background-color: #9F156B; }
a { background-color: rgb(159,21,107); }
div.DivClassName
{
background-color: #9F156B;
}
.BgClassName
{
background-color: #9F156B;
}
</style>
border-color css
<style>
span { border-color: #9F156B; }
span { border-color: rgb(159,21,107); }
td.TdClassName
{
border-color: #9F156B;
}
.TagClassName
{
border-color: #9F156B;
}
</style>