Shades of Jazzberry Jam #9C246D
Tints of Jazzberry Jam #9C246D
RGB
CMYK
RGB Variations
Color information
#9C246D (or 0x9C246D) is known color: Jazzberry Jam. HEX triplet: 9C, 24 and 6D. RGB value is (156,36,109). Sum of RGB (Red+Green+Blue) = 156+36+109=301 (39% of max value = 765). Red value is 156 (61.33% from 255 or 51.83% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 156 - color contains mainly: red. Hex color #9C246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C246D is #63DB92. Grayscale: #505050. Windows color (decimal): -6544275 or 7152796. OLE color: 7152796.
HSL color Cylindrical-coordinate representation of color #9C246D: hue angle of 323.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 #9C246D is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 109 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.39 |
| HSL | 323.5º | 0.63% | 0.38% | - |
| HSV(B) | 323.5º | 0.77% | 0.61% | - |
| XYZ | 17.1 | 9.43 | 15.39 | - |
| YUV | 80.2 | 144.26 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 109 | 0 | 0.77 | 0.30 | 0.39 | 323.5 | 0.63 | 0.38 |
| Hex | 9C | 24 | 6D | 0 | 4D | 1E | 27 | 144 | 3E | 26 |
| Octal | 234 | 44 | 155 | 0 | 115 | 36 | 47 | 504 | 76 | 46 |
| Binary | 10011100 | 100100 | 1101101 | 0 | 1001101 | 11110 | 100111 | 101000100 | 111110 | 100110 |
Color Harmonies of #9C246D
Complementary color
Monochromatic Colors of #9C246D
Black with #9C246D
Text Example
Text Example
White with #9C246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C246D; }
p { color: rgb(156,36,109); }
H1.HeaderClassName
{
color: #9C246D;
}
.AnyTagClassName
{
color: #9C246D;
}
</style>
background-color css
<style>
a { background-color: #9C246D; }
a { background-color: rgb(156,36,109); }
div.DivClassName
{
background-color: #9C246D;
}
.BgClassName
{
background-color: #9C246D;
}
</style>
border-color css
<style>
span { border-color: #9C246D; }
span { border-color: rgb(156,36,109); }
td.TdClassName
{
border-color: #9C246D;
}
.TagClassName
{
border-color: #9C246D;
}
</style>