Shades of Jazzberry Jam #9B144B
Tints of Jazzberry Jam #9B144B
RGB
CMYK
RGB Variations
Color information
#9B144B (or 0x9B144B) is known color: Jazzberry Jam. HEX triplet: 9B, 14 and 4B. RGB value is (155,20,75). Sum of RGB (Red+Green+Blue) = 155+20+75=250 (33% of max value = 765). Red value is 155 (60.94% from 255 or 62% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 155 - color contains mainly: red. Hex color #9B144B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B144B is #64EBB4. Grayscale: #424242. Windows color (decimal): -6613941 or 4920475. OLE color: 4920475.
HSL color Cylindrical-coordinate representation of color #9B144B: hue angle of 335.56º 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 #9B144B is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 20 | 75 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.39 |
| HSL | 335.56º | 0.77% | 0.34% | - |
| HSV(B) | 335.56º | 0.87% | 0.61% | - |
| XYZ | 15.04 | 7.98 | 7.4 | - |
| YUV | 66.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 75 | 0 | 0.87 | 0.52 | 0.39 | 335.56 | 0.77 | 0.34 |
| Hex | 9B | 14 | 4B | 0 | 57 | 34 | 27 | 150 | 4D | 22 |
| Octal | 233 | 24 | 113 | 0 | 127 | 64 | 47 | 520 | 115 | 42 |
| Binary | 10011011 | 10100 | 1001011 | 0 | 1010111 | 110100 | 100111 | 101010000 | 1001101 | 100010 |
Color Harmonies of #9B144B
Complementary color
Monochromatic Colors of #9B144B
Black with #9B144B
Text Example
Text Example
White with #9B144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B144B; }
p { color: rgb(155,20,75); }
H1.HeaderClassName
{
color: #9B144B;
}
.AnyTagClassName
{
color: #9B144B;
}
</style>
background-color css
<style>
a { background-color: #9B144B; }
a { background-color: rgb(155,20,75); }
div.DivClassName
{
background-color: #9B144B;
}
.BgClassName
{
background-color: #9B144B;
}
</style>
border-color css
<style>
span { border-color: #9B144B; }
span { border-color: rgb(155,20,75); }
td.TdClassName
{
border-color: #9B144B;
}
.TagClassName
{
border-color: #9B144B;
}
</style>