Shades of Jazzberry Jam #9E176C
Tints of Jazzberry Jam #9E176C
RGB
CMYK
RGB Variations
Color information
#9E176C (or 0x9E176C) is known color: Jazzberry Jam. HEX triplet: 9E, 17 and 6C. RGB value is (158,23,108). Sum of RGB (Red+Green+Blue) = 158+23+108=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E176C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E176C is #61E893. Grayscale: #484848. Windows color (decimal): -6416532 or 7083934. OLE color: 7083934.
HSL color Cylindrical-coordinate representation of color #9E176C: hue angle of 322.22º 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 #9E176C is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 23 | 108 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.38 |
| HSL | 322.22º | 0.75% | 0.35% | - |
| HSV(B) | 322.22º | 0.85% | 0.62% | - |
| XYZ | 17.11 | 8.96 | 15.02 | - |
| YUV | 73.06 | 147.73 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 23 | 108 | 0 | 0.85 | 0.32 | 0.38 | 322.22 | 0.75 | 0.35 |
| Hex | 9E | 17 | 6C | 0 | 55 | 20 | 26 | 142 | 4B | 23 |
| Octal | 236 | 27 | 154 | 0 | 125 | 40 | 46 | 502 | 113 | 43 |
| Binary | 10011110 | 10111 | 1101100 | 0 | 1010101 | 100000 | 100110 | 101000010 | 1001011 | 100011 |
Color Harmonies of #9E176C
Complementary color
Monochromatic Colors of #9E176C
Black with #9E176C
Text Example
Text Example
White with #9E176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E176C; }
p { color: rgb(158,23,108); }
H1.HeaderClassName
{
color: #9E176C;
}
.AnyTagClassName
{
color: #9E176C;
}
</style>
background-color css
<style>
a { background-color: #9E176C; }
a { background-color: rgb(158,23,108); }
div.DivClassName
{
background-color: #9E176C;
}
.BgClassName
{
background-color: #9E176C;
}
</style>
border-color css
<style>
span { border-color: #9E176C; }
span { border-color: rgb(158,23,108); }
td.TdClassName
{
border-color: #9E176C;
}
.TagClassName
{
border-color: #9E176C;
}
</style>