Shades of Jazzberry Jam #9D034D
Tints of Jazzberry Jam #9D034D
RGB
CMYK
RGB Variations
Color information
#9D034D (or 0x9D034D) is known color: Jazzberry Jam. HEX triplet: 9D, 03 and 4D. RGB value is (157,3,77). Sum of RGB (Red+Green+Blue) = 157+3+77=237 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.24% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 157 - color contains mainly: red. Hex color #9D034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D034D is #62FCB2. Grayscale: #393939. Windows color (decimal): -6487219 or 5047197. OLE color: 5047197.
HSL color Cylindrical-coordinate representation of color #9D034D: hue angle of 331.17º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D034D is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 3 | 77 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.38 |
| HSL | 331.17º | 0.96% | 0.31% | - |
| HSV(B) | 331.17º | 0.98% | 0.62% | - |
| XYZ | 15.28 | 7.77 | 7.72 | - |
| YUV | 57.48 | 139.02 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 3 | 77 | 0 | 0.98 | 0.51 | 0.38 | 331.17 | 0.96 | 0.31 |
| Hex | 9D | 3 | 4D | 0 | 62 | 33 | 26 | 14B | 60 | 1F |
| Octal | 235 | 3 | 115 | 0 | 142 | 63 | 46 | 513 | 140 | 37 |
| Binary | 10011101 | 11 | 1001101 | 0 | 1100010 | 110011 | 100110 | 101001011 | 1100000 | 11111 |
Color Harmonies of #9D034D
Complementary color
Monochromatic Colors of #9D034D
Black with #9D034D
Text Example
Text Example
White with #9D034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D034D; }
p { color: rgb(157,3,77); }
H1.HeaderClassName
{
color: #9D034D;
}
.AnyTagClassName
{
color: #9D034D;
}
</style>
background-color css
<style>
a { background-color: #9D034D; }
a { background-color: rgb(157,3,77); }
div.DivClassName
{
background-color: #9D034D;
}
.BgClassName
{
background-color: #9D034D;
}
</style>
border-color css
<style>
span { border-color: #9D034D; }
span { border-color: rgb(157,3,77); }
td.TdClassName
{
border-color: #9D034D;
}
.TagClassName
{
border-color: #9D034D;
}
</style>