Shades of Jazzberry Jam #9C155C
Tints of Jazzberry Jam #9C155C
RGB
CMYK
RGB Variations
Color information
#9C155C (or 0x9C155C) is known color: Jazzberry Jam. HEX triplet: 9C, 15 and 5C. RGB value is (156,21,92). Sum of RGB (Red+Green+Blue) = 156+21+92=269 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.99% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 156 - color contains mainly: red. Hex color #9C155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C155C is #63EAA3. Grayscale: #454545. Windows color (decimal): -6548132 or 6034844. OLE color: 6034844.
HSL color Cylindrical-coordinate representation of color #9C155C: hue angle of 328.44º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C155C is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 21 | 92 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.39 |
| HSL | 328.44º | 0.76% | 0.35% | - |
| HSV(B) | 328.44º | 0.87% | 0.61% | - |
| XYZ | 15.91 | 8.38 | 10.9 | - |
| YUV | 69.46 | 140.73 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 21 | 92 | 0 | 0.87 | 0.41 | 0.39 | 328.44 | 0.76 | 0.35 |
| Hex | 9C | 15 | 5C | 0 | 57 | 29 | 27 | 148 | 4C | 23 |
| Octal | 234 | 25 | 134 | 0 | 127 | 51 | 47 | 510 | 114 | 43 |
| Binary | 10011100 | 10101 | 1011100 | 0 | 1010111 | 101001 | 100111 | 101001000 | 1001100 | 100011 |
Color Harmonies of #9C155C
Complementary color
Monochromatic Colors of #9C155C
Black with #9C155C
Text Example
Text Example
White with #9C155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C155C; }
p { color: rgb(156,21,92); }
H1.HeaderClassName
{
color: #9C155C;
}
.AnyTagClassName
{
color: #9C155C;
}
</style>
background-color css
<style>
a { background-color: #9C155C; }
a { background-color: rgb(156,21,92); }
div.DivClassName
{
background-color: #9C155C;
}
.BgClassName
{
background-color: #9C155C;
}
</style>
border-color css
<style>
span { border-color: #9C155C; }
span { border-color: rgb(156,21,92); }
td.TdClassName
{
border-color: #9C155C;
}
.TagClassName
{
border-color: #9C155C;
}
</style>