Shades of Jazzberry Jam #9E084D
Tints of Jazzberry Jam #9E084D
RGB
CMYK
RGB Variations
Color information
#9E084D (or 0x9E084D) is known color: Jazzberry Jam. HEX triplet: 9E, 08 and 4D. RGB value is (158,8,77). Sum of RGB (Red+Green+Blue) = 158+8+77=243 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.02% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 158 - color contains mainly: red. Hex color #9E084D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E084D is #61F7B2. Grayscale: #3C3C3C. Windows color (decimal): -6420403 or 5048478. OLE color: 5048478.
HSL color Cylindrical-coordinate representation of color #9E084D: hue angle of 332.4º 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 #9E084D is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 77 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.38 |
| HSL | 332.4º | 0.9% | 0.33% | - |
| HSV(B) | 332.4º | 0.95% | 0.62% | - |
| XYZ | 15.53 | 7.98 | 7.74 | - |
| YUV | 60.72 | 137.2 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 77 | 0 | 0.95 | 0.51 | 0.38 | 332.4 | 0.9 | 0.33 |
| Hex | 9E | 8 | 4D | 0 | 5F | 33 | 26 | 14C | 5A | 21 |
| Octal | 236 | 10 | 115 | 0 | 137 | 63 | 46 | 514 | 132 | 41 |
| Binary | 10011110 | 1000 | 1001101 | 0 | 1011111 | 110011 | 100110 | 101001100 | 1011010 | 100001 |
Color Harmonies of #9E084D
Complementary color
Monochromatic Colors of #9E084D
Black with #9E084D
Text Example
Text Example
White with #9E084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E084D; }
p { color: rgb(158,8,77); }
H1.HeaderClassName
{
color: #9E084D;
}
.AnyTagClassName
{
color: #9E084D;
}
</style>
background-color css
<style>
a { background-color: #9E084D; }
a { background-color: rgb(158,8,77); }
div.DivClassName
{
background-color: #9E084D;
}
.BgClassName
{
background-color: #9E084D;
}
</style>
border-color css
<style>
span { border-color: #9E084D; }
span { border-color: rgb(158,8,77); }
td.TdClassName
{
border-color: #9E084D;
}
.TagClassName
{
border-color: #9E084D;
}
</style>