Shades of Jazzberry Jam #9B0855
Tints of Jazzberry Jam #9B0855
RGB
CMYK
RGB Variations
Color information
#9B0855 (or 0x9B0855) is known color: Jazzberry Jam. HEX triplet: 9B, 08 and 55. RGB value is (155,8,85). Sum of RGB (Red+Green+Blue) = 155+8+85=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0855 is #64F7AA. Grayscale: #3C3C3C. Windows color (decimal): -6617003 or 5572763. OLE color: 5572763.
HSL color Cylindrical-coordinate representation of color #9B0855: hue angle of 328.57º 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 #9B0855 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 8 | 85 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.39 |
| HSL | 328.57º | 0.9% | 0.32% | - |
| HSV(B) | 328.57º | 0.95% | 0.61% | - |
| XYZ | 15.24 | 7.8 | 9.3 | - |
| YUV | 60.73 | 141.7 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 8 | 85 | 0 | 0.95 | 0.45 | 0.39 | 328.57 | 0.9 | 0.32 |
| Hex | 9B | 8 | 55 | 0 | 5F | 2D | 27 | 149 | 5A | 20 |
| Octal | 233 | 10 | 125 | 0 | 137 | 55 | 47 | 511 | 132 | 40 |
| Binary | 10011011 | 1000 | 1010101 | 0 | 1011111 | 101101 | 100111 | 101001001 | 1011010 | 100000 |
Color Harmonies of #9B0855
Complementary color
Monochromatic Colors of #9B0855
Black with #9B0855
Text Example
Text Example
White with #9B0855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0855; }
p { color: rgb(155,8,85); }
H1.HeaderClassName
{
color: #9B0855;
}
.AnyTagClassName
{
color: #9B0855;
}
</style>
background-color css
<style>
a { background-color: #9B0855; }
a { background-color: rgb(155,8,85); }
div.DivClassName
{
background-color: #9B0855;
}
.BgClassName
{
background-color: #9B0855;
}
</style>
border-color css
<style>
span { border-color: #9B0855; }
span { border-color: rgb(155,8,85); }
td.TdClassName
{
border-color: #9B0855;
}
.TagClassName
{
border-color: #9B0855;
}
</style>