Shades of Jazzberry Jam #9F084D
Tints of Jazzberry Jam #9F084D
RGB
CMYK
RGB Variations
Color information
#9F084D (or 0x9F084D) is known color: Jazzberry Jam. HEX triplet: 9F, 08 and 4D. RGB value is (159,8,77). Sum of RGB (Red+Green+Blue) = 159+8+77=244 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.16% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 159 - color contains mainly: red. Hex color #9F084D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F084D is #60F7B2. Grayscale: #3C3C3C. Windows color (decimal): -6354867 or 5048479. OLE color: 5048479.
HSL color Cylindrical-coordinate representation of color #9F084D: hue angle of 332.58º 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 #9F084D is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 77 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.38 |
| HSL | 332.58º | 0.9% | 0.33% | - |
| HSV(B) | 332.58º | 0.95% | 0.62% | - |
| XYZ | 15.72 | 8.08 | 7.75 | - |
| YUV | 61.02 | 137.03 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 77 | 0 | 0.95 | 0.52 | 0.38 | 332.58 | 0.9 | 0.33 |
| Hex | 9F | 8 | 4D | 0 | 5F | 34 | 26 | 14D | 5A | 21 |
| Octal | 237 | 10 | 115 | 0 | 137 | 64 | 46 | 515 | 132 | 41 |
| Binary | 10011111 | 1000 | 1001101 | 0 | 1011111 | 110100 | 100110 | 101001101 | 1011010 | 100001 |
Color Harmonies of #9F084D
Complementary color
Monochromatic Colors of #9F084D
Black with #9F084D
Text Example
Text Example
White with #9F084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F084D; }
p { color: rgb(159,8,77); }
H1.HeaderClassName
{
color: #9F084D;
}
.AnyTagClassName
{
color: #9F084D;
}
</style>
background-color css
<style>
a { background-color: #9F084D; }
a { background-color: rgb(159,8,77); }
div.DivClassName
{
background-color: #9F084D;
}
.BgClassName
{
background-color: #9F084D;
}
</style>
border-color css
<style>
span { border-color: #9F084D; }
span { border-color: rgb(159,8,77); }
td.TdClassName
{
border-color: #9F084D;
}
.TagClassName
{
border-color: #9F084D;
}
</style>