Shades of Jazzberry Jam #9E166D
Tints of Jazzberry Jam #9E166D
RGB
CMYK
RGB Variations
Color information
#9E166D (or 0x9E166D) is known color: Jazzberry Jam. HEX triplet: 9E, 16 and 6D. RGB value is (158,22,109). Sum of RGB (Red+Green+Blue) = 158+22+109=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E166D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E166D is #61E992. Grayscale: #484848. Windows color (decimal): -6416787 or 7149214. OLE color: 7149214.
HSL color Cylindrical-coordinate representation of color #9E166D: hue angle of 321.62º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E166D is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 22 | 109 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.38 |
| HSL | 321.62º | 0.76% | 0.35% | - |
| HSV(B) | 321.62º | 0.86% | 0.62% | - |
| XYZ | 17.15 | 8.95 | 15.29 | - |
| YUV | 72.58 | 148.56 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 22 | 109 | 0 | 0.86 | 0.31 | 0.38 | 321.62 | 0.76 | 0.35 |
| Hex | 9E | 16 | 6D | 0 | 56 | 1F | 26 | 142 | 4C | 23 |
| Octal | 236 | 26 | 155 | 0 | 126 | 37 | 46 | 502 | 114 | 43 |
| Binary | 10011110 | 10110 | 1101101 | 0 | 1010110 | 11111 | 100110 | 101000010 | 1001100 | 100011 |
Color Harmonies of #9E166D
Complementary color
Monochromatic Colors of #9E166D
Black with #9E166D
Text Example
Text Example
White with #9E166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E166D; }
p { color: rgb(158,22,109); }
H1.HeaderClassName
{
color: #9E166D;
}
.AnyTagClassName
{
color: #9E166D;
}
</style>
background-color css
<style>
a { background-color: #9E166D; }
a { background-color: rgb(158,22,109); }
div.DivClassName
{
background-color: #9E166D;
}
.BgClassName
{
background-color: #9E166D;
}
</style>
border-color css
<style>
span { border-color: #9E166D; }
span { border-color: rgb(158,22,109); }
td.TdClassName
{
border-color: #9E166D;
}
.TagClassName
{
border-color: #9E166D;
}
</style>