Shades of Jazzberry Jam #9B0B5F
Tints of Jazzberry Jam #9B0B5F
RGB
CMYK
RGB Variations
Color information
#9B0B5F (or 0x9B0B5F) is known color: Jazzberry Jam. HEX triplet: 9B, 0B and 5F. RGB value is (155,11,95). Sum of RGB (Red+Green+Blue) = 155+11+95=261 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.39% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0B5F is #64F4A0. Grayscale: #3F3F3F. Windows color (decimal): -6616225 or 6228891. OLE color: 6228891.
HSL color Cylindrical-coordinate representation of color #9B0B5F: hue angle of 325º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B0B5F is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 11 | 95 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.39 |
| HSL | 325º | 0.87% | 0.33% | - |
| HSV(B) | 325º | 0.93% | 0.61% | - |
| XYZ | 15.7 | 8.03 | 11.55 | - |
| YUV | 63.63 | 145.71 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 11 | 95 | 0 | 0.93 | 0.39 | 0.39 | 325 | 0.87 | 0.33 |
| Hex | 9B | B | 5F | 0 | 5D | 27 | 27 | 145 | 57 | 21 |
| Octal | 233 | 13 | 137 | 0 | 135 | 47 | 47 | 505 | 127 | 41 |
| Binary | 10011011 | 1011 | 1011111 | 0 | 1011101 | 100111 | 100111 | 101000101 | 1010111 | 100001 |
Color Harmonies of #9B0B5F
Complementary color
Monochromatic Colors of #9B0B5F
Black with #9B0B5F
Text Example
Text Example
White with #9B0B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0B5F; }
p { color: rgb(155,11,95); }
H1.HeaderClassName
{
color: #9B0B5F;
}
.AnyTagClassName
{
color: #9B0B5F;
}
</style>
background-color css
<style>
a { background-color: #9B0B5F; }
a { background-color: rgb(155,11,95); }
div.DivClassName
{
background-color: #9B0B5F;
}
.BgClassName
{
background-color: #9B0B5F;
}
</style>
border-color css
<style>
span { border-color: #9B0B5F; }
span { border-color: rgb(155,11,95); }
td.TdClassName
{
border-color: #9B0B5F;
}
.TagClassName
{
border-color: #9B0B5F;
}
</style>