Shades of Jazzberry Jam #9B1067
Tints of Jazzberry Jam #9B1067
RGB
CMYK
RGB Variations
Color information
#9B1067 (or 0x9B1067) is known color: Jazzberry Jam. HEX triplet: 9B, 10 and 67. RGB value is (155,16,103). Sum of RGB (Red+Green+Blue) = 155+16+103=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1067 is #64EF98. Grayscale: #434343. Windows color (decimal): -6614937 or 6754459. OLE color: 6754459.
HSL color Cylindrical-coordinate representation of color #9B1067: hue angle of 322.45º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B1067 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 16 | 103 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.39 |
| HSL | 322.45º | 0.81% | 0.34% | - |
| HSV(B) | 322.45º | 0.9% | 0.61% | - |
| XYZ | 16.15 | 8.32 | 13.59 | - |
| YUV | 67.48 | 148.05 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 16 | 103 | 0 | 0.90 | 0.34 | 0.39 | 322.45 | 0.81 | 0.34 |
| Hex | 9B | 10 | 67 | 0 | 5A | 22 | 27 | 142 | 51 | 22 |
| Octal | 233 | 20 | 147 | 0 | 132 | 42 | 47 | 502 | 121 | 42 |
| Binary | 10011011 | 10000 | 1100111 | 0 | 1011010 | 100010 | 100111 | 101000010 | 1010001 | 100010 |
Color Harmonies of #9B1067
Complementary color
Monochromatic Colors of #9B1067
Black with #9B1067
Text Example
Text Example
White with #9B1067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1067; }
p { color: rgb(155,16,103); }
H1.HeaderClassName
{
color: #9B1067;
}
.AnyTagClassName
{
color: #9B1067;
}
</style>
background-color css
<style>
a { background-color: #9B1067; }
a { background-color: rgb(155,16,103); }
div.DivClassName
{
background-color: #9B1067;
}
.BgClassName
{
background-color: #9B1067;
}
</style>
border-color css
<style>
span { border-color: #9B1067; }
span { border-color: rgb(155,16,103); }
td.TdClassName
{
border-color: #9B1067;
}
.TagClassName
{
border-color: #9B1067;
}
</style>