Shades of Jazzberry Jam #9D1657
Tints of Jazzberry Jam #9D1657
RGB
CMYK
RGB Variations
Color information
#9D1657 (or 0x9D1657) is known color: Jazzberry Jam. HEX triplet: 9D, 16 and 57. RGB value is (157,22,87). Sum of RGB (Red+Green+Blue) = 157+22+87=266 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.02% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1657 is #62E9A8. Grayscale: #454545. Windows color (decimal): -6482345 or 5707421. OLE color: 5707421.
HSL color Cylindrical-coordinate representation of color #9D1657: hue angle of 331.11º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D1657 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 22 | 87 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.38 |
| HSL | 331.11º | 0.75% | 0.35% | - |
| HSV(B) | 331.11º | 0.86% | 0.62% | - |
| XYZ | 15.91 | 8.43 | 9.81 | - |
| YUV | 69.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 22 | 87 | 0 | 0.86 | 0.45 | 0.38 | 331.11 | 0.75 | 0.35 |
| Hex | 9D | 16 | 57 | 0 | 56 | 2D | 26 | 14B | 4B | 23 |
| Octal | 235 | 26 | 127 | 0 | 126 | 55 | 46 | 513 | 113 | 43 |
| Binary | 10011101 | 10110 | 1010111 | 0 | 1010110 | 101101 | 100110 | 101001011 | 1001011 | 100011 |
Color Harmonies of #9D1657
Complementary color
Monochromatic Colors of #9D1657
Black with #9D1657
Text Example
Text Example
White with #9D1657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1657; }
p { color: rgb(157,22,87); }
H1.HeaderClassName
{
color: #9D1657;
}
.AnyTagClassName
{
color: #9D1657;
}
</style>
background-color css
<style>
a { background-color: #9D1657; }
a { background-color: rgb(157,22,87); }
div.DivClassName
{
background-color: #9D1657;
}
.BgClassName
{
background-color: #9D1657;
}
</style>
border-color css
<style>
span { border-color: #9D1657; }
span { border-color: rgb(157,22,87); }
td.TdClassName
{
border-color: #9D1657;
}
.TagClassName
{
border-color: #9D1657;
}
</style>