Shades of Jazzberry Jam #9E0963
Tints of Jazzberry Jam #9E0963
RGB
CMYK
RGB Variations
Color information
#9E0963 (or 0x9E0963) is known color: Jazzberry Jam. HEX triplet: 9E, 09 and 63. RGB value is (158,9,99). Sum of RGB (Red+Green+Blue) = 158+9+99=266 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.40% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0963 is #61F69C. Grayscale: #3F3F3F. Windows color (decimal): -6420125 or 6490526. OLE color: 6490526.
HSL color Cylindrical-coordinate representation of color #9E0963: hue angle of 323.76º 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 #9E0963 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 9 | 99 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.38 |
| HSL | 323.76º | 0.89% | 0.33% | - |
| HSV(B) | 323.76º | 0.94% | 0.62% | - |
| XYZ | 16.45 | 8.37 | 12.55 | - |
| YUV | 63.81 | 147.86 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 9 | 99 | 0 | 0.94 | 0.37 | 0.38 | 323.76 | 0.89 | 0.33 |
| Hex | 9E | 9 | 63 | 0 | 5E | 25 | 26 | 144 | 59 | 21 |
| Octal | 236 | 11 | 143 | 0 | 136 | 45 | 46 | 504 | 131 | 41 |
| Binary | 10011110 | 1001 | 1100011 | 0 | 1011110 | 100101 | 100110 | 101000100 | 1011001 | 100001 |
Color Harmonies of #9E0963
Complementary color
Monochromatic Colors of #9E0963
Black with #9E0963
Text Example
Text Example
White with #9E0963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0963; }
p { color: rgb(158,9,99); }
H1.HeaderClassName
{
color: #9E0963;
}
.AnyTagClassName
{
color: #9E0963;
}
</style>
background-color css
<style>
a { background-color: #9E0963; }
a { background-color: rgb(158,9,99); }
div.DivClassName
{
background-color: #9E0963;
}
.BgClassName
{
background-color: #9E0963;
}
</style>
border-color css
<style>
span { border-color: #9E0963; }
span { border-color: rgb(158,9,99); }
td.TdClassName
{
border-color: #9E0963;
}
.TagClassName
{
border-color: #9E0963;
}
</style>