Shades of Jazzberry Jam #9C2368
Tints of Jazzberry Jam #9C2368
RGB
CMYK
RGB Variations
Color information
#9C2368 (or 0x9C2368) is known color: Jazzberry Jam. HEX triplet: 9C, 23 and 68. RGB value is (156,35,104). Sum of RGB (Red+Green+Blue) = 156+35+104=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2368 is #63DC97. Grayscale: #4E4E4E. Windows color (decimal): -6544536 or 6824860. OLE color: 6824860.
HSL color Cylindrical-coordinate representation of color #9C2368: hue angle of 325.79º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C2368 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 35 | 104 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.39 |
| HSL | 325.79º | 0.63% | 0.37% | - |
| HSV(B) | 325.79º | 0.78% | 0.61% | - |
| XYZ | 16.81 | 9.27 | 14 | - |
| YUV | 79.05 | 142.09 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 35 | 104 | 0 | 0.78 | 0.33 | 0.39 | 325.79 | 0.63 | 0.37 |
| Hex | 9C | 23 | 68 | 0 | 4E | 21 | 27 | 146 | 3F | 25 |
| Octal | 234 | 43 | 150 | 0 | 116 | 41 | 47 | 506 | 77 | 45 |
| Binary | 10011100 | 100011 | 1101000 | 0 | 1001110 | 100001 | 100111 | 101000110 | 111111 | 100101 |
Color Harmonies of #9C2368
Complementary color
Monochromatic Colors of #9C2368
Black with #9C2368
Text Example
Text Example
White with #9C2368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2368; }
p { color: rgb(156,35,104); }
H1.HeaderClassName
{
color: #9C2368;
}
.AnyTagClassName
{
color: #9C2368;
}
</style>
background-color css
<style>
a { background-color: #9C2368; }
a { background-color: rgb(156,35,104); }
div.DivClassName
{
background-color: #9C2368;
}
.BgClassName
{
background-color: #9C2368;
}
</style>
border-color css
<style>
span { border-color: #9C2368; }
span { border-color: rgb(156,35,104); }
td.TdClassName
{
border-color: #9C2368;
}
.TagClassName
{
border-color: #9C2368;
}
</style>