Shades of Jazzberry Jam #9E114D
Tints of Jazzberry Jam #9E114D
RGB
CMYK
RGB Variations
Color information
#9E114D (or 0x9E114D) is known color: Jazzberry Jam. HEX triplet: 9E, 11 and 4D. RGB value is (158,17,77). Sum of RGB (Red+Green+Blue) = 158+17+77=252 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.70% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 158 - color contains mainly: red. Hex color #9E114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E114D is #61EEB2. Grayscale: #414141. Windows color (decimal): -6418099 or 5050782. OLE color: 5050782.
HSL color Cylindrical-coordinate representation of color #9E114D: hue angle of 334.47º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E114D is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 17 | 77 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.38 |
| HSL | 334.47º | 0.81% | 0.34% | - |
| HSV(B) | 334.47º | 0.89% | 0.62% | - |
| XYZ | 15.64 | 8.21 | 7.78 | - |
| YUV | 66 | 134.21 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 17 | 77 | 0 | 0.89 | 0.51 | 0.38 | 334.47 | 0.81 | 0.34 |
| Hex | 9E | 11 | 4D | 0 | 59 | 33 | 26 | 14E | 51 | 22 |
| Octal | 236 | 21 | 115 | 0 | 131 | 63 | 46 | 516 | 121 | 42 |
| Binary | 10011110 | 10001 | 1001101 | 0 | 1011001 | 110011 | 100110 | 101001110 | 1010001 | 100010 |
Color Harmonies of #9E114D
Complementary color
Monochromatic Colors of #9E114D
Black with #9E114D
Text Example
Text Example
White with #9E114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E114D; }
p { color: rgb(158,17,77); }
H1.HeaderClassName
{
color: #9E114D;
}
.AnyTagClassName
{
color: #9E114D;
}
</style>
background-color css
<style>
a { background-color: #9E114D; }
a { background-color: rgb(158,17,77); }
div.DivClassName
{
background-color: #9E114D;
}
.BgClassName
{
background-color: #9E114D;
}
</style>
border-color css
<style>
span { border-color: #9E114D; }
span { border-color: rgb(158,17,77); }
td.TdClassName
{
border-color: #9E114D;
}
.TagClassName
{
border-color: #9E114D;
}
</style>