Shades of Jazzberry Jam #9D094D
Tints of Jazzberry Jam #9D094D
RGB
CMYK
RGB Variations
Color information
#9D094D (or 0x9D094D) is known color: Jazzberry Jam. HEX triplet: 9D, 09 and 4D. RGB value is (157,9,77). Sum of RGB (Red+Green+Blue) = 157+9+77=243 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.61% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 157 - color contains mainly: red. Hex color #9D094D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D094D is #62F6B2. Grayscale: #3C3C3C. Windows color (decimal): -6485683 or 5048733. OLE color: 5048733.
HSL color Cylindrical-coordinate representation of color #9D094D: hue angle of 332.43º 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 #9D094D is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 9 | 77 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.38 |
| HSL | 332.43º | 0.89% | 0.33% | - |
| HSV(B) | 332.43º | 0.94% | 0.62% | - |
| XYZ | 15.34 | 7.9 | 7.74 | - |
| YUV | 61 | 137.03 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 9 | 77 | 0 | 0.94 | 0.51 | 0.38 | 332.43 | 0.89 | 0.33 |
| Hex | 9D | 9 | 4D | 0 | 5E | 33 | 26 | 14C | 59 | 21 |
| Octal | 235 | 11 | 115 | 0 | 136 | 63 | 46 | 514 | 131 | 41 |
| Binary | 10011101 | 1001 | 1001101 | 0 | 1011110 | 110011 | 100110 | 101001100 | 1011001 | 100001 |
Color Harmonies of #9D094D
Complementary color
Monochromatic Colors of #9D094D
Black with #9D094D
Text Example
Text Example
White with #9D094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D094D; }
p { color: rgb(157,9,77); }
H1.HeaderClassName
{
color: #9D094D;
}
.AnyTagClassName
{
color: #9D094D;
}
</style>
background-color css
<style>
a { background-color: #9D094D; }
a { background-color: rgb(157,9,77); }
div.DivClassName
{
background-color: #9D094D;
}
.BgClassName
{
background-color: #9D094D;
}
</style>
border-color css
<style>
span { border-color: #9D094D; }
span { border-color: rgb(157,9,77); }
td.TdClassName
{
border-color: #9D094D;
}
.TagClassName
{
border-color: #9D094D;
}
</style>