Shades of Jazzberry Jam #9B104C
Tints of Jazzberry Jam #9B104C
RGB
CMYK
RGB Variations
Color information
#9B104C (or 0x9B104C) is known color: Jazzberry Jam. HEX triplet: 9B, 10 and 4C. RGB value is (155,16,76). Sum of RGB (Red+Green+Blue) = 155+16+76=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B104C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B104C is #64EFB3. Grayscale: #404040. Windows color (decimal): -6614964 or 4984987. OLE color: 4984987.
HSL color Cylindrical-coordinate representation of color #9B104C: hue angle of 334.1º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B104C is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 16 | 76 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.39 |
| HSL | 334.1º | 0.81% | 0.34% | - |
| HSV(B) | 334.1º | 0.9% | 0.61% | - |
| XYZ | 15.01 | 7.86 | 7.56 | - |
| YUV | 64.4 | 134.55 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 16 | 76 | 0 | 0.90 | 0.51 | 0.39 | 334.1 | 0.81 | 0.34 |
| Hex | 9B | 10 | 4C | 0 | 5A | 33 | 27 | 14E | 51 | 22 |
| Octal | 233 | 20 | 114 | 0 | 132 | 63 | 47 | 516 | 121 | 42 |
| Binary | 10011011 | 10000 | 1001100 | 0 | 1011010 | 110011 | 100111 | 101001110 | 1010001 | 100010 |
Color Harmonies of #9B104C
Complementary color
Monochromatic Colors of #9B104C
Black with #9B104C
Text Example
Text Example
White with #9B104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B104C; }
p { color: rgb(155,16,76); }
H1.HeaderClassName
{
color: #9B104C;
}
.AnyTagClassName
{
color: #9B104C;
}
</style>
background-color css
<style>
a { background-color: #9B104C; }
a { background-color: rgb(155,16,76); }
div.DivClassName
{
background-color: #9B104C;
}
.BgClassName
{
background-color: #9B104C;
}
</style>
border-color css
<style>
span { border-color: #9B104C; }
span { border-color: rgb(155,16,76); }
td.TdClassName
{
border-color: #9B104C;
}
.TagClassName
{
border-color: #9B104C;
}
</style>