Shades of Jazzberry Jam #9C0159
Tints of Jazzberry Jam #9C0159
RGB
CMYK
RGB Variations
Color information
#9C0159 (or 0x9C0159) is known color: Jazzberry Jam. HEX triplet: 9C, 01 and 59. RGB value is (156,1,89). Sum of RGB (Red+Green+Blue) = 156+1+89=246 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.41% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0159 is #63FEA6. Grayscale: #393939. Windows color (decimal): -6553255 or 5833116. OLE color: 5833116.
HSL color Cylindrical-coordinate representation of color #9C0159: hue angle of 325.94º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0159 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 1 | 89 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.39 |
| HSL | 325.94º | 0.99% | 0.31% | - |
| HSV(B) | 325.94º | 0.99% | 0.61% | - |
| XYZ | 15.52 | 7.81 | 10.14 | - |
| YUV | 57.38 | 145.85 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 89 | 0 | 0.99 | 0.43 | 0.39 | 325.94 | 0.99 | 0.31 |
| Hex | 9C | 1 | 59 | 0 | 63 | 2B | 27 | 146 | 63 | 1F |
| Octal | 234 | 1 | 131 | 0 | 143 | 53 | 47 | 506 | 143 | 37 |
| Binary | 10011100 | 1 | 1011001 | 0 | 1100011 | 101011 | 100111 | 101000110 | 1100011 | 11111 |
Color Harmonies of #9C0159
Complementary color
Monochromatic Colors of #9C0159
Black with #9C0159
Text Example
Text Example
White with #9C0159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0159; }
p { color: rgb(156,1,89); }
H1.HeaderClassName
{
color: #9C0159;
}
.AnyTagClassName
{
color: #9C0159;
}
</style>
background-color css
<style>
a { background-color: #9C0159; }
a { background-color: rgb(156,1,89); }
div.DivClassName
{
background-color: #9C0159;
}
.BgClassName
{
background-color: #9C0159;
}
</style>
border-color css
<style>
span { border-color: #9C0159; }
span { border-color: rgb(156,1,89); }
td.TdClassName
{
border-color: #9C0159;
}
.TagClassName
{
border-color: #9C0159;
}
</style>