Shades of Jazzberry Jam #9B124A
Tints of Jazzberry Jam #9B124A
RGB
CMYK
RGB Variations
Color information
#9B124A (or 0x9B124A) is known color: Jazzberry Jam. HEX triplet: 9B, 12 and 4A. RGB value is (155,18,74). Sum of RGB (Red+Green+Blue) = 155+18+74=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B124A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B124A is #64EDB5. Grayscale: #414141. Windows color (decimal): -6614454 or 4854427. OLE color: 4854427.
HSL color Cylindrical-coordinate representation of color #9B124A: hue angle of 335.47º 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 #9B124A is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 18 | 74 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.39 |
| HSL | 335.47º | 0.79% | 0.34% | - |
| HSV(B) | 335.47º | 0.88% | 0.61% | - |
| XYZ | 14.97 | 7.9 | 7.21 | - |
| YUV | 65.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 18 | 74 | 0 | 0.88 | 0.52 | 0.39 | 335.47 | 0.79 | 0.34 |
| Hex | 9B | 12 | 4A | 0 | 58 | 34 | 27 | 14F | 4F | 22 |
| Octal | 233 | 22 | 112 | 0 | 130 | 64 | 47 | 517 | 117 | 42 |
| Binary | 10011011 | 10010 | 1001010 | 0 | 1011000 | 110100 | 100111 | 101001111 | 1001111 | 100010 |
Color Harmonies of #9B124A
Complementary color
Monochromatic Colors of #9B124A
Black with #9B124A
Text Example
Text Example
White with #9B124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B124A; }
p { color: rgb(155,18,74); }
H1.HeaderClassName
{
color: #9B124A;
}
.AnyTagClassName
{
color: #9B124A;
}
</style>
background-color css
<style>
a { background-color: #9B124A; }
a { background-color: rgb(155,18,74); }
div.DivClassName
{
background-color: #9B124A;
}
.BgClassName
{
background-color: #9B124A;
}
</style>
border-color css
<style>
span { border-color: #9B124A; }
span { border-color: rgb(155,18,74); }
td.TdClassName
{
border-color: #9B124A;
}
.TagClassName
{
border-color: #9B124A;
}
</style>