Shades of Jazzberry Jam #9B0053
Tints of Jazzberry Jam #9B0053
RGB
CMYK
RGB Variations
Color information
#9B0053 (or 0x9B0053) is known color: Jazzberry Jam. HEX triplet: 9B, 00 and 53. RGB value is (155,0,83). Sum of RGB (Red+Green+Blue) = 155+0+83=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0053 is #64FFAC. Grayscale: #373737. Windows color (decimal): -6619053 or 5439643. OLE color: 5439643.
HSL color Cylindrical-coordinate representation of color #9B0053: hue angle of 327.87º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B0053 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.46 | 0.39 |
| HSL | 327.87º | 1% | 0.3% | - |
| HSV(B) | 327.87º | 1% | 0.61% | - |
| XYZ | 15.08 | 7.59 | 8.85 | - |
| YUV | 55.81 | 143.35 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 83 | 0 | 1 | 0.46 | 0.39 | 327.87 | 1 | 0.3 |
| Hex | 9B | 0 | 53 | 0 | 64 | 2E | 27 | 148 | 64 | 1E |
| Octal | 233 | 0 | 123 | 0 | 144 | 56 | 47 | 510 | 144 | 36 |
| Binary | 10011011 | 0 | 1010011 | 0 | 1100100 | 101110 | 100111 | 101001000 | 1100100 | 11110 |
Color Harmonies of #9B0053
Complementary color
Monochromatic Colors of #9B0053
Black with #9B0053
Text Example
Text Example
White with #9B0053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0053; }
p { color: rgb(155,0,83); }
H1.HeaderClassName
{
color: #9B0053;
}
.AnyTagClassName
{
color: #9B0053;
}
</style>
background-color css
<style>
a { background-color: #9B0053; }
a { background-color: rgb(155,0,83); }
div.DivClassName
{
background-color: #9B0053;
}
.BgClassName
{
background-color: #9B0053;
}
</style>
border-color css
<style>
span { border-color: #9B0053; }
span { border-color: rgb(155,0,83); }
td.TdClassName
{
border-color: #9B0053;
}
.TagClassName
{
border-color: #9B0053;
}
</style>