Shades of Jazzberry Jam #9F1855
Tints of Jazzberry Jam #9F1855
RGB
CMYK
RGB Variations
Color information
#9F1855 (or 0x9F1855) is known color: Jazzberry Jam. HEX triplet: 9F, 18 and 55. RGB value is (159,24,85). Sum of RGB (Red+Green+Blue) = 159+24+85=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1855 is #60E7AA. Grayscale: #474747. Windows color (decimal): -6350763 or 5576863. OLE color: 5576863.
HSL color Cylindrical-coordinate representation of color #9F1855: hue angle of 332.89º 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 #9F1855 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 85 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.38 |
| HSL | 332.89º | 0.74% | 0.36% | - |
| HSV(B) | 332.89º | 0.85% | 0.62% | - |
| XYZ | 16.26 | 8.68 | 9.41 | - |
| YUV | 71.32 | 135.73 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 85 | 0 | 0.85 | 0.47 | 0.38 | 332.89 | 0.74 | 0.36 |
| Hex | 9F | 18 | 55 | 0 | 55 | 2F | 26 | 14D | 4A | 24 |
| Octal | 237 | 30 | 125 | 0 | 125 | 57 | 46 | 515 | 112 | 44 |
| Binary | 10011111 | 11000 | 1010101 | 0 | 1010101 | 101111 | 100110 | 101001101 | 1001010 | 100100 |
Color Harmonies of #9F1855
Complementary color
Monochromatic Colors of #9F1855
Black with #9F1855
Text Example
Text Example
White with #9F1855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1855; }
p { color: rgb(159,24,85); }
H1.HeaderClassName
{
color: #9F1855;
}
.AnyTagClassName
{
color: #9F1855;
}
</style>
background-color css
<style>
a { background-color: #9F1855; }
a { background-color: rgb(159,24,85); }
div.DivClassName
{
background-color: #9F1855;
}
.BgClassName
{
background-color: #9F1855;
}
</style>
border-color css
<style>
span { border-color: #9F1855; }
span { border-color: rgb(159,24,85); }
td.TdClassName
{
border-color: #9F1855;
}
.TagClassName
{
border-color: #9F1855;
}
</style>