Shades of Jazzberry Jam #9B1459
Tints of Jazzberry Jam #9B1459
RGB
CMYK
RGB Variations
Color information
#9B1459 (or 0x9B1459) is known color: Jazzberry Jam. HEX triplet: 9B, 14 and 59. RGB value is (155,20,89). Sum of RGB (Red+Green+Blue) = 155+20+89=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1459 is #64EBA6. Grayscale: #444444. Windows color (decimal): -6613927 or 5837979. OLE color: 5837979.
HSL color Cylindrical-coordinate representation of color #9B1459: hue angle of 329.33º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B1459 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 20 | 89 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.39 |
| HSL | 329.33º | 0.77% | 0.34% | - |
| HSV(B) | 329.33º | 0.87% | 0.61% | - |
| XYZ | 15.57 | 8.19 | 10.21 | - |
| YUV | 68.23 | 139.73 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 89 | 0 | 0.87 | 0.43 | 0.39 | 329.33 | 0.77 | 0.34 |
| Hex | 9B | 14 | 59 | 0 | 57 | 2B | 27 | 149 | 4D | 22 |
| Octal | 233 | 24 | 131 | 0 | 127 | 53 | 47 | 511 | 115 | 42 |
| Binary | 10011011 | 10100 | 1011001 | 0 | 1010111 | 101011 | 100111 | 101001001 | 1001101 | 100010 |
Color Harmonies of #9B1459
Complementary color
Monochromatic Colors of #9B1459
Black with #9B1459
Text Example
Text Example
White with #9B1459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1459; }
p { color: rgb(155,20,89); }
H1.HeaderClassName
{
color: #9B1459;
}
.AnyTagClassName
{
color: #9B1459;
}
</style>
background-color css
<style>
a { background-color: #9B1459; }
a { background-color: rgb(155,20,89); }
div.DivClassName
{
background-color: #9B1459;
}
.BgClassName
{
background-color: #9B1459;
}
</style>
border-color css
<style>
span { border-color: #9B1459; }
span { border-color: rgb(155,20,89); }
td.TdClassName
{
border-color: #9B1459;
}
.TagClassName
{
border-color: #9B1459;
}
</style>