Shades of Jazzberry Jam #9E155E
Tints of Jazzberry Jam #9E155E
RGB
CMYK
RGB Variations
Color information
#9E155E (or 0x9E155E) is known color: Jazzberry Jam. HEX triplet: 9E, 15 and 5E. RGB value is (158,21,94). Sum of RGB (Red+Green+Blue) = 158+21+94=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E155E is #61EAA1. Grayscale: #464646. Windows color (decimal): -6417058 or 6165918. OLE color: 6165918.
HSL color Cylindrical-coordinate representation of color #9E155E: hue angle of 328.03º 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 #9E155E is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 21 | 94 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.38 |
| HSL | 328.03º | 0.77% | 0.35% | - |
| HSV(B) | 328.03º | 0.87% | 0.62% | - |
| XYZ | 16.39 | 8.61 | 11.39 | - |
| YUV | 70.29 | 141.39 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 21 | 94 | 0 | 0.87 | 0.41 | 0.38 | 328.03 | 0.77 | 0.35 |
| Hex | 9E | 15 | 5E | 0 | 57 | 29 | 26 | 148 | 4D | 23 |
| Octal | 236 | 25 | 136 | 0 | 127 | 51 | 46 | 510 | 115 | 43 |
| Binary | 10011110 | 10101 | 1011110 | 0 | 1010111 | 101001 | 100110 | 101001000 | 1001101 | 100011 |
Color Harmonies of #9E155E
Complementary color
Monochromatic Colors of #9E155E
Black with #9E155E
Text Example
Text Example
White with #9E155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E155E; }
p { color: rgb(158,21,94); }
H1.HeaderClassName
{
color: #9E155E;
}
.AnyTagClassName
{
color: #9E155E;
}
</style>
background-color css
<style>
a { background-color: #9E155E; }
a { background-color: rgb(158,21,94); }
div.DivClassName
{
background-color: #9E155E;
}
.BgClassName
{
background-color: #9E155E;
}
</style>
border-color css
<style>
span { border-color: #9E155E; }
span { border-color: rgb(158,21,94); }
td.TdClassName
{
border-color: #9E155E;
}
.TagClassName
{
border-color: #9E155E;
}
</style>