Shades of Jazzberry Jam #9F0960
Tints of Jazzberry Jam #9F0960
RGB
CMYK
RGB Variations
Color information
#9F0960 (or 0x9F0960) is known color: Jazzberry Jam. HEX triplet: 9F, 09 and 60. RGB value is (159,9,96). Sum of RGB (Red+Green+Blue) = 159+9+96=264 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.23% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0960 is #60F69F. Grayscale: #3F3F3F. Windows color (decimal): -6354592 or 6293919. OLE color: 6293919.
HSL color Cylindrical-coordinate representation of color #9F0960: hue angle of 325.2º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0960 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 96 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.38 |
| HSL | 325.2º | 0.89% | 0.33% | - |
| HSV(B) | 325.2º | 0.94% | 0.62% | - |
| XYZ | 16.51 | 8.41 | 11.82 | - |
| YUV | 63.77 | 146.2 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 96 | 0 | 0.94 | 0.40 | 0.38 | 325.2 | 0.89 | 0.33 |
| Hex | 9F | 9 | 60 | 0 | 5E | 28 | 26 | 145 | 59 | 21 |
| Octal | 237 | 11 | 140 | 0 | 136 | 50 | 46 | 505 | 131 | 41 |
| Binary | 10011111 | 1001 | 1100000 | 0 | 1011110 | 101000 | 100110 | 101000101 | 1011001 | 100001 |
Color Harmonies of #9F0960
Complementary color
Monochromatic Colors of #9F0960
Black with #9F0960
Text Example
Text Example
White with #9F0960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0960; }
p { color: rgb(159,9,96); }
H1.HeaderClassName
{
color: #9F0960;
}
.AnyTagClassName
{
color: #9F0960;
}
</style>
background-color css
<style>
a { background-color: #9F0960; }
a { background-color: rgb(159,9,96); }
div.DivClassName
{
background-color: #9F0960;
}
.BgClassName
{
background-color: #9F0960;
}
</style>
border-color css
<style>
span { border-color: #9F0960; }
span { border-color: rgb(159,9,96); }
td.TdClassName
{
border-color: #9F0960;
}
.TagClassName
{
border-color: #9F0960;
}
</style>