Shades of Jazzberry Jam #9F1868
Tints of Jazzberry Jam #9F1868
RGB
CMYK
RGB Variations
Color information
#9F1868 (or 0x9F1868) is known color: Jazzberry Jam. HEX triplet: 9F, 18 and 68. RGB value is (159,24,104). Sum of RGB (Red+Green+Blue) = 159+24+104=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1868 is #60E797. Grayscale: #494949. Windows color (decimal): -6350744 or 6822047. OLE color: 6822047.
HSL color Cylindrical-coordinate representation of color #9F1868: hue angle of 324.44º 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 #9F1868 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 104 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.38 |
| HSL | 324.44º | 0.74% | 0.36% | - |
| HSV(B) | 324.44º | 0.85% | 0.62% | - |
| XYZ | 17.12 | 9.02 | 13.94 | - |
| YUV | 73.49 | 145.23 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 104 | 0 | 0.85 | 0.35 | 0.38 | 324.44 | 0.74 | 0.36 |
| Hex | 9F | 18 | 68 | 0 | 55 | 23 | 26 | 144 | 4A | 24 |
| Octal | 237 | 30 | 150 | 0 | 125 | 43 | 46 | 504 | 112 | 44 |
| Binary | 10011111 | 11000 | 1101000 | 0 | 1010101 | 100011 | 100110 | 101000100 | 1001010 | 100100 |
Color Harmonies of #9F1868
Complementary color
Monochromatic Colors of #9F1868
Black with #9F1868
Text Example
Text Example
White with #9F1868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1868; }
p { color: rgb(159,24,104); }
H1.HeaderClassName
{
color: #9F1868;
}
.AnyTagClassName
{
color: #9F1868;
}
</style>
background-color css
<style>
a { background-color: #9F1868; }
a { background-color: rgb(159,24,104); }
div.DivClassName
{
background-color: #9F1868;
}
.BgClassName
{
background-color: #9F1868;
}
</style>
border-color css
<style>
span { border-color: #9F1868; }
span { border-color: rgb(159,24,104); }
td.TdClassName
{
border-color: #9F1868;
}
.TagClassName
{
border-color: #9F1868;
}
</style>