Shades of Jazzberry Jam #9E1246
Tints of Jazzberry Jam #9E1246
RGB
CMYK
RGB Variations
Color information
#9E1246 (or 0x9E1246) is known color: Jazzberry Jam. HEX triplet: 9E, 12 and 46. RGB value is (158,18,70). Sum of RGB (Red+Green+Blue) = 158+18+70=246 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.23% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1246 is #61EDB9. Grayscale: #414141. Windows color (decimal): -6417850 or 4592286. OLE color: 4592286.
HSL color Cylindrical-coordinate representation of color #9E1246: hue angle of 337.71º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E1246 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 18 | 70 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.38 |
| HSL | 337.71º | 0.8% | 0.35% | - |
| HSV(B) | 337.71º | 0.89% | 0.62% | - |
| XYZ | 15.42 | 8.14 | 6.55 | - |
| YUV | 65.79 | 130.38 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 18 | 70 | 0 | 0.89 | 0.56 | 0.38 | 337.71 | 0.8 | 0.35 |
| Hex | 9E | 12 | 46 | 0 | 59 | 38 | 26 | 152 | 50 | 23 |
| Octal | 236 | 22 | 106 | 0 | 131 | 70 | 46 | 522 | 120 | 43 |
| Binary | 10011110 | 10010 | 1000110 | 0 | 1011001 | 111000 | 100110 | 101010010 | 1010000 | 100011 |
Color Harmonies of #9E1246
Complementary color
Monochromatic Colors of #9E1246
Black with #9E1246
Text Example
Text Example
White with #9E1246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1246; }
p { color: rgb(158,18,70); }
H1.HeaderClassName
{
color: #9E1246;
}
.AnyTagClassName
{
color: #9E1246;
}
</style>
background-color css
<style>
a { background-color: #9E1246; }
a { background-color: rgb(158,18,70); }
div.DivClassName
{
background-color: #9E1246;
}
.BgClassName
{
background-color: #9E1246;
}
</style>
border-color css
<style>
span { border-color: #9E1246; }
span { border-color: rgb(158,18,70); }
td.TdClassName
{
border-color: #9E1246;
}
.TagClassName
{
border-color: #9E1246;
}
</style>