Shades of Jazzberry Jam #9B093F
Tints of Jazzberry Jam #9B093F
RGB
CMYK
RGB Variations
Color information
#9B093F (or 0x9B093F) is known color: Jazzberry Jam. HEX triplet: 9B, 09 and 3F. RGB value is (155,9,63). Sum of RGB (Red+Green+Blue) = 155+9+63=227 (30% of max value = 765). Red value is 155 (60.94% from 255 or 68.28% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 155 - color contains mainly: red. Hex color #9B093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B093F is #64F6C0. Grayscale: #3A3A3A. Windows color (decimal): -6616769 or 4131227. OLE color: 4131227.
HSL color Cylindrical-coordinate representation of color #9B093F: hue angle of 337.81º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B093F is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 9 | 63 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.39 |
| HSL | 337.81º | 0.89% | 0.32% | - |
| HSV(B) | 337.81º | 0.94% | 0.61% | - |
| XYZ | 14.51 | 7.52 | 5.39 | - |
| YUV | 58.81 | 130.37 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 9 | 63 | 0 | 0.94 | 0.59 | 0.39 | 337.81 | 0.89 | 0.32 |
| Hex | 9B | 9 | 3F | 0 | 5E | 3B | 27 | 152 | 59 | 20 |
| Octal | 233 | 11 | 77 | 0 | 136 | 73 | 47 | 522 | 131 | 40 |
| Binary | 10011011 | 1001 | 111111 | 0 | 1011110 | 111011 | 100111 | 101010010 | 1011001 | 100000 |
Color Harmonies of #9B093F
Complementary color
Monochromatic Colors of #9B093F
Black with #9B093F
Text Example
Text Example
White with #9B093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B093F; }
p { color: rgb(155,9,63); }
H1.HeaderClassName
{
color: #9B093F;
}
.AnyTagClassName
{
color: #9B093F;
}
</style>
background-color css
<style>
a { background-color: #9B093F; }
a { background-color: rgb(155,9,63); }
div.DivClassName
{
background-color: #9B093F;
}
.BgClassName
{
background-color: #9B093F;
}
</style>
border-color css
<style>
span { border-color: #9B093F; }
span { border-color: rgb(155,9,63); }
td.TdClassName
{
border-color: #9B093F;
}
.TagClassName
{
border-color: #9B093F;
}
</style>