Shades of Jazzberry Jam #9E176D
Tints of Jazzberry Jam #9E176D
RGB
CMYK
RGB Variations
Color information
#9E176D (or 0x9E176D) is known color: Jazzberry Jam. HEX triplet: 9E, 17 and 6D. RGB value is (158,23,109). Sum of RGB (Red+Green+Blue) = 158+23+109=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E176D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E176D is #61E892. Grayscale: #484848. Windows color (decimal): -6416531 or 7149470. OLE color: 7149470.
HSL color Cylindrical-coordinate representation of color #9E176D: hue angle of 321.78º 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 #9E176D is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 23 | 109 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.38 |
| HSL | 321.78º | 0.75% | 0.35% | - |
| HSV(B) | 321.78º | 0.85% | 0.62% | - |
| XYZ | 17.17 | 8.99 | 15.3 | - |
| YUV | 73.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 23 | 109 | 0 | 0.85 | 0.31 | 0.38 | 321.78 | 0.75 | 0.35 |
| Hex | 9E | 17 | 6D | 0 | 55 | 1F | 26 | 142 | 4B | 23 |
| Octal | 236 | 27 | 155 | 0 | 125 | 37 | 46 | 502 | 113 | 43 |
| Binary | 10011110 | 10111 | 1101101 | 0 | 1010101 | 11111 | 100110 | 101000010 | 1001011 | 100011 |
Color Harmonies of #9E176D
Complementary color
Monochromatic Colors of #9E176D
Black with #9E176D
Text Example
Text Example
White with #9E176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E176D; }
p { color: rgb(158,23,109); }
H1.HeaderClassName
{
color: #9E176D;
}
.AnyTagClassName
{
color: #9E176D;
}
</style>
background-color css
<style>
a { background-color: #9E176D; }
a { background-color: rgb(158,23,109); }
div.DivClassName
{
background-color: #9E176D;
}
.BgClassName
{
background-color: #9E176D;
}
</style>
border-color css
<style>
span { border-color: #9E176D; }
span { border-color: rgb(158,23,109); }
td.TdClassName
{
border-color: #9E176D;
}
.TagClassName
{
border-color: #9E176D;
}
</style>