Shades of Jazzberry Jam #9B124C
Tints of Jazzberry Jam #9B124C
RGB
CMYK
RGB Variations
Color information
#9B124C (or 0x9B124C) is known color: Jazzberry Jam. HEX triplet: 9B, 12 and 4C. RGB value is (155,18,76). Sum of RGB (Red+Green+Blue) = 155+18+76=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B124C is #64EDB3. Grayscale: #414141. Windows color (decimal): -6614452 or 4985499. OLE color: 4985499.
HSL color Cylindrical-coordinate representation of color #9B124C: hue angle of 334.6º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B124C is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 18 | 76 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.39 |
| HSL | 334.6º | 0.79% | 0.34% | - |
| HSV(B) | 334.6º | 0.88% | 0.61% | - |
| XYZ | 15.04 | 7.92 | 7.57 | - |
| YUV | 65.58 | 133.89 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 18 | 76 | 0 | 0.88 | 0.51 | 0.39 | 334.6 | 0.79 | 0.34 |
| Hex | 9B | 12 | 4C | 0 | 58 | 33 | 27 | 14F | 4F | 22 |
| Octal | 233 | 22 | 114 | 0 | 130 | 63 | 47 | 517 | 117 | 42 |
| Binary | 10011011 | 10010 | 1001100 | 0 | 1011000 | 110011 | 100111 | 101001111 | 1001111 | 100010 |
Color Harmonies of #9B124C
Complementary color
Monochromatic Colors of #9B124C
Black with #9B124C
Text Example
Text Example
White with #9B124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B124C; }
p { color: rgb(155,18,76); }
H1.HeaderClassName
{
color: #9B124C;
}
.AnyTagClassName
{
color: #9B124C;
}
</style>
background-color css
<style>
a { background-color: #9B124C; }
a { background-color: rgb(155,18,76); }
div.DivClassName
{
background-color: #9B124C;
}
.BgClassName
{
background-color: #9B124C;
}
</style>
border-color css
<style>
span { border-color: #9B124C; }
span { border-color: rgb(155,18,76); }
td.TdClassName
{
border-color: #9B124C;
}
.TagClassName
{
border-color: #9B124C;
}
</style>