Shades of Jazzberry Jam #911150
Tints of Jazzberry Jam #911150
RGB
CMYK
RGB Variations
Color information
#911150 (or 0x911150) is known color: Jazzberry Jam. HEX triplet: 91, 11 and 50. RGB value is (145,17,80). Sum of RGB (Red+Green+Blue) = 145+17+80=242 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.92% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 145 - color contains mainly: red. Hex color #911150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911150 is #6EEEAF. Grayscale: #3E3E3E. Windows color (decimal): -7270064 or 5247377. OLE color: 5247377.
HSL color Cylindrical-coordinate representation of color #911150: hue angle of 330.47º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911150 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 17 | 80 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.43 |
| HSL | 330.47º | 0.79% | 0.32% | - |
| HSV(B) | 330.47º | 0.88% | 0.57% | - |
| XYZ | 13.33 | 7 | 8.24 | - |
| YUV | 62.45 | 137.91 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 17 | 80 | 0 | 0.88 | 0.45 | 0.43 | 330.47 | 0.79 | 0.32 |
| Hex | 91 | 11 | 50 | 0 | 58 | 2D | 2B | 14A | 4F | 20 |
| Octal | 221 | 21 | 120 | 0 | 130 | 55 | 53 | 512 | 117 | 40 |
| Binary | 10010001 | 10001 | 1010000 | 0 | 1011000 | 101101 | 101011 | 101001010 | 1001111 | 100000 |
Color Harmonies of #911150
Complementary color
Monochromatic Colors of #911150
Black with #911150
Text Example
Text Example
White with #911150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911150; }
p { color: rgb(145,17,80); }
H1.HeaderClassName
{
color: #911150;
}
.AnyTagClassName
{
color: #911150;
}
</style>
background-color css
<style>
a { background-color: #911150; }
a { background-color: rgb(145,17,80); }
div.DivClassName
{
background-color: #911150;
}
.BgClassName
{
background-color: #911150;
}
</style>
border-color css
<style>
span { border-color: #911150; }
span { border-color: rgb(145,17,80); }
td.TdClassName
{
border-color: #911150;
}
.TagClassName
{
border-color: #911150;
}
</style>