Shades of Jazzberry Jam #9B0950
Tints of Jazzberry Jam #9B0950
RGB
CMYK
RGB Variations
Color information
#9B0950 (or 0x9B0950) is known color: Jazzberry Jam. HEX triplet: 9B, 09 and 50. RGB value is (155,9,80). Sum of RGB (Red+Green+Blue) = 155+9+80=244 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.52% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0950 is #64F6AF. Grayscale: #3C3C3C. Windows color (decimal): -6616752 or 5245339. OLE color: 5245339.
HSL color Cylindrical-coordinate representation of color #9B0950: hue angle of 330.82º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0950 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 9 | 80 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.39 |
| HSL | 330.82º | 0.89% | 0.32% | - |
| HSV(B) | 330.82º | 0.94% | 0.61% | - |
| XYZ | 15.06 | 7.74 | 8.29 | - |
| YUV | 60.75 | 138.87 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 9 | 80 | 0 | 0.94 | 0.48 | 0.39 | 330.82 | 0.89 | 0.32 |
| Hex | 9B | 9 | 50 | 0 | 5E | 30 | 27 | 14B | 59 | 20 |
| Octal | 233 | 11 | 120 | 0 | 136 | 60 | 47 | 513 | 131 | 40 |
| Binary | 10011011 | 1001 | 1010000 | 0 | 1011110 | 110000 | 100111 | 101001011 | 1011001 | 100000 |
Color Harmonies of #9B0950
Complementary color
Monochromatic Colors of #9B0950
Black with #9B0950
Text Example
Text Example
White with #9B0950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0950; }
p { color: rgb(155,9,80); }
H1.HeaderClassName
{
color: #9B0950;
}
.AnyTagClassName
{
color: #9B0950;
}
</style>
background-color css
<style>
a { background-color: #9B0950; }
a { background-color: rgb(155,9,80); }
div.DivClassName
{
background-color: #9B0950;
}
.BgClassName
{
background-color: #9B0950;
}
</style>
border-color css
<style>
span { border-color: #9B0950; }
span { border-color: rgb(155,9,80); }
td.TdClassName
{
border-color: #9B0950;
}
.TagClassName
{
border-color: #9B0950;
}
</style>