Shades of Jazzberry Jam #9F1764
Tints of Jazzberry Jam #9F1764
RGB
CMYK
RGB Variations
Color information
#9F1764 (or 0x9F1764) is known color: Jazzberry Jam. HEX triplet: 9F, 17 and 64. RGB value is (159,23,100). Sum of RGB (Red+Green+Blue) = 159+23+100=282 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.38% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1764 is #60E89B. Grayscale: #484848. Windows color (decimal): -6351004 or 6559647. OLE color: 6559647.
HSL color Cylindrical-coordinate representation of color #9F1764: hue angle of 326.03º 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 #9F1764 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 23 | 100 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.38 |
| HSL | 326.03º | 0.75% | 0.36% | - |
| HSV(B) | 326.03º | 0.86% | 0.62% | - |
| XYZ | 16.9 | 8.9 | 12.88 | - |
| YUV | 72.44 | 143.56 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 100 | 0 | 0.86 | 0.37 | 0.38 | 326.03 | 0.75 | 0.36 |
| Hex | 9F | 17 | 64 | 0 | 56 | 25 | 26 | 146 | 4B | 24 |
| Octal | 237 | 27 | 144 | 0 | 126 | 45 | 46 | 506 | 113 | 44 |
| Binary | 10011111 | 10111 | 1100100 | 0 | 1010110 | 100101 | 100110 | 101000110 | 1001011 | 100100 |
Color Harmonies of #9F1764
Complementary color
Monochromatic Colors of #9F1764
Black with #9F1764
Text Example
Text Example
White with #9F1764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1764; }
p { color: rgb(159,23,100); }
H1.HeaderClassName
{
color: #9F1764;
}
.AnyTagClassName
{
color: #9F1764;
}
</style>
background-color css
<style>
a { background-color: #9F1764; }
a { background-color: rgb(159,23,100); }
div.DivClassName
{
background-color: #9F1764;
}
.BgClassName
{
background-color: #9F1764;
}
</style>
border-color css
<style>
span { border-color: #9F1764; }
span { border-color: rgb(159,23,100); }
td.TdClassName
{
border-color: #9F1764;
}
.TagClassName
{
border-color: #9F1764;
}
</style>