Shades of Jazzberry Jam #9F176B
Tints of Jazzberry Jam #9F176B
RGB
CMYK
RGB Variations
Color information
#9F176B (or 0x9F176B) is known color: Jazzberry Jam. HEX triplet: 9F, 17 and 6B. RGB value is (159,23,107). Sum of RGB (Red+Green+Blue) = 159+23+107=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F176B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F176B is #60E894. Grayscale: #494949. Windows color (decimal): -6350997 or 7018399. OLE color: 7018399.
HSL color Cylindrical-coordinate representation of color #9F176B: hue angle of 322.94º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F176B is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 23 | 107 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.38 |
| HSL | 322.94º | 0.75% | 0.36% | - |
| HSV(B) | 322.94º | 0.86% | 0.62% | - |
| XYZ | 17.26 | 9.05 | 14.75 | - |
| YUV | 73.24 | 147.06 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 107 | 0 | 0.86 | 0.33 | 0.38 | 322.94 | 0.75 | 0.36 |
| Hex | 9F | 17 | 6B | 0 | 56 | 21 | 26 | 143 | 4B | 24 |
| Octal | 237 | 27 | 153 | 0 | 126 | 41 | 46 | 503 | 113 | 44 |
| Binary | 10011111 | 10111 | 1101011 | 0 | 1010110 | 100001 | 100110 | 101000011 | 1001011 | 100100 |
Color Harmonies of #9F176B
Complementary color
Monochromatic Colors of #9F176B
Black with #9F176B
Text Example
Text Example
White with #9F176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F176B; }
p { color: rgb(159,23,107); }
H1.HeaderClassName
{
color: #9F176B;
}
.AnyTagClassName
{
color: #9F176B;
}
</style>
background-color css
<style>
a { background-color: #9F176B; }
a { background-color: rgb(159,23,107); }
div.DivClassName
{
background-color: #9F176B;
}
.BgClassName
{
background-color: #9F176B;
}
</style>
border-color css
<style>
span { border-color: #9F176B; }
span { border-color: rgb(159,23,107); }
td.TdClassName
{
border-color: #9F176B;
}
.TagClassName
{
border-color: #9F176B;
}
</style>