Shades of Jazzberry Jam #9C1968
Tints of Jazzberry Jam #9C1968
RGB
CMYK
RGB Variations
Color information
#9C1968 (or 0x9C1968) is known color: Jazzberry Jam. HEX triplet: 9C, 19 and 68. RGB value is (156,25,104). Sum of RGB (Red+Green+Blue) = 156+25+104=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1968 is #63E697. Grayscale: #484848. Windows color (decimal): -6547096 or 6822300. OLE color: 6822300.
HSL color Cylindrical-coordinate representation of color #9C1968: hue angle of 323.82º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C1968 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 25 | 104 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.39 |
| HSL | 323.82º | 0.72% | 0.35% | - |
| HSV(B) | 323.82º | 0.84% | 0.61% | - |
| XYZ | 16.56 | 8.76 | 13.92 | - |
| YUV | 73.18 | 145.4 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 25 | 104 | 0 | 0.84 | 0.33 | 0.39 | 323.82 | 0.72 | 0.35 |
| Hex | 9C | 19 | 68 | 0 | 54 | 21 | 27 | 144 | 48 | 23 |
| Octal | 234 | 31 | 150 | 0 | 124 | 41 | 47 | 504 | 110 | 43 |
| Binary | 10011100 | 11001 | 1101000 | 0 | 1010100 | 100001 | 100111 | 101000100 | 1001000 | 100011 |
Color Harmonies of #9C1968
Complementary color
Monochromatic Colors of #9C1968
Black with #9C1968
Text Example
Text Example
White with #9C1968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1968; }
p { color: rgb(156,25,104); }
H1.HeaderClassName
{
color: #9C1968;
}
.AnyTagClassName
{
color: #9C1968;
}
</style>
background-color css
<style>
a { background-color: #9C1968; }
a { background-color: rgb(156,25,104); }
div.DivClassName
{
background-color: #9C1968;
}
.BgClassName
{
background-color: #9C1968;
}
</style>
border-color css
<style>
span { border-color: #9C1968; }
span { border-color: rgb(156,25,104); }
td.TdClassName
{
border-color: #9C1968;
}
.TagClassName
{
border-color: #9C1968;
}
</style>