Shades of Jazzberry Jam #9C094B
Tints of Jazzberry Jam #9C094B
RGB
CMYK
RGB Variations
Color information
#9C094B (or 0x9C094B) is known color: Jazzberry Jam. HEX triplet: 9C, 09 and 4B. RGB value is (156,9,75). Sum of RGB (Red+Green+Blue) = 156+9+75=240 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 156 - color contains mainly: red. Hex color #9C094B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C094B is #63F6B4. Grayscale: #3C3C3C. Windows color (decimal): -6551221 or 4917660. OLE color: 4917660.
HSL color Cylindrical-coordinate representation of color #9C094B: hue angle of 333.06º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C094B is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 9 | 75 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.39 |
| HSL | 333.06º | 0.89% | 0.32% | - |
| HSV(B) | 333.06º | 0.94% | 0.61% | - |
| XYZ | 15.08 | 7.77 | 7.36 | - |
| YUV | 60.48 | 136.2 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 9 | 75 | 0 | 0.94 | 0.52 | 0.39 | 333.06 | 0.89 | 0.32 |
| Hex | 9C | 9 | 4B | 0 | 5E | 34 | 27 | 14D | 59 | 20 |
| Octal | 234 | 11 | 113 | 0 | 136 | 64 | 47 | 515 | 131 | 40 |
| Binary | 10011100 | 1001 | 1001011 | 0 | 1011110 | 110100 | 100111 | 101001101 | 1011001 | 100000 |
Color Harmonies of #9C094B
Complementary color
Monochromatic Colors of #9C094B
Black with #9C094B
Text Example
Text Example
White with #9C094B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C094B; }
p { color: rgb(156,9,75); }
H1.HeaderClassName
{
color: #9C094B;
}
.AnyTagClassName
{
color: #9C094B;
}
</style>
background-color css
<style>
a { background-color: #9C094B; }
a { background-color: rgb(156,9,75); }
div.DivClassName
{
background-color: #9C094B;
}
.BgClassName
{
background-color: #9C094B;
}
</style>
border-color css
<style>
span { border-color: #9C094B; }
span { border-color: rgb(156,9,75); }
td.TdClassName
{
border-color: #9C094B;
}
.TagClassName
{
border-color: #9C094B;
}
</style>