Shades of Jazzberry Jam #9E156A
Tints of Jazzberry Jam #9E156A
RGB
CMYK
RGB Variations
Color information
#9E156A (or 0x9E156A) is known color: Jazzberry Jam. HEX triplet: 9E, 15 and 6A. RGB value is (158,21,106). Sum of RGB (Red+Green+Blue) = 158+21+106=285 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.44% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 158 - color contains mainly: red. Hex color #9E156A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E156A is #61EA95. Grayscale: #474747. Windows color (decimal): -6417046 or 6952350. OLE color: 6952350.
HSL color Cylindrical-coordinate representation of color #9E156A: hue angle of 322.77º 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 #9E156A is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 21 | 106 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.38 |
| HSL | 322.77º | 0.77% | 0.35% | - |
| HSV(B) | 322.77º | 0.87% | 0.62% | - |
| XYZ | 16.97 | 8.85 | 14.45 | - |
| YUV | 71.65 | 147.39 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 21 | 106 | 0 | 0.87 | 0.33 | 0.38 | 322.77 | 0.77 | 0.35 |
| Hex | 9E | 15 | 6A | 0 | 57 | 21 | 26 | 143 | 4D | 23 |
| Octal | 236 | 25 | 152 | 0 | 127 | 41 | 46 | 503 | 115 | 43 |
| Binary | 10011110 | 10101 | 1101010 | 0 | 1010111 | 100001 | 100110 | 101000011 | 1001101 | 100011 |
Color Harmonies of #9E156A
Complementary color
Monochromatic Colors of #9E156A
Black with #9E156A
Text Example
Text Example
White with #9E156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E156A; }
p { color: rgb(158,21,106); }
H1.HeaderClassName
{
color: #9E156A;
}
.AnyTagClassName
{
color: #9E156A;
}
</style>
background-color css
<style>
a { background-color: #9E156A; }
a { background-color: rgb(158,21,106); }
div.DivClassName
{
background-color: #9E156A;
}
.BgClassName
{
background-color: #9E156A;
}
</style>
border-color css
<style>
span { border-color: #9E156A; }
span { border-color: rgb(158,21,106); }
td.TdClassName
{
border-color: #9E156A;
}
.TagClassName
{
border-color: #9E156A;
}
</style>