Shades of Jazzberry Jam #9B0853
Tints of Jazzberry Jam #9B0853
RGB
CMYK
RGB Variations
Color information
#9B0853 (or 0x9B0853) is known color: Jazzberry Jam. HEX triplet: 9B, 08 and 53. RGB value is (155,8,83). Sum of RGB (Red+Green+Blue) = 155+8+83=246 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.01% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0853 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0853 is #64F7AC. Grayscale: #3C3C3C. Windows color (decimal): -6617005 or 5441691. OLE color: 5441691.
HSL color Cylindrical-coordinate representation of color #9B0853: hue angle of 329.39º 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 #9B0853 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 8 | 83 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.39 |
| HSL | 329.39º | 0.9% | 0.32% | - |
| HSV(B) | 329.39º | 0.95% | 0.61% | - |
| XYZ | 15.17 | 7.77 | 8.88 | - |
| YUV | 60.5 | 140.7 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 8 | 83 | 0 | 0.95 | 0.46 | 0.39 | 329.39 | 0.9 | 0.32 |
| Hex | 9B | 8 | 53 | 0 | 5F | 2E | 27 | 149 | 5A | 20 |
| Octal | 233 | 10 | 123 | 0 | 137 | 56 | 47 | 511 | 132 | 40 |
| Binary | 10011011 | 1000 | 1010011 | 0 | 1011111 | 101110 | 100111 | 101001001 | 1011010 | 100000 |
Color Harmonies of #9B0853
Complementary color
Monochromatic Colors of #9B0853
Black with #9B0853
Text Example
Text Example
White with #9B0853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0853; }
p { color: rgb(155,8,83); }
H1.HeaderClassName
{
color: #9B0853;
}
.AnyTagClassName
{
color: #9B0853;
}
</style>
background-color css
<style>
a { background-color: #9B0853; }
a { background-color: rgb(155,8,83); }
div.DivClassName
{
background-color: #9B0853;
}
.BgClassName
{
background-color: #9B0853;
}
</style>
border-color css
<style>
span { border-color: #9B0853; }
span { border-color: rgb(155,8,83); }
td.TdClassName
{
border-color: #9B0853;
}
.TagClassName
{
border-color: #9B0853;
}
</style>