Shades of Jazzberry Jam #9D0C47
Tints of Jazzberry Jam #9D0C47
RGB
CMYK
RGB Variations
Color information
#9D0C47 (or 0x9D0C47) is known color: Jazzberry Jam. HEX triplet: 9D, 0C and 47. RGB value is (157,12,71). Sum of RGB (Red+Green+Blue) = 157+12+71=240 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.42% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0C47 is #62F3B8. Grayscale: #3D3D3D. Windows color (decimal): -6484921 or 4656285. OLE color: 4656285.
HSL color Cylindrical-coordinate representation of color #9D0C47: hue angle of 335.59º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D0C47 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 12 | 71 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.38 |
| HSL | 335.59º | 0.86% | 0.33% | - |
| HSV(B) | 335.59º | 0.92% | 0.62% | - |
| XYZ | 15.17 | 7.89 | 6.68 | - |
| YUV | 62.08 | 133.04 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 12 | 71 | 0 | 0.92 | 0.55 | 0.38 | 335.59 | 0.86 | 0.33 |
| Hex | 9D | C | 47 | 0 | 5C | 37 | 26 | 150 | 56 | 21 |
| Octal | 235 | 14 | 107 | 0 | 134 | 67 | 46 | 520 | 126 | 41 |
| Binary | 10011101 | 1100 | 1000111 | 0 | 1011100 | 110111 | 100110 | 101010000 | 1010110 | 100001 |
Color Harmonies of #9D0C47
Complementary color
Monochromatic Colors of #9D0C47
Black with #9D0C47
Text Example
Text Example
White with #9D0C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0C47; }
p { color: rgb(157,12,71); }
H1.HeaderClassName
{
color: #9D0C47;
}
.AnyTagClassName
{
color: #9D0C47;
}
</style>
background-color css
<style>
a { background-color: #9D0C47; }
a { background-color: rgb(157,12,71); }
div.DivClassName
{
background-color: #9D0C47;
}
.BgClassName
{
background-color: #9D0C47;
}
</style>
border-color css
<style>
span { border-color: #9D0C47; }
span { border-color: rgb(157,12,71); }
td.TdClassName
{
border-color: #9D0C47;
}
.TagClassName
{
border-color: #9D0C47;
}
</style>