Shades of Jazzberry Jam #9C1D6F
Tints of Jazzberry Jam #9C1D6F
RGB
CMYK
RGB Variations
Color information
#9C1D6F (or 0x9C1D6F) is known color: Jazzberry Jam. HEX triplet: 9C, 1D and 6F. RGB value is (156,29,111). Sum of RGB (Red+Green+Blue) = 156+29+111=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1D6F is #63E290. Grayscale: #4C4C4C. Windows color (decimal): -6546065 or 7282076. OLE color: 7282076.
HSL color Cylindrical-coordinate representation of color #9C1D6F: hue angle of 321.26º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C1D6F is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 29 | 111 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.39 |
| HSL | 321.26º | 0.69% | 0.36% | - |
| HSV(B) | 321.26º | 0.81% | 0.61% | - |
| XYZ | 17.02 | 9.09 | 15.9 | - |
| YUV | 76.32 | 147.58 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 29 | 111 | 0 | 0.81 | 0.29 | 0.39 | 321.26 | 0.69 | 0.36 |
| Hex | 9C | 1D | 6F | 0 | 51 | 1D | 27 | 141 | 45 | 24 |
| Octal | 234 | 35 | 157 | 0 | 121 | 35 | 47 | 501 | 105 | 44 |
| Binary | 10011100 | 11101 | 1101111 | 0 | 1010001 | 11101 | 100111 | 101000001 | 1000101 | 100100 |
Color Harmonies of #9C1D6F
Complementary color
Monochromatic Colors of #9C1D6F
Black with #9C1D6F
Text Example
Text Example
White with #9C1D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1D6F; }
p { color: rgb(156,29,111); }
H1.HeaderClassName
{
color: #9C1D6F;
}
.AnyTagClassName
{
color: #9C1D6F;
}
</style>
background-color css
<style>
a { background-color: #9C1D6F; }
a { background-color: rgb(156,29,111); }
div.DivClassName
{
background-color: #9C1D6F;
}
.BgClassName
{
background-color: #9C1D6F;
}
</style>
border-color css
<style>
span { border-color: #9C1D6F; }
span { border-color: rgb(156,29,111); }
td.TdClassName
{
border-color: #9C1D6F;
}
.TagClassName
{
border-color: #9C1D6F;
}
</style>