Shades of Jazzberry Jam #9C1963
Tints of Jazzberry Jam #9C1963
RGB
CMYK
RGB Variations
Color information
#9C1963 (or 0x9C1963) is known color: Jazzberry Jam. HEX triplet: 9C, 19 and 63. RGB value is (156,25,99). Sum of RGB (Red+Green+Blue) = 156+25+99=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1963 is #63E69C. Grayscale: #484848. Windows color (decimal): -6547101 or 6494620. OLE color: 6494620.
HSL color Cylindrical-coordinate representation of color #9C1963: hue angle of 326.11º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C1963 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 25 | 99 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.39 |
| HSL | 326.11º | 0.72% | 0.35% | - |
| HSV(B) | 326.11º | 0.84% | 0.61% | - |
| XYZ | 16.31 | 8.66 | 12.62 | - |
| YUV | 72.61 | 142.9 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 25 | 99 | 0 | 0.84 | 0.37 | 0.39 | 326.11 | 0.72 | 0.35 |
| Hex | 9C | 19 | 63 | 0 | 54 | 25 | 27 | 146 | 48 | 23 |
| Octal | 234 | 31 | 143 | 0 | 124 | 45 | 47 | 506 | 110 | 43 |
| Binary | 10011100 | 11001 | 1100011 | 0 | 1010100 | 100101 | 100111 | 101000110 | 1001000 | 100011 |
Color Harmonies of #9C1963
Complementary color
Monochromatic Colors of #9C1963
Black with #9C1963
Text Example
Text Example
White with #9C1963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1963; }
p { color: rgb(156,25,99); }
H1.HeaderClassName
{
color: #9C1963;
}
.AnyTagClassName
{
color: #9C1963;
}
</style>
background-color css
<style>
a { background-color: #9C1963; }
a { background-color: rgb(156,25,99); }
div.DivClassName
{
background-color: #9C1963;
}
.BgClassName
{
background-color: #9C1963;
}
</style>
border-color css
<style>
span { border-color: #9C1963; }
span { border-color: rgb(156,25,99); }
td.TdClassName
{
border-color: #9C1963;
}
.TagClassName
{
border-color: #9C1963;
}
</style>