Shades of Jazzberry Jam #9F064D
Tints of Jazzberry Jam #9F064D
RGB
CMYK
RGB Variations
Color information
#9F064D (or 0x9F064D) is known color: Jazzberry Jam. HEX triplet: 9F, 06 and 4D. RGB value is (159,6,77). Sum of RGB (Red+Green+Blue) = 159+6+77=242 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.70% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 159 - color contains mainly: red. Hex color #9F064D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F064D is #60F9B2. Grayscale: #3B3B3B. Windows color (decimal): -6355379 or 5047967. OLE color: 5047967.
HSL color Cylindrical-coordinate representation of color #9F064D: hue angle of 332.16º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F064D is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 6 | 77 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.38 |
| HSL | 332.16º | 0.93% | 0.32% | - |
| HSV(B) | 332.16º | 0.96% | 0.62% | - |
| XYZ | 15.7 | 8.04 | 7.74 | - |
| YUV | 59.84 | 137.69 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 6 | 77 | 0 | 0.96 | 0.52 | 0.38 | 332.16 | 0.93 | 0.32 |
| Hex | 9F | 6 | 4D | 0 | 60 | 34 | 26 | 14C | 5D | 20 |
| Octal | 237 | 6 | 115 | 0 | 140 | 64 | 46 | 514 | 135 | 40 |
| Binary | 10011111 | 110 | 1001101 | 0 | 1100000 | 110100 | 100110 | 101001100 | 1011101 | 100000 |
Color Harmonies of #9F064D
Complementary color
Monochromatic Colors of #9F064D
Black with #9F064D
Text Example
Text Example
White with #9F064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F064D; }
p { color: rgb(159,6,77); }
H1.HeaderClassName
{
color: #9F064D;
}
.AnyTagClassName
{
color: #9F064D;
}
</style>
background-color css
<style>
a { background-color: #9F064D; }
a { background-color: rgb(159,6,77); }
div.DivClassName
{
background-color: #9F064D;
}
.BgClassName
{
background-color: #9F064D;
}
</style>
border-color css
<style>
span { border-color: #9F064D; }
span { border-color: rgb(159,6,77); }
td.TdClassName
{
border-color: #9F064D;
}
.TagClassName
{
border-color: #9F064D;
}
</style>