Shades of Jazzberry Jam #9C246B
Tints of Jazzberry Jam #9C246B
RGB
CMYK
RGB Variations
Color information
#9C246B (or 0x9C246B) is known color: Jazzberry Jam. HEX triplet: 9C, 24 and 6B. RGB value is (156,36,107). Sum of RGB (Red+Green+Blue) = 156+36+107=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C246B is #63DB94. Grayscale: #4F4F4F. Windows color (decimal): -6544277 or 7021724. OLE color: 7021724.
HSL color Cylindrical-coordinate representation of color #9C246B: hue angle of 324.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C246B is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 107 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.39 |
| HSL | 324.5º | 0.63% | 0.38% | - |
| HSV(B) | 324.5º | 0.77% | 0.61% | - |
| XYZ | 17 | 9.39 | 14.83 | - |
| YUV | 79.97 | 143.26 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 107 | 0 | 0.77 | 0.31 | 0.39 | 324.5 | 0.63 | 0.38 |
| Hex | 9C | 24 | 6B | 0 | 4D | 1F | 27 | 144 | 3E | 26 |
| Octal | 234 | 44 | 153 | 0 | 115 | 37 | 47 | 504 | 76 | 46 |
| Binary | 10011100 | 100100 | 1101011 | 0 | 1001101 | 11111 | 100111 | 101000100 | 111110 | 100110 |
Color Harmonies of #9C246B
Complementary color
Monochromatic Colors of #9C246B
Black with #9C246B
Text Example
Text Example
White with #9C246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C246B; }
p { color: rgb(156,36,107); }
H1.HeaderClassName
{
color: #9C246B;
}
.AnyTagClassName
{
color: #9C246B;
}
</style>
background-color css
<style>
a { background-color: #9C246B; }
a { background-color: rgb(156,36,107); }
div.DivClassName
{
background-color: #9C246B;
}
.BgClassName
{
background-color: #9C246B;
}
</style>
border-color css
<style>
span { border-color: #9C246B; }
span { border-color: rgb(156,36,107); }
td.TdClassName
{
border-color: #9C246B;
}
.TagClassName
{
border-color: #9C246B;
}
</style>