Shades of Jazzberry Jam #9C0556
Tints of Jazzberry Jam #9C0556
RGB
CMYK
RGB Variations
Color information
#9C0556 (or 0x9C0556) is known color: Jazzberry Jam. HEX triplet: 9C, 05 and 56. RGB value is (156,5,86). Sum of RGB (Red+Green+Blue) = 156+5+86=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0556 is #63FAA9. Grayscale: #3B3B3B. Windows color (decimal): -6552234 or 5637532. OLE color: 5637532.
HSL color Cylindrical-coordinate representation of color #9C0556: hue angle of 327.81º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C0556 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 5 | 86 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.39 |
| HSL | 327.81º | 0.94% | 0.32% | - |
| HSV(B) | 327.81º | 0.97% | 0.61% | - |
| XYZ | 15.44 | 7.85 | 9.5 | - |
| YUV | 59.38 | 143.03 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 5 | 86 | 0 | 0.97 | 0.45 | 0.39 | 327.81 | 0.94 | 0.32 |
| Hex | 9C | 5 | 56 | 0 | 61 | 2D | 27 | 148 | 5E | 20 |
| Octal | 234 | 5 | 126 | 0 | 141 | 55 | 47 | 510 | 136 | 40 |
| Binary | 10011100 | 101 | 1010110 | 0 | 1100001 | 101101 | 100111 | 101001000 | 1011110 | 100000 |
Color Harmonies of #9C0556
Complementary color
Monochromatic Colors of #9C0556
Black with #9C0556
Text Example
Text Example
White with #9C0556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0556; }
p { color: rgb(156,5,86); }
H1.HeaderClassName
{
color: #9C0556;
}
.AnyTagClassName
{
color: #9C0556;
}
</style>
background-color css
<style>
a { background-color: #9C0556; }
a { background-color: rgb(156,5,86); }
div.DivClassName
{
background-color: #9C0556;
}
.BgClassName
{
background-color: #9C0556;
}
</style>
border-color css
<style>
span { border-color: #9C0556; }
span { border-color: rgb(156,5,86); }
td.TdClassName
{
border-color: #9C0556;
}
.TagClassName
{
border-color: #9C0556;
}
</style>