Shades of Jazzberry Jam #910A47
Tints of Jazzberry Jam #910A47
RGB
CMYK
RGB Variations
Color information
#910A47 (or 0x910A47) is known color: Jazzberry Jam. HEX triplet: 91, 0A and 47. RGB value is (145,10,71). Sum of RGB (Red+Green+Blue) = 145+10+71=226 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.16% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 145 - color contains mainly: red. Hex color #910A47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910A47 is #6EF5B8. Grayscale: #393939. Windows color (decimal): -7271865 or 4655761. OLE color: 4655761.
HSL color Cylindrical-coordinate representation of color #910A47: hue angle of 332.89º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910A47 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 71 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.43 |
| HSL | 332.89º | 0.87% | 0.3% | - |
| HSV(B) | 332.89º | 0.93% | 0.57% | - |
| XYZ | 12.92 | 6.69 | 6.57 | - |
| YUV | 57.32 | 135.73 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 71 | 0 | 0.93 | 0.51 | 0.43 | 332.89 | 0.87 | 0.3 |
| Hex | 91 | A | 47 | 0 | 5D | 33 | 2B | 14D | 57 | 1E |
| Octal | 221 | 12 | 107 | 0 | 135 | 63 | 53 | 515 | 127 | 36 |
| Binary | 10010001 | 1010 | 1000111 | 0 | 1011101 | 110011 | 101011 | 101001101 | 1010111 | 11110 |
Color Harmonies of #910A47
Complementary color
Monochromatic Colors of #910A47
Black with #910A47
Text Example
Text Example
White with #910A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A47; }
p { color: rgb(145,10,71); }
H1.HeaderClassName
{
color: #910A47;
}
.AnyTagClassName
{
color: #910A47;
}
</style>
background-color css
<style>
a { background-color: #910A47; }
a { background-color: rgb(145,10,71); }
div.DivClassName
{
background-color: #910A47;
}
.BgClassName
{
background-color: #910A47;
}
</style>
border-color css
<style>
span { border-color: #910A47; }
span { border-color: rgb(145,10,71); }
td.TdClassName
{
border-color: #910A47;
}
.TagClassName
{
border-color: #910A47;
}
</style>