Shades of Jazzberry Jam #9E055B
Tints of Jazzberry Jam #9E055B
RGB
CMYK
RGB Variations
Color information
#9E055B (or 0x9E055B) is known color: Jazzberry Jam. HEX triplet: 9E, 05 and 5B. RGB value is (158,5,91). Sum of RGB (Red+Green+Blue) = 158+5+91=254 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.20% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 158 - color contains mainly: red. Hex color #9E055B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E055B is #61FAA4. Grayscale: #3C3C3C. Windows color (decimal): -6421157 or 5965214. OLE color: 5965214.
HSL color Cylindrical-coordinate representation of color #9E055B: hue angle of 326.27º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E055B is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 5 | 91 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.38 |
| HSL | 326.27º | 0.94% | 0.32% | - |
| HSV(B) | 326.27º | 0.97% | 0.62% | - |
| XYZ | 16.04 | 8.13 | 10.62 | - |
| YUV | 60.55 | 145.19 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 5 | 91 | 0 | 0.97 | 0.42 | 0.38 | 326.27 | 0.94 | 0.32 |
| Hex | 9E | 5 | 5B | 0 | 61 | 2A | 26 | 146 | 5E | 20 |
| Octal | 236 | 5 | 133 | 0 | 141 | 52 | 46 | 506 | 136 | 40 |
| Binary | 10011110 | 101 | 1011011 | 0 | 1100001 | 101010 | 100110 | 101000110 | 1011110 | 100000 |
Color Harmonies of #9E055B
Complementary color
Monochromatic Colors of #9E055B
Black with #9E055B
Text Example
Text Example
White with #9E055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E055B; }
p { color: rgb(158,5,91); }
H1.HeaderClassName
{
color: #9E055B;
}
.AnyTagClassName
{
color: #9E055B;
}
</style>
background-color css
<style>
a { background-color: #9E055B; }
a { background-color: rgb(158,5,91); }
div.DivClassName
{
background-color: #9E055B;
}
.BgClassName
{
background-color: #9E055B;
}
</style>
border-color css
<style>
span { border-color: #9E055B; }
span { border-color: rgb(158,5,91); }
td.TdClassName
{
border-color: #9E055B;
}
.TagClassName
{
border-color: #9E055B;
}
</style>