Shades of Jazzberry Jam #9C1353
Tints of Jazzberry Jam #9C1353
RGB
CMYK
RGB Variations
Color information
#9C1353 (or 0x9C1353) is known color: Jazzberry Jam. HEX triplet: 9C, 13 and 53. RGB value is (156,19,83). Sum of RGB (Red+Green+Blue) = 156+19+83=258 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.47% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1353 is #63ECAC. Grayscale: #434343. Windows color (decimal): -6548653 or 5444508. OLE color: 5444508.
HSL color Cylindrical-coordinate representation of color #9C1353: hue angle of 331.97º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C1353 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 19 | 83 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.39 |
| HSL | 331.97º | 0.78% | 0.34% | - |
| HSV(B) | 331.97º | 0.88% | 0.61% | - |
| XYZ | 15.5 | 8.16 | 8.94 | - |
| YUV | 67.26 | 136.89 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 19 | 83 | 0 | 0.88 | 0.47 | 0.39 | 331.97 | 0.78 | 0.34 |
| Hex | 9C | 13 | 53 | 0 | 58 | 2F | 27 | 14C | 4E | 22 |
| Octal | 234 | 23 | 123 | 0 | 130 | 57 | 47 | 514 | 116 | 42 |
| Binary | 10011100 | 10011 | 1010011 | 0 | 1011000 | 101111 | 100111 | 101001100 | 1001110 | 100010 |
Color Harmonies of #9C1353
Complementary color
Monochromatic Colors of #9C1353
Black with #9C1353
Text Example
Text Example
White with #9C1353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1353; }
p { color: rgb(156,19,83); }
H1.HeaderClassName
{
color: #9C1353;
}
.AnyTagClassName
{
color: #9C1353;
}
</style>
background-color css
<style>
a { background-color: #9C1353; }
a { background-color: rgb(156,19,83); }
div.DivClassName
{
background-color: #9C1353;
}
.BgClassName
{
background-color: #9C1353;
}
</style>
border-color css
<style>
span { border-color: #9C1353; }
span { border-color: rgb(156,19,83); }
td.TdClassName
{
border-color: #9C1353;
}
.TagClassName
{
border-color: #9C1353;
}
</style>