Shades of Jazzberry Jam #9B0552
Tints of Jazzberry Jam #9B0552
RGB
CMYK
RGB Variations
Color information
#9B0552 (or 0x9B0552) is known color: Jazzberry Jam. HEX triplet: 9B, 05 and 52. RGB value is (155,5,82). Sum of RGB (Red+Green+Blue) = 155+5+82=242 (32% of max value = 765). Red value is 155 (60.94% from 255 or 64.05% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0552 is #64FAAD. Grayscale: #3A3A3A. Windows color (decimal): -6617774 or 5375387. OLE color: 5375387.
HSL color Cylindrical-coordinate representation of color #9B0552: hue angle of 329.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B0552 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 5 | 82 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.39 |
| HSL | 329.2º | 0.94% | 0.31% | - |
| HSV(B) | 329.2º | 0.97% | 0.61% | - |
| XYZ | 15.09 | 7.69 | 8.67 | - |
| YUV | 58.63 | 141.2 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 82 | 0 | 0.97 | 0.47 | 0.39 | 329.2 | 0.94 | 0.31 |
| Hex | 9B | 5 | 52 | 0 | 61 | 2F | 27 | 149 | 5E | 1F |
| Octal | 233 | 5 | 122 | 0 | 141 | 57 | 47 | 511 | 136 | 37 |
| Binary | 10011011 | 101 | 1010010 | 0 | 1100001 | 101111 | 100111 | 101001001 | 1011110 | 11111 |
Color Harmonies of #9B0552
Complementary color
Monochromatic Colors of #9B0552
Black with #9B0552
Text Example
Text Example
White with #9B0552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0552; }
p { color: rgb(155,5,82); }
H1.HeaderClassName
{
color: #9B0552;
}
.AnyTagClassName
{
color: #9B0552;
}
</style>
background-color css
<style>
a { background-color: #9B0552; }
a { background-color: rgb(155,5,82); }
div.DivClassName
{
background-color: #9B0552;
}
.BgClassName
{
background-color: #9B0552;
}
</style>
border-color css
<style>
span { border-color: #9B0552; }
span { border-color: rgb(155,5,82); }
td.TdClassName
{
border-color: #9B0552;
}
.TagClassName
{
border-color: #9B0552;
}
</style>