Shades of Jazzberry Jam #9E0B57
Tints of Jazzberry Jam #9E0B57
RGB
CMYK
RGB Variations
Color information
#9E0B57 (or 0x9E0B57) is known color: Jazzberry Jam. HEX triplet: 9E, 0B and 57. RGB value is (158,11,87). Sum of RGB (Red+Green+Blue) = 158+11+87=256 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.72% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0B57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0B57 is #61F4A8. Grayscale: #3F3F3F. Windows color (decimal): -6419625 or 5704606. OLE color: 5704606.
HSL color Cylindrical-coordinate representation of color #9E0B57: hue angle of 328.98º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E0B57 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 11 | 87 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.38 |
| HSL | 328.98º | 0.87% | 0.33% | - |
| HSV(B) | 328.98º | 0.93% | 0.62% | - |
| XYZ | 15.94 | 8.2 | 9.76 | - |
| YUV | 63.62 | 141.2 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 11 | 87 | 0 | 0.93 | 0.45 | 0.38 | 328.98 | 0.87 | 0.33 |
| Hex | 9E | B | 57 | 0 | 5D | 2D | 26 | 149 | 57 | 21 |
| Octal | 236 | 13 | 127 | 0 | 135 | 55 | 46 | 511 | 127 | 41 |
| Binary | 10011110 | 1011 | 1010111 | 0 | 1011101 | 101101 | 100110 | 101001001 | 1010111 | 100001 |
Color Harmonies of #9E0B57
Complementary color
Monochromatic Colors of #9E0B57
Black with #9E0B57
Text Example
Text Example
White with #9E0B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0B57; }
p { color: rgb(158,11,87); }
H1.HeaderClassName
{
color: #9E0B57;
}
.AnyTagClassName
{
color: #9E0B57;
}
</style>
background-color css
<style>
a { background-color: #9E0B57; }
a { background-color: rgb(158,11,87); }
div.DivClassName
{
background-color: #9E0B57;
}
.BgClassName
{
background-color: #9E0B57;
}
</style>
border-color css
<style>
span { border-color: #9E0B57; }
span { border-color: rgb(158,11,87); }
td.TdClassName
{
border-color: #9E0B57;
}
.TagClassName
{
border-color: #9E0B57;
}
</style>