Shades of Jazzberry Jam #9C0147
Tints of Jazzberry Jam #9C0147
RGB
CMYK
RGB Variations
Color information
#9C0147 (or 0x9C0147) is known color: Jazzberry Jam. HEX triplet: 9C, 01 and 47. RGB value is (156,1,71). Sum of RGB (Red+Green+Blue) = 156+1+71=228 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.42% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0147 is #63FEB8. Grayscale: #373737. Windows color (decimal): -6553273 or 4653468. OLE color: 4653468.
HSL color Cylindrical-coordinate representation of color #9C0147: hue angle of 332.9º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0147 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 1 | 71 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.39 |
| HSL | 332.9º | 0.99% | 0.31% | - |
| HSV(B) | 332.9º | 0.99% | 0.61% | - |
| XYZ | 14.86 | 7.54 | 6.63 | - |
| YUV | 55.33 | 136.85 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 71 | 0 | 0.99 | 0.54 | 0.39 | 332.9 | 0.99 | 0.31 |
| Hex | 9C | 1 | 47 | 0 | 63 | 36 | 27 | 14D | 63 | 1F |
| Octal | 234 | 1 | 107 | 0 | 143 | 66 | 47 | 515 | 143 | 37 |
| Binary | 10011100 | 1 | 1000111 | 0 | 1100011 | 110110 | 100111 | 101001101 | 1100011 | 11111 |
Color Harmonies of #9C0147
Complementary color
Monochromatic Colors of #9C0147
Black with #9C0147
Text Example
Text Example
White with #9C0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0147; }
p { color: rgb(156,1,71); }
H1.HeaderClassName
{
color: #9C0147;
}
.AnyTagClassName
{
color: #9C0147;
}
</style>
background-color css
<style>
a { background-color: #9C0147; }
a { background-color: rgb(156,1,71); }
div.DivClassName
{
background-color: #9C0147;
}
.BgClassName
{
background-color: #9C0147;
}
</style>
border-color css
<style>
span { border-color: #9C0147; }
span { border-color: rgb(156,1,71); }
td.TdClassName
{
border-color: #9C0147;
}
.TagClassName
{
border-color: #9C0147;
}
</style>