Shades of Jazzberry Jam #9F1771
Tints of Jazzberry Jam #9F1771
RGB
CMYK
RGB Variations
Color information
#9F1771 (or 0x9F1771) is known color: Jazzberry Jam. HEX triplet: 9F, 17 and 71. RGB value is (159,23,113). Sum of RGB (Red+Green+Blue) = 159+23+113=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1771 is #60E88E. Grayscale: #494949. Windows color (decimal): -6350991 or 7411615. OLE color: 7411615.
HSL color Cylindrical-coordinate representation of color #9F1771: hue angle of 320.29º 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 #9F1771 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 23 | 113 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.38 |
| HSL | 320.29º | 0.75% | 0.36% | - |
| HSV(B) | 320.29º | 0.86% | 0.62% | - |
| XYZ | 17.59 | 9.18 | 16.47 | - |
| YUV | 73.92 | 150.06 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 113 | 0 | 0.86 | 0.29 | 0.38 | 320.29 | 0.75 | 0.36 |
| Hex | 9F | 17 | 71 | 0 | 56 | 1D | 26 | 140 | 4B | 24 |
| Octal | 237 | 27 | 161 | 0 | 126 | 35 | 46 | 500 | 113 | 44 |
| Binary | 10011111 | 10111 | 1110001 | 0 | 1010110 | 11101 | 100110 | 101000000 | 1001011 | 100100 |
Color Harmonies of #9F1771
Complementary color
Monochromatic Colors of #9F1771
Black with #9F1771
Text Example
Text Example
White with #9F1771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1771; }
p { color: rgb(159,23,113); }
H1.HeaderClassName
{
color: #9F1771;
}
.AnyTagClassName
{
color: #9F1771;
}
</style>
background-color css
<style>
a { background-color: #9F1771; }
a { background-color: rgb(159,23,113); }
div.DivClassName
{
background-color: #9F1771;
}
.BgClassName
{
background-color: #9F1771;
}
</style>
border-color css
<style>
span { border-color: #9F1771; }
span { border-color: rgb(159,23,113); }
td.TdClassName
{
border-color: #9F1771;
}
.TagClassName
{
border-color: #9F1771;
}
</style>