Shades of Jazzberry Jam #9F084E
Tints of Jazzberry Jam #9F084E
RGB
CMYK
RGB Variations
Color information
#9F084E (or 0x9F084E) is known color: Jazzberry Jam. HEX triplet: 9F, 08 and 4E. RGB value is (159,8,78). Sum of RGB (Red+Green+Blue) = 159+8+78=245 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.90% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 159 - color contains mainly: red. Hex color #9F084E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F084E is #60F7B1. Grayscale: #3C3C3C. Windows color (decimal): -6354866 or 5114015. OLE color: 5114015.
HSL color Cylindrical-coordinate representation of color #9F084E: hue angle of 332.19º 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 #9F084E is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 78 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.38 |
| HSL | 332.19º | 0.9% | 0.33% | - |
| HSV(B) | 332.19º | 0.95% | 0.62% | - |
| XYZ | 15.76 | 8.09 | 7.94 | - |
| YUV | 61.13 | 137.53 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 78 | 0 | 0.95 | 0.51 | 0.38 | 332.19 | 0.9 | 0.33 |
| Hex | 9F | 8 | 4E | 0 | 5F | 33 | 26 | 14C | 5A | 21 |
| Octal | 237 | 10 | 116 | 0 | 137 | 63 | 46 | 514 | 132 | 41 |
| Binary | 10011111 | 1000 | 1001110 | 0 | 1011111 | 110011 | 100110 | 101001100 | 1011010 | 100001 |
Color Harmonies of #9F084E
Complementary color
Monochromatic Colors of #9F084E
Black with #9F084E
Text Example
Text Example
White with #9F084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F084E; }
p { color: rgb(159,8,78); }
H1.HeaderClassName
{
color: #9F084E;
}
.AnyTagClassName
{
color: #9F084E;
}
</style>
background-color css
<style>
a { background-color: #9F084E; }
a { background-color: rgb(159,8,78); }
div.DivClassName
{
background-color: #9F084E;
}
.BgClassName
{
background-color: #9F084E;
}
</style>
border-color css
<style>
span { border-color: #9F084E; }
span { border-color: rgb(159,8,78); }
td.TdClassName
{
border-color: #9F084E;
}
.TagClassName
{
border-color: #9F084E;
}
</style>