Shades of Jazzberry Jam #9B0047
Tints of Jazzberry Jam #9B0047
RGB
CMYK
RGB Variations
Color information
#9B0047 (or 0x9B0047) is known color: Jazzberry Jam. HEX triplet: 9B, 00 and 47. RGB value is (155,0,71). Sum of RGB (Red+Green+Blue) = 155+0+71=226 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.58% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0047 is #64FFB8. Grayscale: #363636. Windows color (decimal): -6619065 or 4653211. OLE color: 4653211.
HSL color Cylindrical-coordinate representation of color #9B0047: hue angle of 332.52º 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 #9B0047 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.54 | 0.39 |
| HSL | 332.52º | 1% | 0.3% | - |
| HSV(B) | 332.52º | 1% | 0.61% | - |
| XYZ | 14.65 | 7.42 | 6.62 | - |
| YUV | 54.44 | 137.35 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 71 | 0 | 1 | 0.54 | 0.39 | 332.52 | 1 | 0.3 |
| Hex | 9B | 0 | 47 | 0 | 64 | 36 | 27 | 14D | 64 | 1E |
| Octal | 233 | 0 | 107 | 0 | 144 | 66 | 47 | 515 | 144 | 36 |
| Binary | 10011011 | 0 | 1000111 | 0 | 1100100 | 110110 | 100111 | 101001101 | 1100100 | 11110 |
Color Harmonies of #9B0047
Complementary color
Monochromatic Colors of #9B0047
Black with #9B0047
Text Example
Text Example
White with #9B0047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0047; }
p { color: rgb(155,0,71); }
H1.HeaderClassName
{
color: #9B0047;
}
.AnyTagClassName
{
color: #9B0047;
}
</style>
background-color css
<style>
a { background-color: #9B0047; }
a { background-color: rgb(155,0,71); }
div.DivClassName
{
background-color: #9B0047;
}
.BgClassName
{
background-color: #9B0047;
}
</style>
border-color css
<style>
span { border-color: #9B0047; }
span { border-color: rgb(155,0,71); }
td.TdClassName
{
border-color: #9B0047;
}
.TagClassName
{
border-color: #9B0047;
}
</style>