Shades of Jazzberry Jam #9D1968
Tints of Jazzberry Jam #9D1968
RGB
CMYK
RGB Variations
Color information
#9D1968 (or 0x9D1968) is known color: Jazzberry Jam. HEX triplet: 9D, 19 and 68. RGB value is (157,25,104). Sum of RGB (Red+Green+Blue) = 157+25+104=286 (37% of max value = 765). Red value is 157 (61.72% from 255 or 54.90% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1968 is #62E697. Grayscale: #494949. Windows color (decimal): -6481560 or 6822301. OLE color: 6822301.
HSL color Cylindrical-coordinate representation of color #9D1968: hue angle of 324.09º 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 #9D1968 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 25 | 104 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.38 |
| HSL | 324.09º | 0.73% | 0.36% | - |
| HSV(B) | 324.09º | 0.84% | 0.62% | - |
| XYZ | 16.75 | 8.86 | 13.92 | - |
| YUV | 73.47 | 145.23 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 25 | 104 | 0 | 0.84 | 0.34 | 0.38 | 324.09 | 0.73 | 0.36 |
| Hex | 9D | 19 | 68 | 0 | 54 | 22 | 26 | 144 | 49 | 24 |
| Octal | 235 | 31 | 150 | 0 | 124 | 42 | 46 | 504 | 111 | 44 |
| Binary | 10011101 | 11001 | 1101000 | 0 | 1010100 | 100010 | 100110 | 101000100 | 1001001 | 100100 |
Color Harmonies of #9D1968
Complementary color
Monochromatic Colors of #9D1968
Black with #9D1968
Text Example
Text Example
White with #9D1968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1968; }
p { color: rgb(157,25,104); }
H1.HeaderClassName
{
color: #9D1968;
}
.AnyTagClassName
{
color: #9D1968;
}
</style>
background-color css
<style>
a { background-color: #9D1968; }
a { background-color: rgb(157,25,104); }
div.DivClassName
{
background-color: #9D1968;
}
.BgClassName
{
background-color: #9D1968;
}
</style>
border-color css
<style>
span { border-color: #9D1968; }
span { border-color: rgb(157,25,104); }
td.TdClassName
{
border-color: #9D1968;
}
.TagClassName
{
border-color: #9D1968;
}
</style>