Shades of Jazzberry Jam #9B1859
Tints of Jazzberry Jam #9B1859
RGB
CMYK
RGB Variations
Color information
#9B1859 (or 0x9B1859) is known color: Jazzberry Jam. HEX triplet: 9B, 18 and 59. RGB value is (155,24,89). Sum of RGB (Red+Green+Blue) = 155+24+89=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1859 is #64E7A6. Grayscale: #464646. Windows color (decimal): -6612903 or 5839003. OLE color: 5839003.
HSL color Cylindrical-coordinate representation of color #9B1859: hue angle of 330.23º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B1859 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 24 | 89 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.39 |
| HSL | 330.23º | 0.73% | 0.35% | - |
| HSV(B) | 330.23º | 0.85% | 0.61% | - |
| XYZ | 15.65 | 8.34 | 10.24 | - |
| YUV | 70.58 | 138.4 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 24 | 89 | 0 | 0.85 | 0.43 | 0.39 | 330.23 | 0.73 | 0.35 |
| Hex | 9B | 18 | 59 | 0 | 55 | 2B | 27 | 14A | 49 | 23 |
| Octal | 233 | 30 | 131 | 0 | 125 | 53 | 47 | 512 | 111 | 43 |
| Binary | 10011011 | 11000 | 1011001 | 0 | 1010101 | 101011 | 100111 | 101001010 | 1001001 | 100011 |
Color Harmonies of #9B1859
Complementary color
Monochromatic Colors of #9B1859
Black with #9B1859
Text Example
Text Example
White with #9B1859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1859; }
p { color: rgb(155,24,89); }
H1.HeaderClassName
{
color: #9B1859;
}
.AnyTagClassName
{
color: #9B1859;
}
</style>
background-color css
<style>
a { background-color: #9B1859; }
a { background-color: rgb(155,24,89); }
div.DivClassName
{
background-color: #9B1859;
}
.BgClassName
{
background-color: #9B1859;
}
</style>
border-color css
<style>
span { border-color: #9B1859; }
span { border-color: rgb(155,24,89); }
td.TdClassName
{
border-color: #9B1859;
}
.TagClassName
{
border-color: #9B1859;
}
</style>