Shades of Jazzberry Jam #9F1963
Tints of Jazzberry Jam #9F1963
RGB
CMYK
RGB Variations
Color information
#9F1963 (or 0x9F1963) is known color: Jazzberry Jam. HEX triplet: 9F, 19 and 63. RGB value is (159,25,99). Sum of RGB (Red+Green+Blue) = 159+25+99=283 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.18% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1963 is #60E69C. Grayscale: #494949. Windows color (decimal): -6350493 or 6494623. OLE color: 6494623.
HSL color Cylindrical-coordinate representation of color #9F1963: hue angle of 326.87º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1963 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 99 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.38 |
| HSL | 326.87º | 0.73% | 0.36% | - |
| HSV(B) | 326.87º | 0.84% | 0.62% | - |
| XYZ | 16.9 | 8.97 | 12.64 | - |
| YUV | 73.5 | 142.39 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 99 | 0 | 0.84 | 0.38 | 0.38 | 326.87 | 0.73 | 0.36 |
| Hex | 9F | 19 | 63 | 0 | 54 | 26 | 26 | 147 | 49 | 24 |
| Octal | 237 | 31 | 143 | 0 | 124 | 46 | 46 | 507 | 111 | 44 |
| Binary | 10011111 | 11001 | 1100011 | 0 | 1010100 | 100110 | 100110 | 101000111 | 1001001 | 100100 |
Color Harmonies of #9F1963
Complementary color
Monochromatic Colors of #9F1963
Black with #9F1963
Text Example
Text Example
White with #9F1963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1963; }
p { color: rgb(159,25,99); }
H1.HeaderClassName
{
color: #9F1963;
}
.AnyTagClassName
{
color: #9F1963;
}
</style>
background-color css
<style>
a { background-color: #9F1963; }
a { background-color: rgb(159,25,99); }
div.DivClassName
{
background-color: #9F1963;
}
.BgClassName
{
background-color: #9F1963;
}
</style>
border-color css
<style>
span { border-color: #9F1963; }
span { border-color: rgb(159,25,99); }
td.TdClassName
{
border-color: #9F1963;
}
.TagClassName
{
border-color: #9F1963;
}
</style>