Shades of Jazzberry Jam #9C1864
Tints of Jazzberry Jam #9C1864
RGB
CMYK
RGB Variations
Color information
#9C1864 (or 0x9C1864) is known color: Jazzberry Jam. HEX triplet: 9C, 18 and 64. RGB value is (156,24,100). Sum of RGB (Red+Green+Blue) = 156+24+100=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1864 is #63E79B. Grayscale: #474747. Windows color (decimal): -6547356 or 6559900. OLE color: 6559900.
HSL color Cylindrical-coordinate representation of color #9C1864: hue angle of 325.45º degrees, saturation: 0.73, 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 #9C1864 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 24 | 100 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.39 |
| HSL | 325.45º | 0.73% | 0.35% | - |
| HSV(B) | 325.45º | 0.85% | 0.61% | - |
| XYZ | 16.34 | 8.64 | 12.86 | - |
| YUV | 72.13 | 143.73 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 24 | 100 | 0 | 0.85 | 0.36 | 0.39 | 325.45 | 0.73 | 0.35 |
| Hex | 9C | 18 | 64 | 0 | 55 | 24 | 27 | 145 | 49 | 23 |
| Octal | 234 | 30 | 144 | 0 | 125 | 44 | 47 | 505 | 111 | 43 |
| Binary | 10011100 | 11000 | 1100100 | 0 | 1010101 | 100100 | 100111 | 101000101 | 1001001 | 100011 |
Color Harmonies of #9C1864
Complementary color
Monochromatic Colors of #9C1864
Black with #9C1864
Text Example
Text Example
White with #9C1864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1864; }
p { color: rgb(156,24,100); }
H1.HeaderClassName
{
color: #9C1864;
}
.AnyTagClassName
{
color: #9C1864;
}
</style>
background-color css
<style>
a { background-color: #9C1864; }
a { background-color: rgb(156,24,100); }
div.DivClassName
{
background-color: #9C1864;
}
.BgClassName
{
background-color: #9C1864;
}
</style>
border-color css
<style>
span { border-color: #9C1864; }
span { border-color: rgb(156,24,100); }
td.TdClassName
{
border-color: #9C1864;
}
.TagClassName
{
border-color: #9C1864;
}
</style>