Shades of Jazzberry Jam #9F0855
Tints of Jazzberry Jam #9F0855
RGB
CMYK
RGB Variations
Color information
#9F0855 (or 0x9F0855) is known color: Jazzberry Jam. HEX triplet: 9F, 08 and 55. RGB value is (159,8,85). Sum of RGB (Red+Green+Blue) = 159+8+85=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0855 is #60F7AA. Grayscale: #3D3D3D. Windows color (decimal): -6354859 or 5572767. OLE color: 5572767.
HSL color Cylindrical-coordinate representation of color #9F0855: hue angle of 329.4º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0855 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 85 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.38 |
| HSL | 329.4º | 0.9% | 0.33% | - |
| HSV(B) | 329.4º | 0.95% | 0.62% | - |
| XYZ | 16.02 | 8.2 | 9.33 | - |
| YUV | 61.93 | 141.03 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 85 | 0 | 0.95 | 0.47 | 0.38 | 329.4 | 0.9 | 0.33 |
| Hex | 9F | 8 | 55 | 0 | 5F | 2F | 26 | 149 | 5A | 21 |
| Octal | 237 | 10 | 125 | 0 | 137 | 57 | 46 | 511 | 132 | 41 |
| Binary | 10011111 | 1000 | 1010101 | 0 | 1011111 | 101111 | 100110 | 101001001 | 1011010 | 100001 |
Color Harmonies of #9F0855
Complementary color
Monochromatic Colors of #9F0855
Black with #9F0855
Text Example
Text Example
White with #9F0855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0855; }
p { color: rgb(159,8,85); }
H1.HeaderClassName
{
color: #9F0855;
}
.AnyTagClassName
{
color: #9F0855;
}
</style>
background-color css
<style>
a { background-color: #9F0855; }
a { background-color: rgb(159,8,85); }
div.DivClassName
{
background-color: #9F0855;
}
.BgClassName
{
background-color: #9F0855;
}
</style>
border-color css
<style>
span { border-color: #9F0855; }
span { border-color: rgb(159,8,85); }
td.TdClassName
{
border-color: #9F0855;
}
.TagClassName
{
border-color: #9F0855;
}
</style>