Shades of Jazzberry Jam #9B0046
Tints of Jazzberry Jam #9B0046
RGB
CMYK
RGB Variations
Color information
#9B0046 (or 0x9B0046) is known color: Jazzberry Jam. HEX triplet: 9B, 00 and 46. RGB value is (155,0,70). Sum of RGB (Red+Green+Blue) = 155+0+70=225 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.89% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0046 is #64FFB9. Grayscale: #363636. Windows color (decimal): -6619066 or 4587675. OLE color: 4587675.
HSL color Cylindrical-coordinate representation of color #9B0046: hue angle of 332.9º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B0046 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.55 | 0.39 |
| HSL | 332.9º | 1% | 0.3% | - |
| HSV(B) | 332.9º | 1% | 0.61% | - |
| XYZ | 14.62 | 7.41 | 6.45 | - |
| YUV | 54.33 | 136.85 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 70 | 0 | 1 | 0.55 | 0.39 | 332.9 | 1 | 0.3 |
| Hex | 9B | 0 | 46 | 0 | 64 | 37 | 27 | 14D | 64 | 1E |
| Octal | 233 | 0 | 106 | 0 | 144 | 67 | 47 | 515 | 144 | 36 |
| Binary | 10011011 | 0 | 1000110 | 0 | 1100100 | 110111 | 100111 | 101001101 | 1100100 | 11110 |
Color Harmonies of #9B0046
Complementary color
Monochromatic Colors of #9B0046
Black with #9B0046
Text Example
Text Example
White with #9B0046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0046; }
p { color: rgb(155,0,70); }
H1.HeaderClassName
{
color: #9B0046;
}
.AnyTagClassName
{
color: #9B0046;
}
</style>
background-color css
<style>
a { background-color: #9B0046; }
a { background-color: rgb(155,0,70); }
div.DivClassName
{
background-color: #9B0046;
}
.BgClassName
{
background-color: #9B0046;
}
</style>
border-color css
<style>
span { border-color: #9B0046; }
span { border-color: rgb(155,0,70); }
td.TdClassName
{
border-color: #9B0046;
}
.TagClassName
{
border-color: #9B0046;
}
</style>