Shades of Jazzberry Jam #9C0656
Tints of Jazzberry Jam #9C0656
RGB
CMYK
RGB Variations
Color information
#9C0656 (or 0x9C0656) is known color: Jazzberry Jam. HEX triplet: 9C, 06 and 56. RGB value is (156,6,86). Sum of RGB (Red+Green+Blue) = 156+6+86=248 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.90% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0656 is #63F9A9. Grayscale: #3B3B3B. Windows color (decimal): -6551978 or 5637788. OLE color: 5637788.
HSL color Cylindrical-coordinate representation of color #9C0656: hue angle of 328º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C0656 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 6 | 86 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.39 |
| HSL | 328º | 0.93% | 0.32% | - |
| HSV(B) | 328º | 0.96% | 0.61% | - |
| XYZ | 15.46 | 7.87 | 9.51 | - |
| YUV | 59.97 | 142.7 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 6 | 86 | 0 | 0.96 | 0.45 | 0.39 | 328 | 0.93 | 0.32 |
| Hex | 9C | 6 | 56 | 0 | 60 | 2D | 27 | 148 | 5D | 20 |
| Octal | 234 | 6 | 126 | 0 | 140 | 55 | 47 | 510 | 135 | 40 |
| Binary | 10011100 | 110 | 1010110 | 0 | 1100000 | 101101 | 100111 | 101001000 | 1011101 | 100000 |
Color Harmonies of #9C0656
Complementary color
Monochromatic Colors of #9C0656
Black with #9C0656
Text Example
Text Example
White with #9C0656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0656; }
p { color: rgb(156,6,86); }
H1.HeaderClassName
{
color: #9C0656;
}
.AnyTagClassName
{
color: #9C0656;
}
</style>
background-color css
<style>
a { background-color: #9C0656; }
a { background-color: rgb(156,6,86); }
div.DivClassName
{
background-color: #9C0656;
}
.BgClassName
{
background-color: #9C0656;
}
</style>
border-color css
<style>
span { border-color: #9C0656; }
span { border-color: rgb(156,6,86); }
td.TdClassName
{
border-color: #9C0656;
}
.TagClassName
{
border-color: #9C0656;
}
</style>