Shades of Jazzberry Jam #9B0858
Tints of Jazzberry Jam #9B0858
RGB
CMYK
RGB Variations
Color information
#9B0858 (or 0x9B0858) is known color: Jazzberry Jam. HEX triplet: 9B, 08 and 58. RGB value is (155,8,88). Sum of RGB (Red+Green+Blue) = 155+8+88=251 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.75% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0858 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0858 is #64F7A7. Grayscale: #3C3C3C. Windows color (decimal): -6617000 or 5769371. OLE color: 5769371.
HSL color Cylindrical-coordinate representation of color #9B0858: hue angle of 327.35º 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 #9B0858 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 8 | 88 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.39 |
| HSL | 327.35º | 0.9% | 0.32% | - |
| HSV(B) | 327.35º | 0.95% | 0.61% | - |
| XYZ | 15.37 | 7.85 | 9.94 | - |
| YUV | 61.07 | 143.2 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 8 | 88 | 0 | 0.95 | 0.43 | 0.39 | 327.35 | 0.9 | 0.32 |
| Hex | 9B | 8 | 58 | 0 | 5F | 2B | 27 | 147 | 5A | 20 |
| Octal | 233 | 10 | 130 | 0 | 137 | 53 | 47 | 507 | 132 | 40 |
| Binary | 10011011 | 1000 | 1011000 | 0 | 1011111 | 101011 | 100111 | 101000111 | 1011010 | 100000 |
Color Harmonies of #9B0858
Complementary color
Monochromatic Colors of #9B0858
Black with #9B0858
Text Example
Text Example
White with #9B0858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0858; }
p { color: rgb(155,8,88); }
H1.HeaderClassName
{
color: #9B0858;
}
.AnyTagClassName
{
color: #9B0858;
}
</style>
background-color css
<style>
a { background-color: #9B0858; }
a { background-color: rgb(155,8,88); }
div.DivClassName
{
background-color: #9B0858;
}
.BgClassName
{
background-color: #9B0858;
}
</style>
border-color css
<style>
span { border-color: #9B0858; }
span { border-color: rgb(155,8,88); }
td.TdClassName
{
border-color: #9B0858;
}
.TagClassName
{
border-color: #9B0858;
}
</style>