Shades of Jazzberry Jam #9E155B
Tints of Jazzberry Jam #9E155B
RGB
CMYK
RGB Variations
Color information
#9E155B (or 0x9E155B) is known color: Jazzberry Jam. HEX triplet: 9E, 15 and 5B. RGB value is (158,21,91). Sum of RGB (Red+Green+Blue) = 158+21+91=270 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.52% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 158 - color contains mainly: red. Hex color #9E155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E155B is #61EAA4. Grayscale: #454545. Windows color (decimal): -6417061 or 5969310. OLE color: 5969310.
HSL color Cylindrical-coordinate representation of color #9E155B: hue angle of 329.34º 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 #9E155B is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 21 | 91 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.38 |
| HSL | 329.34º | 0.77% | 0.35% | - |
| HSV(B) | 329.34º | 0.87% | 0.62% | - |
| XYZ | 16.26 | 8.56 | 10.69 | - |
| YUV | 69.94 | 139.89 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 21 | 91 | 0 | 0.87 | 0.42 | 0.38 | 329.34 | 0.77 | 0.35 |
| Hex | 9E | 15 | 5B | 0 | 57 | 2A | 26 | 149 | 4D | 23 |
| Octal | 236 | 25 | 133 | 0 | 127 | 52 | 46 | 511 | 115 | 43 |
| Binary | 10011110 | 10101 | 1011011 | 0 | 1010111 | 101010 | 100110 | 101001001 | 1001101 | 100011 |
Color Harmonies of #9E155B
Complementary color
Monochromatic Colors of #9E155B
Black with #9E155B
Text Example
Text Example
White with #9E155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E155B; }
p { color: rgb(158,21,91); }
H1.HeaderClassName
{
color: #9E155B;
}
.AnyTagClassName
{
color: #9E155B;
}
</style>
background-color css
<style>
a { background-color: #9E155B; }
a { background-color: rgb(158,21,91); }
div.DivClassName
{
background-color: #9E155B;
}
.BgClassName
{
background-color: #9E155B;
}
</style>
border-color css
<style>
span { border-color: #9E155B; }
span { border-color: rgb(158,21,91); }
td.TdClassName
{
border-color: #9E155B;
}
.TagClassName
{
border-color: #9E155B;
}
</style>