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