Shades of Jazzberry Jam #9B145B
Tints of Jazzberry Jam #9B145B
RGB
CMYK
RGB Variations
Color information
#9B145B (or 0x9B145B) is known color: Jazzberry Jam. HEX triplet: 9B, 14 and 5B. RGB value is (155,20,91). Sum of RGB (Red+Green+Blue) = 155+20+91=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B145B is #64EBA4. Grayscale: #444444. Windows color (decimal): -6613925 or 5969051. OLE color: 5969051.
HSL color Cylindrical-coordinate representation of color #9B145B: hue angle of 328.44º 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 #9B145B is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 20 | 91 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.39 |
| HSL | 328.44º | 0.77% | 0.34% | - |
| HSV(B) | 328.44º | 0.87% | 0.61% | - |
| XYZ | 15.66 | 8.22 | 10.66 | - |
| YUV | 68.46 | 140.73 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 91 | 0 | 0.87 | 0.41 | 0.39 | 328.44 | 0.77 | 0.34 |
| Hex | 9B | 14 | 5B | 0 | 57 | 29 | 27 | 148 | 4D | 22 |
| Octal | 233 | 24 | 133 | 0 | 127 | 51 | 47 | 510 | 115 | 42 |
| Binary | 10011011 | 10100 | 1011011 | 0 | 1010111 | 101001 | 100111 | 101001000 | 1001101 | 100010 |
Color Harmonies of #9B145B
Complementary color
Monochromatic Colors of #9B145B
Black with #9B145B
Text Example
Text Example
White with #9B145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B145B; }
p { color: rgb(155,20,91); }
H1.HeaderClassName
{
color: #9B145B;
}
.AnyTagClassName
{
color: #9B145B;
}
</style>
background-color css
<style>
a { background-color: #9B145B; }
a { background-color: rgb(155,20,91); }
div.DivClassName
{
background-color: #9B145B;
}
.BgClassName
{
background-color: #9B145B;
}
</style>
border-color css
<style>
span { border-color: #9B145B; }
span { border-color: rgb(155,20,91); }
td.TdClassName
{
border-color: #9B145B;
}
.TagClassName
{
border-color: #9B145B;
}
</style>