Shades of Jazzberry Jam #9B054C
Tints of Jazzberry Jam #9B054C
RGB
CMYK
RGB Variations
Color information
#9B054C (or 0x9B054C) is known color: Jazzberry Jam. HEX triplet: 9B, 05 and 4C. RGB value is (155,5,76). Sum of RGB (Red+Green+Blue) = 155+5+76=236 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.68% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 155 - color contains mainly: red. Hex color #9B054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B054C is #64FAB3. Grayscale: #393939. Windows color (decimal): -6617780 or 4982171. OLE color: 4982171.
HSL color Cylindrical-coordinate representation of color #9B054C: hue angle of 331.6º 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 #9B054C is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 5 | 76 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.39 |
| HSL | 331.6º | 0.94% | 0.31% | - |
| HSV(B) | 331.6º | 0.97% | 0.61% | - |
| XYZ | 14.88 | 7.6 | 7.52 | - |
| YUV | 57.94 | 138.2 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 76 | 0 | 0.97 | 0.51 | 0.39 | 331.6 | 0.94 | 0.31 |
| Hex | 9B | 5 | 4C | 0 | 61 | 33 | 27 | 14C | 5E | 1F |
| Octal | 233 | 5 | 114 | 0 | 141 | 63 | 47 | 514 | 136 | 37 |
| Binary | 10011011 | 101 | 1001100 | 0 | 1100001 | 110011 | 100111 | 101001100 | 1011110 | 11111 |
Color Harmonies of #9B054C
Complementary color
Monochromatic Colors of #9B054C
Black with #9B054C
Text Example
Text Example
White with #9B054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B054C; }
p { color: rgb(155,5,76); }
H1.HeaderClassName
{
color: #9B054C;
}
.AnyTagClassName
{
color: #9B054C;
}
</style>
background-color css
<style>
a { background-color: #9B054C; }
a { background-color: rgb(155,5,76); }
div.DivClassName
{
background-color: #9B054C;
}
.BgClassName
{
background-color: #9B054C;
}
</style>
border-color css
<style>
span { border-color: #9B054C; }
span { border-color: rgb(155,5,76); }
td.TdClassName
{
border-color: #9B054C;
}
.TagClassName
{
border-color: #9B054C;
}
</style>