Shades of Jazzberry Jam #9F1864
Tints of Jazzberry Jam #9F1864
RGB
CMYK
RGB Variations
Color information
#9F1864 (or 0x9F1864) is known color: Jazzberry Jam. HEX triplet: 9F, 18 and 64. RGB value is (159,24,100). Sum of RGB (Red+Green+Blue) = 159+24+100=283 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.18% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1864 is #60E79B. Grayscale: #484848. Windows color (decimal): -6350748 or 6559903. OLE color: 6559903.
HSL color Cylindrical-coordinate representation of color #9F1864: hue angle of 326.22º 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 #9F1864 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 100 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.38 |
| HSL | 326.22º | 0.74% | 0.36% | - |
| HSV(B) | 326.22º | 0.85% | 0.62% | - |
| XYZ | 16.92 | 8.94 | 12.89 | - |
| YUV | 73.03 | 143.23 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 100 | 0 | 0.85 | 0.37 | 0.38 | 326.22 | 0.74 | 0.36 |
| Hex | 9F | 18 | 64 | 0 | 55 | 25 | 26 | 146 | 4A | 24 |
| Octal | 237 | 30 | 144 | 0 | 125 | 45 | 46 | 506 | 112 | 44 |
| Binary | 10011111 | 11000 | 1100100 | 0 | 1010101 | 100101 | 100110 | 101000110 | 1001010 | 100100 |
Color Harmonies of #9F1864
Complementary color
Monochromatic Colors of #9F1864
Black with #9F1864
Text Example
Text Example
White with #9F1864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1864; }
p { color: rgb(159,24,100); }
H1.HeaderClassName
{
color: #9F1864;
}
.AnyTagClassName
{
color: #9F1864;
}
</style>
background-color css
<style>
a { background-color: #9F1864; }
a { background-color: rgb(159,24,100); }
div.DivClassName
{
background-color: #9F1864;
}
.BgClassName
{
background-color: #9F1864;
}
</style>
border-color css
<style>
span { border-color: #9F1864; }
span { border-color: rgb(159,24,100); }
td.TdClassName
{
border-color: #9F1864;
}
.TagClassName
{
border-color: #9F1864;
}
</style>