Shades of Jazzberry Jam #9D1D6E
Tints of Jazzberry Jam #9D1D6E
RGB
CMYK
RGB Variations
Color information
#9D1D6E (or 0x9D1D6E) is known color: Jazzberry Jam. HEX triplet: 9D, 1D and 6E. RGB value is (157,29,110). Sum of RGB (Red+Green+Blue) = 157+29+110=296 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.04% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1D6E is #62E291. Grayscale: #4C4C4C. Windows color (decimal): -6480530 or 7216541. OLE color: 7216541.
HSL color Cylindrical-coordinate representation of color #9D1D6E: hue angle of 322.03º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D1D6E is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 29 | 110 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.38 |
| HSL | 322.03º | 0.69% | 0.36% | - |
| HSV(B) | 322.03º | 0.82% | 0.62% | - |
| XYZ | 17.16 | 9.17 | 15.62 | - |
| YUV | 76.51 | 146.91 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 29 | 110 | 0 | 0.82 | 0.30 | 0.38 | 322.03 | 0.69 | 0.36 |
| Hex | 9D | 1D | 6E | 0 | 52 | 1E | 26 | 142 | 45 | 24 |
| Octal | 235 | 35 | 156 | 0 | 122 | 36 | 46 | 502 | 105 | 44 |
| Binary | 10011101 | 11101 | 1101110 | 0 | 1010010 | 11110 | 100110 | 101000010 | 1000101 | 100100 |
Color Harmonies of #9D1D6E
Complementary color
Monochromatic Colors of #9D1D6E
Black with #9D1D6E
Text Example
Text Example
White with #9D1D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1D6E; }
p { color: rgb(157,29,110); }
H1.HeaderClassName
{
color: #9D1D6E;
}
.AnyTagClassName
{
color: #9D1D6E;
}
</style>
background-color css
<style>
a { background-color: #9D1D6E; }
a { background-color: rgb(157,29,110); }
div.DivClassName
{
background-color: #9D1D6E;
}
.BgClassName
{
background-color: #9D1D6E;
}
</style>
border-color css
<style>
span { border-color: #9D1D6E; }
span { border-color: rgb(157,29,110); }
td.TdClassName
{
border-color: #9D1D6E;
}
.TagClassName
{
border-color: #9D1D6E;
}
</style>