Shades of Jazzberry Jam #9E176B
Tints of Jazzberry Jam #9E176B
RGB
CMYK
RGB Variations
Color information
#9E176B (or 0x9E176B) is known color: Jazzberry Jam. HEX triplet: 9E, 17 and 6B. RGB value is (158,23,107). Sum of RGB (Red+Green+Blue) = 158+23+107=288 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.86% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 158 - color contains mainly: red. Hex color #9E176B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E176B is #61E894. Grayscale: #484848. Windows color (decimal): -6416533 or 7018398. OLE color: 7018398.
HSL color Cylindrical-coordinate representation of color #9E176B: hue angle of 322.67º 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 #9E176B is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 23 | 107 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.38 |
| HSL | 322.67º | 0.75% | 0.35% | - |
| HSV(B) | 322.67º | 0.85% | 0.62% | - |
| XYZ | 17.06 | 8.94 | 14.74 | - |
| YUV | 72.94 | 147.23 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 23 | 107 | 0 | 0.85 | 0.32 | 0.38 | 322.67 | 0.75 | 0.35 |
| Hex | 9E | 17 | 6B | 0 | 55 | 20 | 26 | 143 | 4B | 23 |
| Octal | 236 | 27 | 153 | 0 | 125 | 40 | 46 | 503 | 113 | 43 |
| Binary | 10011110 | 10111 | 1101011 | 0 | 1010101 | 100000 | 100110 | 101000011 | 1001011 | 100011 |
Color Harmonies of #9E176B
Complementary color
Monochromatic Colors of #9E176B
Black with #9E176B
Text Example
Text Example
White with #9E176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E176B; }
p { color: rgb(158,23,107); }
H1.HeaderClassName
{
color: #9E176B;
}
.AnyTagClassName
{
color: #9E176B;
}
</style>
background-color css
<style>
a { background-color: #9E176B; }
a { background-color: rgb(158,23,107); }
div.DivClassName
{
background-color: #9E176B;
}
.BgClassName
{
background-color: #9E176B;
}
</style>
border-color css
<style>
span { border-color: #9E176B; }
span { border-color: rgb(158,23,107); }
td.TdClassName
{
border-color: #9E176B;
}
.TagClassName
{
border-color: #9E176B;
}
</style>