Shades of Jazzberry Jam #9B0856
Tints of Jazzberry Jam #9B0856
RGB
CMYK
RGB Variations
Color information
#9B0856 (or 0x9B0856) is known color: Jazzberry Jam. HEX triplet: 9B, 08 and 56. RGB value is (155,8,86). Sum of RGB (Red+Green+Blue) = 155+8+86=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0856 is #64F7A9. Grayscale: #3C3C3C. Windows color (decimal): -6617002 or 5638299. OLE color: 5638299.
HSL color Cylindrical-coordinate representation of color #9B0856: hue angle of 328.16º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0856 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 8 | 86 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.39 |
| HSL | 328.16º | 0.9% | 0.32% | - |
| HSV(B) | 328.16º | 0.95% | 0.61% | - |
| XYZ | 15.28 | 7.81 | 9.51 | - |
| YUV | 60.85 | 142.2 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 8 | 86 | 0 | 0.95 | 0.45 | 0.39 | 328.16 | 0.9 | 0.32 |
| Hex | 9B | 8 | 56 | 0 | 5F | 2D | 27 | 148 | 5A | 20 |
| Octal | 233 | 10 | 126 | 0 | 137 | 55 | 47 | 510 | 132 | 40 |
| Binary | 10011011 | 1000 | 1010110 | 0 | 1011111 | 101101 | 100111 | 101001000 | 1011010 | 100000 |
Color Harmonies of #9B0856
Complementary color
Monochromatic Colors of #9B0856
Black with #9B0856
Text Example
Text Example
White with #9B0856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0856; }
p { color: rgb(155,8,86); }
H1.HeaderClassName
{
color: #9B0856;
}
.AnyTagClassName
{
color: #9B0856;
}
</style>
background-color css
<style>
a { background-color: #9B0856; }
a { background-color: rgb(155,8,86); }
div.DivClassName
{
background-color: #9B0856;
}
.BgClassName
{
background-color: #9B0856;
}
</style>
border-color css
<style>
span { border-color: #9B0856; }
span { border-color: rgb(155,8,86); }
td.TdClassName
{
border-color: #9B0856;
}
.TagClassName
{
border-color: #9B0856;
}
</style>