Shades of Jazzberry Jam #9D1D5E
Tints of Jazzberry Jam #9D1D5E
RGB
CMYK
RGB Variations
Color information
#9D1D5E (or 0x9D1D5E) is known color: Jazzberry Jam. HEX triplet: 9D, 1D and 5E. RGB value is (157,29,94). Sum of RGB (Red+Green+Blue) = 157+29+94=280 (37% of max value = 765). Red value is 157 (61.72% from 255 or 56.07% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1D5E is #62E2A1. Grayscale: #4A4A4A. Windows color (decimal): -6480546 or 6167965. OLE color: 6167965.
HSL color Cylindrical-coordinate representation of color #9D1D5E: hue angle of 329.53º 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 #9D1D5E is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 29 | 94 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.38 |
| HSL | 329.53º | 0.69% | 0.36% | - |
| HSV(B) | 329.53º | 0.82% | 0.62% | - |
| XYZ | 16.36 | 8.85 | 11.44 | - |
| YUV | 74.68 | 138.91 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 29 | 94 | 0 | 0.82 | 0.40 | 0.38 | 329.53 | 0.69 | 0.36 |
| Hex | 9D | 1D | 5E | 0 | 52 | 28 | 26 | 14A | 45 | 24 |
| Octal | 235 | 35 | 136 | 0 | 122 | 50 | 46 | 512 | 105 | 44 |
| Binary | 10011101 | 11101 | 1011110 | 0 | 1010010 | 101000 | 100110 | 101001010 | 1000101 | 100100 |
Color Harmonies of #9D1D5E
Complementary color
Monochromatic Colors of #9D1D5E
Black with #9D1D5E
Text Example
Text Example
White with #9D1D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1D5E; }
p { color: rgb(157,29,94); }
H1.HeaderClassName
{
color: #9D1D5E;
}
.AnyTagClassName
{
color: #9D1D5E;
}
</style>
background-color css
<style>
a { background-color: #9D1D5E; }
a { background-color: rgb(157,29,94); }
div.DivClassName
{
background-color: #9D1D5E;
}
.BgClassName
{
background-color: #9D1D5E;
}
</style>
border-color css
<style>
span { border-color: #9D1D5E; }
span { border-color: rgb(157,29,94); }
td.TdClassName
{
border-color: #9D1D5E;
}
.TagClassName
{
border-color: #9D1D5E;
}
</style>