Shades of Jazzberry Jam #9D0941
Tints of Jazzberry Jam #9D0941
RGB
CMYK
RGB Variations
Color information
#9D0941 (or 0x9D0941) is known color: Jazzberry Jam. HEX triplet: 9D, 09 and 41. RGB value is (157,9,65). Sum of RGB (Red+Green+Blue) = 157+9+65=231 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.97% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0941 is #62F6BE. Grayscale: #3B3B3B. Windows color (decimal): -6485695 or 4262301. OLE color: 4262301.
HSL color Cylindrical-coordinate representation of color #9D0941: hue angle of 337.3º 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 #9D0941 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 9 | 65 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.38 |
| HSL | 337.3º | 0.89% | 0.33% | - |
| HSV(B) | 337.3º | 0.94% | 0.62% | - |
| XYZ | 14.96 | 7.75 | 5.71 | - |
| YUV | 59.64 | 131.03 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 9 | 65 | 0 | 0.94 | 0.59 | 0.38 | 337.3 | 0.89 | 0.33 |
| Hex | 9D | 9 | 41 | 0 | 5E | 3B | 26 | 151 | 59 | 21 |
| Octal | 235 | 11 | 101 | 0 | 136 | 73 | 46 | 521 | 131 | 41 |
| Binary | 10011101 | 1001 | 1000001 | 0 | 1011110 | 111011 | 100110 | 101010001 | 1011001 | 100001 |
Color Harmonies of #9D0941
Complementary color
Monochromatic Colors of #9D0941
Black with #9D0941
Text Example
Text Example
White with #9D0941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0941; }
p { color: rgb(157,9,65); }
H1.HeaderClassName
{
color: #9D0941;
}
.AnyTagClassName
{
color: #9D0941;
}
</style>
background-color css
<style>
a { background-color: #9D0941; }
a { background-color: rgb(157,9,65); }
div.DivClassName
{
background-color: #9D0941;
}
.BgClassName
{
background-color: #9D0941;
}
</style>
border-color css
<style>
span { border-color: #9D0941; }
span { border-color: rgb(157,9,65); }
td.TdClassName
{
border-color: #9D0941;
}
.TagClassName
{
border-color: #9D0941;
}
</style>