Shades of Jazzberry Jam #9B155A
Tints of Jazzberry Jam #9B155A
RGB
CMYK
RGB Variations
Color information
#9B155A (or 0x9B155A) is known color: Jazzberry Jam. HEX triplet: 9B, 15 and 5A. RGB value is (155,21,90). Sum of RGB (Red+Green+Blue) = 155+21+90=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B155A is #64EAA5. Grayscale: #444444. Windows color (decimal): -6613670 or 5903771. OLE color: 5903771.
HSL color Cylindrical-coordinate representation of color #9B155A: hue angle of 329.1º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B155A is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 21 | 90 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.39 |
| HSL | 329.1º | 0.76% | 0.35% | - |
| HSV(B) | 329.1º | 0.86% | 0.61% | - |
| XYZ | 15.63 | 8.24 | 10.44 | - |
| YUV | 68.93 | 139.89 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 21 | 90 | 0 | 0.86 | 0.42 | 0.39 | 329.1 | 0.76 | 0.35 |
| Hex | 9B | 15 | 5A | 0 | 56 | 2A | 27 | 149 | 4C | 23 |
| Octal | 233 | 25 | 132 | 0 | 126 | 52 | 47 | 511 | 114 | 43 |
| Binary | 10011011 | 10101 | 1011010 | 0 | 1010110 | 101010 | 100111 | 101001001 | 1001100 | 100011 |
Color Harmonies of #9B155A
Complementary color
Monochromatic Colors of #9B155A
Black with #9B155A
Text Example
Text Example
White with #9B155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B155A; }
p { color: rgb(155,21,90); }
H1.HeaderClassName
{
color: #9B155A;
}
.AnyTagClassName
{
color: #9B155A;
}
</style>
background-color css
<style>
a { background-color: #9B155A; }
a { background-color: rgb(155,21,90); }
div.DivClassName
{
background-color: #9B155A;
}
.BgClassName
{
background-color: #9B155A;
}
</style>
border-color css
<style>
span { border-color: #9B155A; }
span { border-color: rgb(155,21,90); }
td.TdClassName
{
border-color: #9B155A;
}
.TagClassName
{
border-color: #9B155A;
}
</style>