Shades of Jazzberry Jam #9E155D
Tints of Jazzberry Jam #9E155D
RGB
CMYK
RGB Variations
Color information
#9E155D (or 0x9E155D) is known color: Jazzberry Jam. HEX triplet: 9E, 15 and 5D. RGB value is (158,21,93). Sum of RGB (Red+Green+Blue) = 158+21+93=272 (36% of max value = 765). Red value is 158 (62.11% from 255 or 58.09% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 158 - color contains mainly: red. Hex color #9E155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E155D is #61EAA2. Grayscale: #464646. Windows color (decimal): -6417059 or 6100382. OLE color: 6100382.
HSL color Cylindrical-coordinate representation of color #9E155D: hue angle of 328.47º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E155D is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 21 | 93 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.38 |
| HSL | 328.47º | 0.77% | 0.35% | - |
| HSV(B) | 328.47º | 0.87% | 0.62% | - |
| XYZ | 16.34 | 8.6 | 11.15 | - |
| YUV | 70.17 | 140.89 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 21 | 93 | 0 | 0.87 | 0.41 | 0.38 | 328.47 | 0.77 | 0.35 |
| Hex | 9E | 15 | 5D | 0 | 57 | 29 | 26 | 148 | 4D | 23 |
| Octal | 236 | 25 | 135 | 0 | 127 | 51 | 46 | 510 | 115 | 43 |
| Binary | 10011110 | 10101 | 1011101 | 0 | 1010111 | 101001 | 100110 | 101001000 | 1001101 | 100011 |
Color Harmonies of #9E155D
Complementary color
Monochromatic Colors of #9E155D
Black with #9E155D
Text Example
Text Example
White with #9E155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E155D; }
p { color: rgb(158,21,93); }
H1.HeaderClassName
{
color: #9E155D;
}
.AnyTagClassName
{
color: #9E155D;
}
</style>
background-color css
<style>
a { background-color: #9E155D; }
a { background-color: rgb(158,21,93); }
div.DivClassName
{
background-color: #9E155D;
}
.BgClassName
{
background-color: #9E155D;
}
</style>
border-color css
<style>
span { border-color: #9E155D; }
span { border-color: rgb(158,21,93); }
td.TdClassName
{
border-color: #9E155D;
}
.TagClassName
{
border-color: #9E155D;
}
</style>