Shades of Jazzberry Jam #9E094D
Tints of Jazzberry Jam #9E094D
RGB
CMYK
RGB Variations
Color information
#9E094D (or 0x9E094D) is known color: Jazzberry Jam. HEX triplet: 9E, 09 and 4D. RGB value is (158,9,77). Sum of RGB (Red+Green+Blue) = 158+9+77=244 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.75% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 158 - color contains mainly: red. Hex color #9E094D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E094D is #61F6B2. Grayscale: #3D3D3D. Windows color (decimal): -6420147 or 5048734. OLE color: 5048734.
HSL color Cylindrical-coordinate representation of color #9E094D: hue angle of 332.62º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E094D is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 9 | 77 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.38 |
| HSL | 332.62º | 0.89% | 0.33% | - |
| HSV(B) | 332.62º | 0.94% | 0.62% | - |
| XYZ | 15.54 | 8 | 7.75 | - |
| YUV | 61.3 | 136.86 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 9 | 77 | 0 | 0.94 | 0.51 | 0.38 | 332.62 | 0.89 | 0.33 |
| Hex | 9E | 9 | 4D | 0 | 5E | 33 | 26 | 14D | 59 | 21 |
| Octal | 236 | 11 | 115 | 0 | 136 | 63 | 46 | 515 | 131 | 41 |
| Binary | 10011110 | 1001 | 1001101 | 0 | 1011110 | 110011 | 100110 | 101001101 | 1011001 | 100001 |
Color Harmonies of #9E094D
Complementary color
Monochromatic Colors of #9E094D
Black with #9E094D
Text Example
Text Example
White with #9E094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E094D; }
p { color: rgb(158,9,77); }
H1.HeaderClassName
{
color: #9E094D;
}
.AnyTagClassName
{
color: #9E094D;
}
</style>
background-color css
<style>
a { background-color: #9E094D; }
a { background-color: rgb(158,9,77); }
div.DivClassName
{
background-color: #9E094D;
}
.BgClassName
{
background-color: #9E094D;
}
</style>
border-color css
<style>
span { border-color: #9E094D; }
span { border-color: rgb(158,9,77); }
td.TdClassName
{
border-color: #9E094D;
}
.TagClassName
{
border-color: #9E094D;
}
</style>