Shades of Jazzberry Jam #9E0941
Tints of Jazzberry Jam #9E0941
RGB
CMYK
RGB Variations
Color information
#9E0941 (or 0x9E0941) is known color: Jazzberry Jam. HEX triplet: 9E, 09 and 41. RGB value is (158,9,65). Sum of RGB (Red+Green+Blue) = 158+9+65=232 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.10% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0941 is #61F6BE. Grayscale: #3B3B3B. Windows color (decimal): -6420159 or 4262302. OLE color: 4262302.
HSL color Cylindrical-coordinate representation of color #9E0941: hue angle of 337.45º 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 #9E0941 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 9 | 65 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.38 |
| HSL | 337.45º | 0.89% | 0.33% | - |
| HSV(B) | 337.45º | 0.94% | 0.62% | - |
| XYZ | 15.15 | 7.85 | 5.72 | - |
| YUV | 59.94 | 130.86 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 9 | 65 | 0 | 0.94 | 0.59 | 0.38 | 337.45 | 0.89 | 0.33 |
| Hex | 9E | 9 | 41 | 0 | 5E | 3B | 26 | 151 | 59 | 21 |
| Octal | 236 | 11 | 101 | 0 | 136 | 73 | 46 | 521 | 131 | 41 |
| Binary | 10011110 | 1001 | 1000001 | 0 | 1011110 | 111011 | 100110 | 101010001 | 1011001 | 100001 |
Color Harmonies of #9E0941
Complementary color
Monochromatic Colors of #9E0941
Black with #9E0941
Text Example
Text Example
White with #9E0941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0941; }
p { color: rgb(158,9,65); }
H1.HeaderClassName
{
color: #9E0941;
}
.AnyTagClassName
{
color: #9E0941;
}
</style>
background-color css
<style>
a { background-color: #9E0941; }
a { background-color: rgb(158,9,65); }
div.DivClassName
{
background-color: #9E0941;
}
.BgClassName
{
background-color: #9E0941;
}
</style>
border-color css
<style>
span { border-color: #9E0941; }
span { border-color: rgb(158,9,65); }
td.TdClassName
{
border-color: #9E0941;
}
.TagClassName
{
border-color: #9E0941;
}
</style>