Shades of Jazzberry Jam #9D074D
Tints of Jazzberry Jam #9D074D
RGB
CMYK
RGB Variations
Color information
#9D074D (or 0x9D074D) is known color: Jazzberry Jam. HEX triplet: 9D, 07 and 4D. RGB value is (157,7,77). Sum of RGB (Red+Green+Blue) = 157+7+77=241 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.15% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 157 - color contains mainly: red. Hex color #9D074D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D074D is #62F8B2. Grayscale: #3B3B3B. Windows color (decimal): -6486195 or 5048221. OLE color: 5048221.
HSL color Cylindrical-coordinate representation of color #9D074D: hue angle of 332º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D074D is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 7 | 77 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.38 |
| HSL | 332º | 0.91% | 0.32% | - |
| HSV(B) | 332º | 0.96% | 0.62% | - |
| XYZ | 15.32 | 7.86 | 7.73 | - |
| YUV | 59.83 | 137.7 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 7 | 77 | 0 | 0.96 | 0.51 | 0.38 | 332 | 0.91 | 0.32 |
| Hex | 9D | 7 | 4D | 0 | 60 | 33 | 26 | 14C | 5B | 20 |
| Octal | 235 | 7 | 115 | 0 | 140 | 63 | 46 | 514 | 133 | 40 |
| Binary | 10011101 | 111 | 1001101 | 0 | 1100000 | 110011 | 100110 | 101001100 | 1011011 | 100000 |
Color Harmonies of #9D074D
Complementary color
Monochromatic Colors of #9D074D
Black with #9D074D
Text Example
Text Example
White with #9D074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D074D; }
p { color: rgb(157,7,77); }
H1.HeaderClassName
{
color: #9D074D;
}
.AnyTagClassName
{
color: #9D074D;
}
</style>
background-color css
<style>
a { background-color: #9D074D; }
a { background-color: rgb(157,7,77); }
div.DivClassName
{
background-color: #9D074D;
}
.BgClassName
{
background-color: #9D074D;
}
</style>
border-color css
<style>
span { border-color: #9D074D; }
span { border-color: rgb(157,7,77); }
td.TdClassName
{
border-color: #9D074D;
}
.TagClassName
{
border-color: #9D074D;
}
</style>