Shades of Jazzberry Jam #9E0153
Tints of Jazzberry Jam #9E0153
RGB
CMYK
RGB Variations
Color information
#9E0153 (or 0x9E0153) is known color: Jazzberry Jam. HEX triplet: 9E, 01 and 53. RGB value is (158,1,83). Sum of RGB (Red+Green+Blue) = 158+1+83=242 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.29% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0153 is #61FEAC. Grayscale: #393939. Windows color (decimal): -6422189 or 5439902. OLE color: 5439902.
HSL color Cylindrical-coordinate representation of color #9E0153: hue angle of 328.66º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E0153 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.38 |
| HSL | 328.66º | 0.99% | 0.31% | - |
| HSV(B) | 328.66º | 0.99% | 0.62% | - |
| XYZ | 15.67 | 7.92 | 8.89 | - |
| YUV | 57.29 | 142.51 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 1 | 83 | 0 | 0.99 | 0.47 | 0.38 | 328.66 | 0.99 | 0.31 |
| Hex | 9E | 1 | 53 | 0 | 63 | 2F | 26 | 149 | 63 | 1F |
| Octal | 236 | 1 | 123 | 0 | 143 | 57 | 46 | 511 | 143 | 37 |
| Binary | 10011110 | 1 | 1010011 | 0 | 1100011 | 101111 | 100110 | 101001001 | 1100011 | 11111 |
Color Harmonies of #9E0153
Complementary color
Monochromatic Colors of #9E0153
Black with #9E0153
Text Example
Text Example
White with #9E0153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0153; }
p { color: rgb(158,1,83); }
H1.HeaderClassName
{
color: #9E0153;
}
.AnyTagClassName
{
color: #9E0153;
}
</style>
background-color css
<style>
a { background-color: #9E0153; }
a { background-color: rgb(158,1,83); }
div.DivClassName
{
background-color: #9E0153;
}
.BgClassName
{
background-color: #9E0153;
}
</style>
border-color css
<style>
span { border-color: #9E0153; }
span { border-color: rgb(158,1,83); }
td.TdClassName
{
border-color: #9E0153;
}
.TagClassName
{
border-color: #9E0153;
}
</style>