Shades of Jazzberry Jam #9E175D
Tints of Jazzberry Jam #9E175D
RGB
CMYK
RGB Variations
Color information
#9E175D (or 0x9E175D) is known color: Jazzberry Jam. HEX triplet: 9E, 17 and 5D. RGB value is (158,23,93). Sum of RGB (Red+Green+Blue) = 158+23+93=274 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.66% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 158 - color contains mainly: red. Hex color #9E175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E175D is #61E8A2. Grayscale: #474747. Windows color (decimal): -6416547 or 6100894. OLE color: 6100894.
HSL color Cylindrical-coordinate representation of color #9E175D: hue angle of 328.89º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E175D is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 23 | 93 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.38 |
| HSL | 328.89º | 0.75% | 0.35% | - |
| HSV(B) | 328.89º | 0.85% | 0.62% | - |
| XYZ | 16.38 | 8.67 | 11.17 | - |
| YUV | 71.35 | 140.23 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 23 | 93 | 0 | 0.85 | 0.41 | 0.38 | 328.89 | 0.75 | 0.35 |
| Hex | 9E | 17 | 5D | 0 | 55 | 29 | 26 | 149 | 4B | 23 |
| Octal | 236 | 27 | 135 | 0 | 125 | 51 | 46 | 511 | 113 | 43 |
| Binary | 10011110 | 10111 | 1011101 | 0 | 1010101 | 101001 | 100110 | 101001001 | 1001011 | 100011 |
Color Harmonies of #9E175D
Complementary color
Monochromatic Colors of #9E175D
Black with #9E175D
Text Example
Text Example
White with #9E175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E175D; }
p { color: rgb(158,23,93); }
H1.HeaderClassName
{
color: #9E175D;
}
.AnyTagClassName
{
color: #9E175D;
}
</style>
background-color css
<style>
a { background-color: #9E175D; }
a { background-color: rgb(158,23,93); }
div.DivClassName
{
background-color: #9E175D;
}
.BgClassName
{
background-color: #9E175D;
}
</style>
border-color css
<style>
span { border-color: #9E175D; }
span { border-color: rgb(158,23,93); }
td.TdClassName
{
border-color: #9E175D;
}
.TagClassName
{
border-color: #9E175D;
}
</style>