Shades of Jazzberry Jam #9D0159
Tints of Jazzberry Jam #9D0159
RGB
CMYK
RGB Variations
Color information
#9D0159 (or 0x9D0159) is known color: Jazzberry Jam. HEX triplet: 9D, 01 and 59. RGB value is (157,1,89). Sum of RGB (Red+Green+Blue) = 157+1+89=247 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.56% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0159 is #62FEA6. Grayscale: #393939. Windows color (decimal): -6487719 or 5833117. OLE color: 5833117.
HSL color Cylindrical-coordinate representation of color #9D0159: hue angle of 326.15º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D0159 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 1 | 89 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.38 |
| HSL | 326.15º | 0.99% | 0.31% | - |
| HSV(B) | 326.15º | 0.99% | 0.62% | - |
| XYZ | 15.72 | 7.91 | 10.15 | - |
| YUV | 57.68 | 145.68 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 1 | 89 | 0 | 0.99 | 0.43 | 0.38 | 326.15 | 0.99 | 0.31 |
| Hex | 9D | 1 | 59 | 0 | 63 | 2B | 26 | 146 | 63 | 1F |
| Octal | 235 | 1 | 131 | 0 | 143 | 53 | 46 | 506 | 143 | 37 |
| Binary | 10011101 | 1 | 1011001 | 0 | 1100011 | 101011 | 100110 | 101000110 | 1100011 | 11111 |
Color Harmonies of #9D0159
Complementary color
Monochromatic Colors of #9D0159
Black with #9D0159
Text Example
Text Example
White with #9D0159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0159; }
p { color: rgb(157,1,89); }
H1.HeaderClassName
{
color: #9D0159;
}
.AnyTagClassName
{
color: #9D0159;
}
</style>
background-color css
<style>
a { background-color: #9D0159; }
a { background-color: rgb(157,1,89); }
div.DivClassName
{
background-color: #9D0159;
}
.BgClassName
{
background-color: #9D0159;
}
</style>
border-color css
<style>
span { border-color: #9D0159; }
span { border-color: rgb(157,1,89); }
td.TdClassName
{
border-color: #9D0159;
}
.TagClassName
{
border-color: #9D0159;
}
</style>