Shades of Jazzberry Jam #9C004C
Tints of Jazzberry Jam #9C004C
RGB
CMYK
RGB Variations
Color information
#9C004C (or 0x9C004C) is known color: Jazzberry Jam. HEX triplet: 9C, 00 and 4C. RGB value is (156,0,76). Sum of RGB (Red+Green+Blue) = 156+0+76=232 (30% of max value = 765). Red value is 156 (61.33% from 255 or 67.24% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 156 - color contains mainly: red. Hex color #9C004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C004C is #63FFB3. Grayscale: #373737. Windows color (decimal): -6553524 or 4980892. OLE color: 4980892.
HSL color Cylindrical-coordinate representation of color #9C004C: hue angle of 330.77º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C004C is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.51 | 0.39 |
| HSL | 330.77º | 1% | 0.31% | - |
| HSV(B) | 330.77º | 1% | 0.61% | - |
| XYZ | 15.01 | 7.59 | 7.51 | - |
| YUV | 55.31 | 139.68 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 0 | 76 | 0 | 1 | 0.51 | 0.39 | 330.77 | 1 | 0.31 |
| Hex | 9C | 0 | 4C | 0 | 64 | 33 | 27 | 14B | 64 | 1F |
| Octal | 234 | 0 | 114 | 0 | 144 | 63 | 47 | 513 | 144 | 37 |
| Binary | 10011100 | 0 | 1001100 | 0 | 1100100 | 110011 | 100111 | 101001011 | 1100100 | 11111 |
Color Harmonies of #9C004C
Complementary color
Monochromatic Colors of #9C004C
Black with #9C004C
Text Example
Text Example
White with #9C004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C004C; }
p { color: rgb(156,0,76); }
H1.HeaderClassName
{
color: #9C004C;
}
.AnyTagClassName
{
color: #9C004C;
}
</style>
background-color css
<style>
a { background-color: #9C004C; }
a { background-color: rgb(156,0,76); }
div.DivClassName
{
background-color: #9C004C;
}
.BgClassName
{
background-color: #9C004C;
}
</style>
border-color css
<style>
span { border-color: #9C004C; }
span { border-color: rgb(156,0,76); }
td.TdClassName
{
border-color: #9C004C;
}
.TagClassName
{
border-color: #9C004C;
}
</style>