Shades of Jazzberry Jam #9C1959
Tints of Jazzberry Jam #9C1959
RGB
CMYK
RGB Variations
Color information
#9C1959 (or 0x9C1959) is known color: Jazzberry Jam. HEX triplet: 9C, 19 and 59. RGB value is (156,25,89). Sum of RGB (Red+Green+Blue) = 156+25+89=270 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.78% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1959 is #63E6A6. Grayscale: #474747. Windows color (decimal): -6547111 or 5839260. OLE color: 5839260.
HSL color Cylindrical-coordinate representation of color #9C1959: hue angle of 330.69º 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 #9C1959 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 25 | 89 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.39 |
| HSL | 330.69º | 0.72% | 0.35% | - |
| HSV(B) | 330.69º | 0.84% | 0.61% | - |
| XYZ | 15.86 | 8.48 | 10.25 | - |
| YUV | 71.47 | 137.9 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 25 | 89 | 0 | 0.84 | 0.43 | 0.39 | 330.69 | 0.72 | 0.35 |
| Hex | 9C | 19 | 59 | 0 | 54 | 2B | 27 | 14B | 48 | 23 |
| Octal | 234 | 31 | 131 | 0 | 124 | 53 | 47 | 513 | 110 | 43 |
| Binary | 10011100 | 11001 | 1011001 | 0 | 1010100 | 101011 | 100111 | 101001011 | 1001000 | 100011 |
Color Harmonies of #9C1959
Complementary color
Monochromatic Colors of #9C1959
Black with #9C1959
Text Example
Text Example
White with #9C1959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1959; }
p { color: rgb(156,25,89); }
H1.HeaderClassName
{
color: #9C1959;
}
.AnyTagClassName
{
color: #9C1959;
}
</style>
background-color css
<style>
a { background-color: #9C1959; }
a { background-color: rgb(156,25,89); }
div.DivClassName
{
background-color: #9C1959;
}
.BgClassName
{
background-color: #9C1959;
}
</style>
border-color css
<style>
span { border-color: #9C1959; }
span { border-color: rgb(156,25,89); }
td.TdClassName
{
border-color: #9C1959;
}
.TagClassName
{
border-color: #9C1959;
}
</style>