Shades of Jazzberry Jam #931150
Tints of Jazzberry Jam #931150
RGB
CMYK
RGB Variations
Color information
#931150 (or 0x931150) is known color: Jazzberry Jam. HEX triplet: 93, 11 and 50. RGB value is (147,17,80). Sum of RGB (Red+Green+Blue) = 147+17+80=244 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.25% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 147 - color contains mainly: red. Hex color #931150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931150 is #6CEEAF. Grayscale: #3E3E3E. Windows color (decimal): -7138992 or 5247379. OLE color: 5247379.
HSL color Cylindrical-coordinate representation of color #931150: hue angle of 330.92º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931150 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 17 | 80 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.42 |
| HSL | 330.92º | 0.79% | 0.32% | - |
| HSV(B) | 330.92º | 0.88% | 0.58% | - |
| XYZ | 13.68 | 7.18 | 8.25 | - |
| YUV | 63.05 | 137.57 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 17 | 80 | 0 | 0.88 | 0.46 | 0.42 | 330.92 | 0.79 | 0.32 |
| Hex | 93 | 11 | 50 | 0 | 58 | 2E | 2A | 14B | 4F | 20 |
| Octal | 223 | 21 | 120 | 0 | 130 | 56 | 52 | 513 | 117 | 40 |
| Binary | 10010011 | 10001 | 1010000 | 0 | 1011000 | 101110 | 101010 | 101001011 | 1001111 | 100000 |
Color Harmonies of #931150
Complementary color
Monochromatic Colors of #931150
Black with #931150
Text Example
Text Example
White with #931150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931150; }
p { color: rgb(147,17,80); }
H1.HeaderClassName
{
color: #931150;
}
.AnyTagClassName
{
color: #931150;
}
</style>
background-color css
<style>
a { background-color: #931150; }
a { background-color: rgb(147,17,80); }
div.DivClassName
{
background-color: #931150;
}
.BgClassName
{
background-color: #931150;
}
</style>
border-color css
<style>
span { border-color: #931150; }
span { border-color: rgb(147,17,80); }
td.TdClassName
{
border-color: #931150;
}
.TagClassName
{
border-color: #931150;
}
</style>