Shades of Jazzberry Jam #9B0646
Tints of Jazzberry Jam #9B0646
RGB
CMYK
RGB Variations
Color information
#9B0646 (or 0x9B0646) is known color: Jazzberry Jam. HEX triplet: 9B, 06 and 46. RGB value is (155,6,70). Sum of RGB (Red+Green+Blue) = 155+6+70=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0646 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0646 is #64F9B9. Grayscale: #393939. Windows color (decimal): -6617530 or 4589211. OLE color: 4589211.
HSL color Cylindrical-coordinate representation of color #9B0646: hue angle of 334.23º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B0646 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 6 | 70 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.39 |
| HSL | 334.23º | 0.93% | 0.32% | - |
| HSV(B) | 334.23º | 0.96% | 0.61% | - |
| XYZ | 14.69 | 7.54 | 6.48 | - |
| YUV | 57.85 | 134.86 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 6 | 70 | 0 | 0.96 | 0.55 | 0.39 | 334.23 | 0.93 | 0.32 |
| Hex | 9B | 6 | 46 | 0 | 60 | 37 | 27 | 14E | 5D | 20 |
| Octal | 233 | 6 | 106 | 0 | 140 | 67 | 47 | 516 | 135 | 40 |
| Binary | 10011011 | 110 | 1000110 | 0 | 1100000 | 110111 | 100111 | 101001110 | 1011101 | 100000 |
Color Harmonies of #9B0646
Complementary color
Monochromatic Colors of #9B0646
Black with #9B0646
Text Example
Text Example
White with #9B0646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0646; }
p { color: rgb(155,6,70); }
H1.HeaderClassName
{
color: #9B0646;
}
.AnyTagClassName
{
color: #9B0646;
}
</style>
background-color css
<style>
a { background-color: #9B0646; }
a { background-color: rgb(155,6,70); }
div.DivClassName
{
background-color: #9B0646;
}
.BgClassName
{
background-color: #9B0646;
}
</style>
border-color css
<style>
span { border-color: #9B0646; }
span { border-color: rgb(155,6,70); }
td.TdClassName
{
border-color: #9B0646;
}
.TagClassName
{
border-color: #9B0646;
}
</style>