Shades of Jazzberry Jam #9C0657
Tints of Jazzberry Jam #9C0657
RGB
CMYK
RGB Variations
Color information
#9C0657 (or 0x9C0657) is known color: Jazzberry Jam. HEX triplet: 9C, 06 and 57. RGB value is (156,6,87). Sum of RGB (Red+Green+Blue) = 156+6+87=249 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.65% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0657 is #63F9A8. Grayscale: #3B3B3B. Windows color (decimal): -6551977 or 5703324. OLE color: 5703324.
HSL color Cylindrical-coordinate representation of color #9C0657: hue angle of 327.6º 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 #9C0657 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 6 | 87 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.39 |
| HSL | 327.6º | 0.93% | 0.32% | - |
| HSV(B) | 327.6º | 0.96% | 0.61% | - |
| XYZ | 15.5 | 7.89 | 9.72 | - |
| YUV | 60.08 | 143.2 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 6 | 87 | 0 | 0.96 | 0.44 | 0.39 | 327.6 | 0.93 | 0.32 |
| Hex | 9C | 6 | 57 | 0 | 60 | 2C | 27 | 148 | 5D | 20 |
| Octal | 234 | 6 | 127 | 0 | 140 | 54 | 47 | 510 | 135 | 40 |
| Binary | 10011100 | 110 | 1010111 | 0 | 1100000 | 101100 | 100111 | 101001000 | 1011101 | 100000 |
Color Harmonies of #9C0657
Complementary color
Monochromatic Colors of #9C0657
Black with #9C0657
Text Example
Text Example
White with #9C0657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0657; }
p { color: rgb(156,6,87); }
H1.HeaderClassName
{
color: #9C0657;
}
.AnyTagClassName
{
color: #9C0657;
}
</style>
background-color css
<style>
a { background-color: #9C0657; }
a { background-color: rgb(156,6,87); }
div.DivClassName
{
background-color: #9C0657;
}
.BgClassName
{
background-color: #9C0657;
}
</style>
border-color css
<style>
span { border-color: #9C0657; }
span { border-color: rgb(156,6,87); }
td.TdClassName
{
border-color: #9C0657;
}
.TagClassName
{
border-color: #9C0657;
}
</style>