Shades of Jazzberry Jam #9E0147
Tints of Jazzberry Jam #9E0147
RGB
CMYK
RGB Variations
Color information
#9E0147 (or 0x9E0147) is known color: Jazzberry Jam. HEX triplet: 9E, 01 and 47. RGB value is (158,1,71). Sum of RGB (Red+Green+Blue) = 158+1+71=230 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.70% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0147 is #61FEB8. Grayscale: #373737. Windows color (decimal): -6422201 or 4653470. OLE color: 4653470.
HSL color Cylindrical-coordinate representation of color #9E0147: hue angle of 333.25º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E0147 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 1 | 71 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.38 |
| HSL | 333.25º | 0.99% | 0.31% | - |
| HSV(B) | 333.25º | 0.99% | 0.62% | - |
| XYZ | 15.25 | 7.75 | 6.65 | - |
| YUV | 55.92 | 136.51 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 1 | 71 | 0 | 0.99 | 0.55 | 0.38 | 333.25 | 0.99 | 0.31 |
| Hex | 9E | 1 | 47 | 0 | 63 | 37 | 26 | 14D | 63 | 1F |
| Octal | 236 | 1 | 107 | 0 | 143 | 67 | 46 | 515 | 143 | 37 |
| Binary | 10011110 | 1 | 1000111 | 0 | 1100011 | 110111 | 100110 | 101001101 | 1100011 | 11111 |
Color Harmonies of #9E0147
Complementary color
Monochromatic Colors of #9E0147
Black with #9E0147
Text Example
Text Example
White with #9E0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0147; }
p { color: rgb(158,1,71); }
H1.HeaderClassName
{
color: #9E0147;
}
.AnyTagClassName
{
color: #9E0147;
}
</style>
background-color css
<style>
a { background-color: #9E0147; }
a { background-color: rgb(158,1,71); }
div.DivClassName
{
background-color: #9E0147;
}
.BgClassName
{
background-color: #9E0147;
}
</style>
border-color css
<style>
span { border-color: #9E0147; }
span { border-color: rgb(158,1,71); }
td.TdClassName
{
border-color: #9E0147;
}
.TagClassName
{
border-color: #9E0147;
}
</style>