Shades of Jazzberry Jam #9C1750
Tints of Jazzberry Jam #9C1750
RGB
CMYK
RGB Variations
Color information
#9C1750 (or 0x9C1750) is known color: Jazzberry Jam. HEX triplet: 9C, 17 and 50. RGB value is (156,23,80). Sum of RGB (Red+Green+Blue) = 156+23+80=259 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.23% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1750 is #63E8AF. Grayscale: #454545. Windows color (decimal): -6547632 or 5248924. OLE color: 5248924.
HSL color Cylindrical-coordinate representation of color #9C1750: hue angle of 334.29º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C1750 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 23 | 80 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.39 |
| HSL | 334.29º | 0.74% | 0.35% | - |
| HSV(B) | 334.29º | 0.85% | 0.61% | - |
| XYZ | 15.46 | 8.26 | 8.37 | - |
| YUV | 69.27 | 134.06 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 23 | 80 | 0 | 0.85 | 0.49 | 0.39 | 334.29 | 0.74 | 0.35 |
| Hex | 9C | 17 | 50 | 0 | 55 | 31 | 27 | 14E | 4A | 23 |
| Octal | 234 | 27 | 120 | 0 | 125 | 61 | 47 | 516 | 112 | 43 |
| Binary | 10011100 | 10111 | 1010000 | 0 | 1010101 | 110001 | 100111 | 101001110 | 1001010 | 100011 |
Color Harmonies of #9C1750
Complementary color
Monochromatic Colors of #9C1750
Black with #9C1750
Text Example
Text Example
White with #9C1750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1750; }
p { color: rgb(156,23,80); }
H1.HeaderClassName
{
color: #9C1750;
}
.AnyTagClassName
{
color: #9C1750;
}
</style>
background-color css
<style>
a { background-color: #9C1750; }
a { background-color: rgb(156,23,80); }
div.DivClassName
{
background-color: #9C1750;
}
.BgClassName
{
background-color: #9C1750;
}
</style>
border-color css
<style>
span { border-color: #9C1750; }
span { border-color: rgb(156,23,80); }
td.TdClassName
{
border-color: #9C1750;
}
.TagClassName
{
border-color: #9C1750;
}
</style>