Shades of Jazzberry Jam #9C0647
Tints of Jazzberry Jam #9C0647
RGB
CMYK
RGB Variations
Color information
#9C0647 (or 0x9C0647) is known color: Jazzberry Jam. HEX triplet: 9C, 06 and 47. RGB value is (156,6,71). Sum of RGB (Red+Green+Blue) = 156+6+71=233 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.95% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0647 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0647 is #63F9B8. Grayscale: #3A3A3A. Windows color (decimal): -6551993 or 4654748. OLE color: 4654748.
HSL color Cylindrical-coordinate representation of color #9C0647: hue angle of 334º 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 #9C0647 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 6 | 71 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.39 |
| HSL | 334º | 0.93% | 0.32% | - |
| HSV(B) | 334º | 0.96% | 0.61% | - |
| XYZ | 14.91 | 7.65 | 6.65 | - |
| YUV | 58.26 | 135.2 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 6 | 71 | 0 | 0.96 | 0.54 | 0.39 | 334 | 0.93 | 0.32 |
| Hex | 9C | 6 | 47 | 0 | 60 | 36 | 27 | 14E | 5D | 20 |
| Octal | 234 | 6 | 107 | 0 | 140 | 66 | 47 | 516 | 135 | 40 |
| Binary | 10011100 | 110 | 1000111 | 0 | 1100000 | 110110 | 100111 | 101001110 | 1011101 | 100000 |
Color Harmonies of #9C0647
Complementary color
Monochromatic Colors of #9C0647
Black with #9C0647
Text Example
Text Example
White with #9C0647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0647; }
p { color: rgb(156,6,71); }
H1.HeaderClassName
{
color: #9C0647;
}
.AnyTagClassName
{
color: #9C0647;
}
</style>
background-color css
<style>
a { background-color: #9C0647; }
a { background-color: rgb(156,6,71); }
div.DivClassName
{
background-color: #9C0647;
}
.BgClassName
{
background-color: #9C0647;
}
</style>
border-color css
<style>
span { border-color: #9C0647; }
span { border-color: rgb(156,6,71); }
td.TdClassName
{
border-color: #9C0647;
}
.TagClassName
{
border-color: #9C0647;
}
</style>