Shades of Jazzberry Jam #9D1963
Tints of Jazzberry Jam #9D1963
RGB
CMYK
RGB Variations
Color information
#9D1963 (or 0x9D1963) is known color: Jazzberry Jam. HEX triplet: 9D, 19 and 63. RGB value is (157,25,99). Sum of RGB (Red+Green+Blue) = 157+25+99=281 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.87% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1963 is #62E69C. Grayscale: #484848. Windows color (decimal): -6481565 or 6494621. OLE color: 6494621.
HSL color Cylindrical-coordinate representation of color #9D1963: hue angle of 326.36º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D1963 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 25 | 99 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.38 |
| HSL | 326.36º | 0.73% | 0.36% | - |
| HSV(B) | 326.36º | 0.84% | 0.62% | - |
| XYZ | 16.5 | 8.76 | 12.63 | - |
| YUV | 72.9 | 142.73 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 25 | 99 | 0 | 0.84 | 0.37 | 0.38 | 326.36 | 0.73 | 0.36 |
| Hex | 9D | 19 | 63 | 0 | 54 | 25 | 26 | 146 | 49 | 24 |
| Octal | 235 | 31 | 143 | 0 | 124 | 45 | 46 | 506 | 111 | 44 |
| Binary | 10011101 | 11001 | 1100011 | 0 | 1010100 | 100101 | 100110 | 101000110 | 1001001 | 100100 |
Color Harmonies of #9D1963
Complementary color
Monochromatic Colors of #9D1963
Black with #9D1963
Text Example
Text Example
White with #9D1963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1963; }
p { color: rgb(157,25,99); }
H1.HeaderClassName
{
color: #9D1963;
}
.AnyTagClassName
{
color: #9D1963;
}
</style>
background-color css
<style>
a { background-color: #9D1963; }
a { background-color: rgb(157,25,99); }
div.DivClassName
{
background-color: #9D1963;
}
.BgClassName
{
background-color: #9D1963;
}
</style>
border-color css
<style>
span { border-color: #9D1963; }
span { border-color: rgb(157,25,99); }
td.TdClassName
{
border-color: #9D1963;
}
.TagClassName
{
border-color: #9D1963;
}
</style>