Shades of Jazzberry Jam #9B0850
Tints of Jazzberry Jam #9B0850
RGB
CMYK
RGB Variations
Color information
#9B0850 (or 0x9B0850) is known color: Jazzberry Jam. HEX triplet: 9B, 08 and 50. RGB value is (155,8,80). Sum of RGB (Red+Green+Blue) = 155+8+80=243 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.79% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0850 is #64F7AF. Grayscale: #3C3C3C. Windows color (decimal): -6617008 or 5245083. OLE color: 5245083.
HSL color Cylindrical-coordinate representation of color #9B0850: hue angle of 330.61º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0850 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 8 | 80 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.39 |
| HSL | 330.61º | 0.9% | 0.32% | - |
| HSV(B) | 330.61º | 0.95% | 0.61% | - |
| XYZ | 15.05 | 7.72 | 8.29 | - |
| YUV | 60.16 | 139.2 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 8 | 80 | 0 | 0.95 | 0.48 | 0.39 | 330.61 | 0.9 | 0.32 |
| Hex | 9B | 8 | 50 | 0 | 5F | 30 | 27 | 14B | 5A | 20 |
| Octal | 233 | 10 | 120 | 0 | 137 | 60 | 47 | 513 | 132 | 40 |
| Binary | 10011011 | 1000 | 1010000 | 0 | 1011111 | 110000 | 100111 | 101001011 | 1011010 | 100000 |
Color Harmonies of #9B0850
Complementary color
Monochromatic Colors of #9B0850
Black with #9B0850
Text Example
Text Example
White with #9B0850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0850; }
p { color: rgb(155,8,80); }
H1.HeaderClassName
{
color: #9B0850;
}
.AnyTagClassName
{
color: #9B0850;
}
</style>
background-color css
<style>
a { background-color: #9B0850; }
a { background-color: rgb(155,8,80); }
div.DivClassName
{
background-color: #9B0850;
}
.BgClassName
{
background-color: #9B0850;
}
</style>
border-color css
<style>
span { border-color: #9B0850; }
span { border-color: rgb(155,8,80); }
td.TdClassName
{
border-color: #9B0850;
}
.TagClassName
{
border-color: #9B0850;
}
</style>