Shades of Jazzberry Jam #9B0156
Tints of Jazzberry Jam #9B0156
RGB
CMYK
RGB Variations
Color information
#9B0156 (or 0x9B0156) is known color: Jazzberry Jam. HEX triplet: 9B, 01 and 56. RGB value is (155,1,86). Sum of RGB (Red+Green+Blue) = 155+1+86=242 (32% of max value = 765). Red value is 155 (60.94% from 255 or 64.05% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0156 is #64FEA9. Grayscale: #383838. Windows color (decimal): -6618794 or 5636507. OLE color: 5636507.
HSL color Cylindrical-coordinate representation of color #9B0156: hue angle of 326.88º 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 #9B0156 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 1 | 86 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.39 |
| HSL | 326.88º | 0.99% | 0.31% | - |
| HSV(B) | 326.88º | 0.99% | 0.61% | - |
| XYZ | 15.21 | 7.66 | 9.48 | - |
| YUV | 56.74 | 144.52 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 1 | 86 | 0 | 0.99 | 0.45 | 0.39 | 326.88 | 0.99 | 0.31 |
| Hex | 9B | 1 | 56 | 0 | 63 | 2D | 27 | 147 | 63 | 1F |
| Octal | 233 | 1 | 126 | 0 | 143 | 55 | 47 | 507 | 143 | 37 |
| Binary | 10011011 | 1 | 1010110 | 0 | 1100011 | 101101 | 100111 | 101000111 | 1100011 | 11111 |
Color Harmonies of #9B0156
Complementary color
Monochromatic Colors of #9B0156
Black with #9B0156
Text Example
Text Example
White with #9B0156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0156; }
p { color: rgb(155,1,86); }
H1.HeaderClassName
{
color: #9B0156;
}
.AnyTagClassName
{
color: #9B0156;
}
</style>
background-color css
<style>
a { background-color: #9B0156; }
a { background-color: rgb(155,1,86); }
div.DivClassName
{
background-color: #9B0156;
}
.BgClassName
{
background-color: #9B0156;
}
</style>
border-color css
<style>
span { border-color: #9B0156; }
span { border-color: rgb(155,1,86); }
td.TdClassName
{
border-color: #9B0156;
}
.TagClassName
{
border-color: #9B0156;
}
</style>