Shades of Jazzberry Jam #9B093D
Tints of Jazzberry Jam #9B093D
RGB
CMYK
RGB Variations
Color information
#9B093D (or 0x9B093D) is known color: Jazzberry Jam. HEX triplet: 9B, 09 and 3D. RGB value is (155,9,61). Sum of RGB (Red+Green+Blue) = 155+9+61=225 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.89% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 155 - color contains mainly: red. Hex color #9B093D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B093D is #64F6C2. Grayscale: #3A3A3A. Windows color (decimal): -6616771 or 4000155. OLE color: 4000155.
HSL color Cylindrical-coordinate representation of color #9B093D: hue angle of 338.63º 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 #9B093D is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 9 | 61 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.39 |
| HSL | 338.63º | 0.89% | 0.32% | - |
| HSV(B) | 338.63º | 0.94% | 0.61% | - |
| XYZ | 14.46 | 7.5 | 5.1 | - |
| YUV | 58.58 | 129.37 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 9 | 61 | 0 | 0.94 | 0.61 | 0.39 | 338.63 | 0.89 | 0.32 |
| Hex | 9B | 9 | 3D | 0 | 5E | 3D | 27 | 153 | 59 | 20 |
| Octal | 233 | 11 | 75 | 0 | 136 | 75 | 47 | 523 | 131 | 40 |
| Binary | 10011011 | 1001 | 111101 | 0 | 1011110 | 111101 | 100111 | 101010011 | 1011001 | 100000 |
Color Harmonies of #9B093D
Complementary color
Monochromatic Colors of #9B093D
Black with #9B093D
Text Example
Text Example
White with #9B093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B093D; }
p { color: rgb(155,9,61); }
H1.HeaderClassName
{
color: #9B093D;
}
.AnyTagClassName
{
color: #9B093D;
}
</style>
background-color css
<style>
a { background-color: #9B093D; }
a { background-color: rgb(155,9,61); }
div.DivClassName
{
background-color: #9B093D;
}
.BgClassName
{
background-color: #9B093D;
}
</style>
border-color css
<style>
span { border-color: #9B093D; }
span { border-color: rgb(155,9,61); }
td.TdClassName
{
border-color: #9B093D;
}
.TagClassName
{
border-color: #9B093D;
}
</style>