Shades of Jazzberry Jam #9E115D
Tints of Jazzberry Jam #9E115D
RGB
CMYK
RGB Variations
Color information
#9E115D (or 0x9E115D) is known color: Jazzberry Jam. HEX triplet: 9E, 11 and 5D. RGB value is (158,17,93). Sum of RGB (Red+Green+Blue) = 158+17+93=268 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.96% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 158 - color contains mainly: red. Hex color #9E115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E115D is #61EEA2. Grayscale: #434343. Windows color (decimal): -6418083 or 6099358. OLE color: 6099358.
HSL color Cylindrical-coordinate representation of color #9E115D: hue angle of 327.66º 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 #9E115D is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 17 | 93 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.38 |
| HSL | 327.66º | 0.81% | 0.34% | - |
| HSV(B) | 327.66º | 0.89% | 0.62% | - |
| XYZ | 16.28 | 8.46 | 11.13 | - |
| YUV | 67.82 | 142.21 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 17 | 93 | 0 | 0.89 | 0.41 | 0.38 | 327.66 | 0.81 | 0.34 |
| Hex | 9E | 11 | 5D | 0 | 59 | 29 | 26 | 148 | 51 | 22 |
| Octal | 236 | 21 | 135 | 0 | 131 | 51 | 46 | 510 | 121 | 42 |
| Binary | 10011110 | 10001 | 1011101 | 0 | 1011001 | 101001 | 100110 | 101001000 | 1010001 | 100010 |
Color Harmonies of #9E115D
Complementary color
Monochromatic Colors of #9E115D
Black with #9E115D
Text Example
Text Example
White with #9E115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E115D; }
p { color: rgb(158,17,93); }
H1.HeaderClassName
{
color: #9E115D;
}
.AnyTagClassName
{
color: #9E115D;
}
</style>
background-color css
<style>
a { background-color: #9E115D; }
a { background-color: rgb(158,17,93); }
div.DivClassName
{
background-color: #9E115D;
}
.BgClassName
{
background-color: #9E115D;
}
</style>
border-color css
<style>
span { border-color: #9E115D; }
span { border-color: rgb(158,17,93); }
td.TdClassName
{
border-color: #9E115D;
}
.TagClassName
{
border-color: #9E115D;
}
</style>