Shades of Jazzberry Jam #9C1056
Tints of Jazzberry Jam #9C1056
RGB
CMYK
RGB Variations
Color information
#9C1056 (or 0x9C1056) is known color: Jazzberry Jam. HEX triplet: 9C, 10 and 56. RGB value is (156,16,86). Sum of RGB (Red+Green+Blue) = 156+16+86=258 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.47% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1056 is #63EFA9. Grayscale: #414141. Windows color (decimal): -6549418 or 5640348. OLE color: 5640348.
HSL color Cylindrical-coordinate representation of color #9C1056: hue angle of 330º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C1056 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 16 | 86 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.39 |
| HSL | 330º | 0.81% | 0.34% | - |
| HSV(B) | 330º | 0.9% | 0.61% | - |
| XYZ | 15.58 | 8.11 | 9.55 | - |
| YUV | 65.84 | 139.38 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 16 | 86 | 0 | 0.90 | 0.45 | 0.39 | 330 | 0.81 | 0.34 |
| Hex | 9C | 10 | 56 | 0 | 5A | 2D | 27 | 14A | 51 | 22 |
| Octal | 234 | 20 | 126 | 0 | 132 | 55 | 47 | 512 | 121 | 42 |
| Binary | 10011100 | 10000 | 1010110 | 0 | 1011010 | 101101 | 100111 | 101001010 | 1010001 | 100010 |
Color Harmonies of #9C1056
Complementary color
Monochromatic Colors of #9C1056
Black with #9C1056
Text Example
Text Example
White with #9C1056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1056; }
p { color: rgb(156,16,86); }
H1.HeaderClassName
{
color: #9C1056;
}
.AnyTagClassName
{
color: #9C1056;
}
</style>
background-color css
<style>
a { background-color: #9C1056; }
a { background-color: rgb(156,16,86); }
div.DivClassName
{
background-color: #9C1056;
}
.BgClassName
{
background-color: #9C1056;
}
</style>
border-color css
<style>
span { border-color: #9C1056; }
span { border-color: rgb(156,16,86); }
td.TdClassName
{
border-color: #9C1056;
}
.TagClassName
{
border-color: #9C1056;
}
</style>