Shades of Jazzberry Jam #9D0845
Tints of Jazzberry Jam #9D0845
RGB
CMYK
RGB Variations
Color information
#9D0845 (or 0x9D0845) is known color: Jazzberry Jam. HEX triplet: 9D, 08 and 45. RGB value is (157,8,69). Sum of RGB (Red+Green+Blue) = 157+8+69=234 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.09% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0845 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0845 is #62F7BA. Grayscale: #3B3B3B. Windows color (decimal): -6485947 or 4524189. OLE color: 4524189.
HSL color Cylindrical-coordinate representation of color #9D0845: hue angle of 335.44º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0845 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 8 | 69 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.38 |
| HSL | 335.44º | 0.9% | 0.32% | - |
| HSV(B) | 335.44º | 0.95% | 0.62% | - |
| XYZ | 15.07 | 7.77 | 6.34 | - |
| YUV | 59.51 | 133.36 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 8 | 69 | 0 | 0.95 | 0.56 | 0.38 | 335.44 | 0.9 | 0.32 |
| Hex | 9D | 8 | 45 | 0 | 5F | 38 | 26 | 14F | 5A | 20 |
| Octal | 235 | 10 | 105 | 0 | 137 | 70 | 46 | 517 | 132 | 40 |
| Binary | 10011101 | 1000 | 1000101 | 0 | 1011111 | 111000 | 100110 | 101001111 | 1011010 | 100000 |
Color Harmonies of #9D0845
Complementary color
Monochromatic Colors of #9D0845
Black with #9D0845
Text Example
Text Example
White with #9D0845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0845; }
p { color: rgb(157,8,69); }
H1.HeaderClassName
{
color: #9D0845;
}
.AnyTagClassName
{
color: #9D0845;
}
</style>
background-color css
<style>
a { background-color: #9D0845; }
a { background-color: rgb(157,8,69); }
div.DivClassName
{
background-color: #9D0845;
}
.BgClassName
{
background-color: #9D0845;
}
</style>
border-color css
<style>
span { border-color: #9D0845; }
span { border-color: rgb(157,8,69); }
td.TdClassName
{
border-color: #9D0845;
}
.TagClassName
{
border-color: #9D0845;
}
</style>