Shades of Jazzberry Jam #9D1046
Tints of Jazzberry Jam #9D1046
RGB
CMYK
RGB Variations
Color information
#9D1046 (or 0x9D1046) is known color: Jazzberry Jam. HEX triplet: 9D, 10 and 46. RGB value is (157,16,70). Sum of RGB (Red+Green+Blue) = 157+16+70=243 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.61% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1046 is #62EFB9. Grayscale: #404040. Windows color (decimal): -6483898 or 4591773. OLE color: 4591773.
HSL color Cylindrical-coordinate representation of color #9D1046: hue angle of 337.02º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D1046 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 16 | 70 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.38 |
| HSL | 337.02º | 0.82% | 0.34% | - |
| HSV(B) | 337.02º | 0.9% | 0.62% | - |
| XYZ | 15.2 | 7.98 | 6.53 | - |
| YUV | 64.32 | 131.21 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 16 | 70 | 0 | 0.90 | 0.55 | 0.38 | 337.02 | 0.82 | 0.34 |
| Hex | 9D | 10 | 46 | 0 | 5A | 37 | 26 | 151 | 52 | 22 |
| Octal | 235 | 20 | 106 | 0 | 132 | 67 | 46 | 521 | 122 | 42 |
| Binary | 10011101 | 10000 | 1000110 | 0 | 1011010 | 110111 | 100110 | 101010001 | 1010010 | 100010 |
Color Harmonies of #9D1046
Complementary color
Monochromatic Colors of #9D1046
Black with #9D1046
Text Example
Text Example
White with #9D1046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1046; }
p { color: rgb(157,16,70); }
H1.HeaderClassName
{
color: #9D1046;
}
.AnyTagClassName
{
color: #9D1046;
}
</style>
background-color css
<style>
a { background-color: #9D1046; }
a { background-color: rgb(157,16,70); }
div.DivClassName
{
background-color: #9D1046;
}
.BgClassName
{
background-color: #9D1046;
}
</style>
border-color css
<style>
span { border-color: #9D1046; }
span { border-color: rgb(157,16,70); }
td.TdClassName
{
border-color: #9D1046;
}
.TagClassName
{
border-color: #9D1046;
}
</style>