Shades of Jazzberry Jam #9F1863
Tints of Jazzberry Jam #9F1863
RGB
CMYK
RGB Variations
Color information
#9F1863 (or 0x9F1863) is known color: Jazzberry Jam. HEX triplet: 9F, 18 and 63. RGB value is (159,24,99). Sum of RGB (Red+Green+Blue) = 159+24+99=282 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.38% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1863 is #60E79C. Grayscale: #484848. Windows color (decimal): -6350749 or 6494367. OLE color: 6494367.
HSL color Cylindrical-coordinate representation of color #9F1863: hue angle of 326.67º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F1863 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 99 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.38 |
| HSL | 326.67º | 0.74% | 0.36% | - |
| HSV(B) | 326.67º | 0.85% | 0.62% | - |
| XYZ | 16.88 | 8.93 | 12.64 | - |
| YUV | 72.92 | 142.73 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 99 | 0 | 0.85 | 0.38 | 0.38 | 326.67 | 0.74 | 0.36 |
| Hex | 9F | 18 | 63 | 0 | 55 | 26 | 26 | 147 | 4A | 24 |
| Octal | 237 | 30 | 143 | 0 | 125 | 46 | 46 | 507 | 112 | 44 |
| Binary | 10011111 | 11000 | 1100011 | 0 | 1010101 | 100110 | 100110 | 101000111 | 1001010 | 100100 |
Color Harmonies of #9F1863
Complementary color
Monochromatic Colors of #9F1863
Black with #9F1863
Text Example
Text Example
White with #9F1863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1863; }
p { color: rgb(159,24,99); }
H1.HeaderClassName
{
color: #9F1863;
}
.AnyTagClassName
{
color: #9F1863;
}
</style>
background-color css
<style>
a { background-color: #9F1863; }
a { background-color: rgb(159,24,99); }
div.DivClassName
{
background-color: #9F1863;
}
.BgClassName
{
background-color: #9F1863;
}
</style>
border-color css
<style>
span { border-color: #9F1863; }
span { border-color: rgb(159,24,99); }
td.TdClassName
{
border-color: #9F1863;
}
.TagClassName
{
border-color: #9F1863;
}
</style>