Shades of Jazzberry Jam #9D0946
Tints of Jazzberry Jam #9D0946
RGB
CMYK
RGB Variations
Color information
#9D0946 (or 0x9D0946) is known color: Jazzberry Jam. HEX triplet: 9D, 09 and 46. RGB value is (157,9,70). Sum of RGB (Red+Green+Blue) = 157+9+70=236 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.53% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0946 is #62F6B9. Grayscale: #3C3C3C. Windows color (decimal): -6485690 or 4589981. OLE color: 4589981.
HSL color Cylindrical-coordinate representation of color #9D0946: hue angle of 335.27º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0946 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 9 | 70 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.38 |
| HSL | 335.27º | 0.89% | 0.33% | - |
| HSV(B) | 335.27º | 0.94% | 0.62% | - |
| XYZ | 15.11 | 7.81 | 6.5 | - |
| YUV | 60.21 | 133.53 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 9 | 70 | 0 | 0.94 | 0.55 | 0.38 | 335.27 | 0.89 | 0.33 |
| Hex | 9D | 9 | 46 | 0 | 5E | 37 | 26 | 14F | 59 | 21 |
| Octal | 235 | 11 | 106 | 0 | 136 | 67 | 46 | 517 | 131 | 41 |
| Binary | 10011101 | 1001 | 1000110 | 0 | 1011110 | 110111 | 100110 | 101001111 | 1011001 | 100001 |
Color Harmonies of #9D0946
Complementary color
Monochromatic Colors of #9D0946
Black with #9D0946
Text Example
Text Example
White with #9D0946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0946; }
p { color: rgb(157,9,70); }
H1.HeaderClassName
{
color: #9D0946;
}
.AnyTagClassName
{
color: #9D0946;
}
</style>
background-color css
<style>
a { background-color: #9D0946; }
a { background-color: rgb(157,9,70); }
div.DivClassName
{
background-color: #9D0946;
}
.BgClassName
{
background-color: #9D0946;
}
</style>
border-color css
<style>
span { border-color: #9D0946; }
span { border-color: rgb(157,9,70); }
td.TdClassName
{
border-color: #9D0946;
}
.TagClassName
{
border-color: #9D0946;
}
</style>