Shades of Jazzberry Jam #9F064C
Tints of Jazzberry Jam #9F064C
RGB
CMYK
RGB Variations
Color information
#9F064C (or 0x9F064C) is known color: Jazzberry Jam. HEX triplet: 9F, 06 and 4C. RGB value is (159,6,76). Sum of RGB (Red+Green+Blue) = 159+6+76=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F064C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F064C is #60F9B3. Grayscale: #3B3B3B. Windows color (decimal): -6355380 or 4982431. OLE color: 4982431.
HSL color Cylindrical-coordinate representation of color #9F064C: hue angle of 332.55º 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 #9F064C is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 6 | 76 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.38 |
| HSL | 332.55º | 0.93% | 0.32% | - |
| HSV(B) | 332.55º | 0.96% | 0.62% | - |
| XYZ | 15.67 | 8.02 | 7.56 | - |
| YUV | 59.73 | 137.19 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 6 | 76 | 0 | 0.96 | 0.52 | 0.38 | 332.55 | 0.93 | 0.32 |
| Hex | 9F | 6 | 4C | 0 | 60 | 34 | 26 | 14D | 5D | 20 |
| Octal | 237 | 6 | 114 | 0 | 140 | 64 | 46 | 515 | 135 | 40 |
| Binary | 10011111 | 110 | 1001100 | 0 | 1100000 | 110100 | 100110 | 101001101 | 1011101 | 100000 |
Color Harmonies of #9F064C
Complementary color
Monochromatic Colors of #9F064C
Black with #9F064C
Text Example
Text Example
White with #9F064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F064C; }
p { color: rgb(159,6,76); }
H1.HeaderClassName
{
color: #9F064C;
}
.AnyTagClassName
{
color: #9F064C;
}
</style>
background-color css
<style>
a { background-color: #9F064C; }
a { background-color: rgb(159,6,76); }
div.DivClassName
{
background-color: #9F064C;
}
.BgClassName
{
background-color: #9F064C;
}
</style>
border-color css
<style>
span { border-color: #9F064C; }
span { border-color: rgb(159,6,76); }
td.TdClassName
{
border-color: #9F064C;
}
.TagClassName
{
border-color: #9F064C;
}
</style>