Shades of Jazzberry Jam #9E145B
Tints of Jazzberry Jam #9E145B
RGB
CMYK
RGB Variations
Color information
#9E145B (or 0x9E145B) is known color: Jazzberry Jam. HEX triplet: 9E, 14 and 5B. RGB value is (158,20,91). Sum of RGB (Red+Green+Blue) = 158+20+91=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E145B is #61EBA4. Grayscale: #454545. Windows color (decimal): -6417317 or 5969054. OLE color: 5969054.
HSL color Cylindrical-coordinate representation of color #9E145B: hue angle of 329.13º degrees, saturation: 0.78, 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 #9E145B is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 20 | 91 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.38 |
| HSL | 329.13º | 0.78% | 0.35% | - |
| HSV(B) | 329.13º | 0.87% | 0.62% | - |
| XYZ | 16.24 | 8.52 | 10.69 | - |
| YUV | 69.36 | 140.22 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 91 | 0 | 0.87 | 0.42 | 0.38 | 329.13 | 0.78 | 0.35 |
| Hex | 9E | 14 | 5B | 0 | 57 | 2A | 26 | 149 | 4E | 23 |
| Octal | 236 | 24 | 133 | 0 | 127 | 52 | 46 | 511 | 116 | 43 |
| Binary | 10011110 | 10100 | 1011011 | 0 | 1010111 | 101010 | 100110 | 101001001 | 1001110 | 100011 |
Color Harmonies of #9E145B
Complementary color
Monochromatic Colors of #9E145B
Black with #9E145B
Text Example
Text Example
White with #9E145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E145B; }
p { color: rgb(158,20,91); }
H1.HeaderClassName
{
color: #9E145B;
}
.AnyTagClassName
{
color: #9E145B;
}
</style>
background-color css
<style>
a { background-color: #9E145B; }
a { background-color: rgb(158,20,91); }
div.DivClassName
{
background-color: #9E145B;
}
.BgClassName
{
background-color: #9E145B;
}
</style>
border-color css
<style>
span { border-color: #9E145B; }
span { border-color: rgb(158,20,91); }
td.TdClassName
{
border-color: #9E145B;
}
.TagClassName
{
border-color: #9E145B;
}
</style>