Shades of Jazzberry Jam #9C196D
Tints of Jazzberry Jam #9C196D
RGB
CMYK
RGB Variations
Color information
#9C196D (or 0x9C196D) is known color: Jazzberry Jam. HEX triplet: 9C, 19 and 6D. RGB value is (156,25,109). Sum of RGB (Red+Green+Blue) = 156+25+109=290 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.79% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 156 - color contains mainly: red. Hex color #9C196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C196D is #63E692. Grayscale: #494949. Windows color (decimal): -6547091 or 7149980. OLE color: 7149980.
HSL color Cylindrical-coordinate representation of color #9C196D: hue angle of 321.53º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C196D is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 25 | 109 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.39 |
| HSL | 321.53º | 0.72% | 0.35% | - |
| HSV(B) | 321.53º | 0.84% | 0.61% | - |
| XYZ | 16.82 | 8.87 | 15.29 | - |
| YUV | 73.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 25 | 109 | 0 | 0.84 | 0.30 | 0.39 | 321.53 | 0.72 | 0.35 |
| Hex | 9C | 19 | 6D | 0 | 54 | 1E | 27 | 142 | 48 | 23 |
| Octal | 234 | 31 | 155 | 0 | 124 | 36 | 47 | 502 | 110 | 43 |
| Binary | 10011100 | 11001 | 1101101 | 0 | 1010100 | 11110 | 100111 | 101000010 | 1001000 | 100011 |
Color Harmonies of #9C196D
Complementary color
Monochromatic Colors of #9C196D
Black with #9C196D
Text Example
Text Example
White with #9C196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C196D; }
p { color: rgb(156,25,109); }
H1.HeaderClassName
{
color: #9C196D;
}
.AnyTagClassName
{
color: #9C196D;
}
</style>
background-color css
<style>
a { background-color: #9C196D; }
a { background-color: rgb(156,25,109); }
div.DivClassName
{
background-color: #9C196D;
}
.BgClassName
{
background-color: #9C196D;
}
</style>
border-color css
<style>
span { border-color: #9C196D; }
span { border-color: rgb(156,25,109); }
td.TdClassName
{
border-color: #9C196D;
}
.TagClassName
{
border-color: #9C196D;
}
</style>