Shades of Jazzberry Jam #9B094A
Tints of Jazzberry Jam #9B094A
RGB
CMYK
RGB Variations
Color information
#9B094A (or 0x9B094A) is known color: Jazzberry Jam. HEX triplet: 9B, 09 and 4A. RGB value is (155,9,74). Sum of RGB (Red+Green+Blue) = 155+9+74=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B094A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B094A is #64F6B5. Grayscale: #3B3B3B. Windows color (decimal): -6616758 or 4852123. OLE color: 4852123.
HSL color Cylindrical-coordinate representation of color #9B094A: hue angle of 333.29º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B094A is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 9 | 74 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.39 |
| HSL | 333.29º | 0.89% | 0.32% | - |
| HSV(B) | 333.29º | 0.94% | 0.61% | - |
| XYZ | 14.85 | 7.66 | 7.17 | - |
| YUV | 60.06 | 135.87 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 9 | 74 | 0 | 0.94 | 0.52 | 0.39 | 333.29 | 0.89 | 0.32 |
| Hex | 9B | 9 | 4A | 0 | 5E | 34 | 27 | 14D | 59 | 20 |
| Octal | 233 | 11 | 112 | 0 | 136 | 64 | 47 | 515 | 131 | 40 |
| Binary | 10011011 | 1001 | 1001010 | 0 | 1011110 | 110100 | 100111 | 101001101 | 1011001 | 100000 |
Color Harmonies of #9B094A
Complementary color
Monochromatic Colors of #9B094A
Black with #9B094A
Text Example
Text Example
White with #9B094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B094A; }
p { color: rgb(155,9,74); }
H1.HeaderClassName
{
color: #9B094A;
}
.AnyTagClassName
{
color: #9B094A;
}
</style>
background-color css
<style>
a { background-color: #9B094A; }
a { background-color: rgb(155,9,74); }
div.DivClassName
{
background-color: #9B094A;
}
.BgClassName
{
background-color: #9B094A;
}
</style>
border-color css
<style>
span { border-color: #9B094A; }
span { border-color: rgb(155,9,74); }
td.TdClassName
{
border-color: #9B094A;
}
.TagClassName
{
border-color: #9B094A;
}
</style>