Shades of Jazzberry Jam #9B0B56
Tints of Jazzberry Jam #9B0B56
RGB
CMYK
RGB Variations
Color information
#9B0B56 (or 0x9B0B56) is known color: Jazzberry Jam. HEX triplet: 9B, 0B and 56. RGB value is (155,11,86). Sum of RGB (Red+Green+Blue) = 155+11+86=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0B56 is #64F4A9. Grayscale: #3E3E3E. Windows color (decimal): -6616234 or 5639067. OLE color: 5639067.
HSL color Cylindrical-coordinate representation of color #9B0B56: hue angle of 328.75º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B0B56 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 11 | 86 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.39 |
| HSL | 328.75º | 0.87% | 0.33% | - |
| HSV(B) | 328.75º | 0.93% | 0.61% | - |
| XYZ | 15.32 | 7.88 | 9.52 | - |
| YUV | 62.61 | 141.21 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 11 | 86 | 0 | 0.93 | 0.45 | 0.39 | 328.75 | 0.87 | 0.33 |
| Hex | 9B | B | 56 | 0 | 5D | 2D | 27 | 149 | 57 | 21 |
| Octal | 233 | 13 | 126 | 0 | 135 | 55 | 47 | 511 | 127 | 41 |
| Binary | 10011011 | 1011 | 1010110 | 0 | 1011101 | 101101 | 100111 | 101001001 | 1010111 | 100001 |
Color Harmonies of #9B0B56
Complementary color
Monochromatic Colors of #9B0B56
Black with #9B0B56
Text Example
Text Example
White with #9B0B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0B56; }
p { color: rgb(155,11,86); }
H1.HeaderClassName
{
color: #9B0B56;
}
.AnyTagClassName
{
color: #9B0B56;
}
</style>
background-color css
<style>
a { background-color: #9B0B56; }
a { background-color: rgb(155,11,86); }
div.DivClassName
{
background-color: #9B0B56;
}
.BgClassName
{
background-color: #9B0B56;
}
</style>
border-color css
<style>
span { border-color: #9B0B56; }
span { border-color: rgb(155,11,86); }
td.TdClassName
{
border-color: #9B0B56;
}
.TagClassName
{
border-color: #9B0B56;
}
</style>