Shades of Jazzberry Jam #9C1C5C
Tints of Jazzberry Jam #9C1C5C
RGB
CMYK
RGB Variations
Color information
#9C1C5C (or 0x9C1C5C) is known color: Jazzberry Jam. HEX triplet: 9C, 1C and 5C. RGB value is (156,28,92). Sum of RGB (Red+Green+Blue) = 156+28+92=276 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.52% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1C5C is #63E3A3. Grayscale: #494949. Windows color (decimal): -6546340 or 6036636. OLE color: 6036636.
HSL color Cylindrical-coordinate representation of color #9C1C5C: hue angle of 330º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C1C5C is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 28 | 92 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.39 |
| HSL | 330º | 0.7% | 0.36% | - |
| HSV(B) | 330º | 0.82% | 0.61% | - |
| XYZ | 16.06 | 8.67 | 10.95 | - |
| YUV | 73.57 | 138.41 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 28 | 92 | 0 | 0.82 | 0.41 | 0.39 | 330 | 0.7 | 0.36 |
| Hex | 9C | 1C | 5C | 0 | 52 | 29 | 27 | 14A | 46 | 24 |
| Octal | 234 | 34 | 134 | 0 | 122 | 51 | 47 | 512 | 106 | 44 |
| Binary | 10011100 | 11100 | 1011100 | 0 | 1010010 | 101001 | 100111 | 101001010 | 1000110 | 100100 |
Color Harmonies of #9C1C5C
Complementary color
Monochromatic Colors of #9C1C5C
Black with #9C1C5C
Text Example
Text Example
White with #9C1C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1C5C; }
p { color: rgb(156,28,92); }
H1.HeaderClassName
{
color: #9C1C5C;
}
.AnyTagClassName
{
color: #9C1C5C;
}
</style>
background-color css
<style>
a { background-color: #9C1C5C; }
a { background-color: rgb(156,28,92); }
div.DivClassName
{
background-color: #9C1C5C;
}
.BgClassName
{
background-color: #9C1C5C;
}
</style>
border-color css
<style>
span { border-color: #9C1C5C; }
span { border-color: rgb(156,28,92); }
td.TdClassName
{
border-color: #9C1C5C;
}
.TagClassName
{
border-color: #9C1C5C;
}
</style>