Shades of Jazzberry Jam #910147
Tints of Jazzberry Jam #910147
RGB
CMYK
RGB Variations
Color information
#910147 (or 0x910147) is known color: Jazzberry Jam. HEX triplet: 91, 01 and 47. RGB value is (145,1,71). Sum of RGB (Red+Green+Blue) = 145+1+71=217 (28% of max value = 765). Red value is 145 (57.03% from 255 or 66.82% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 145 - color contains mainly: red. Hex color #910147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910147 is #6EFEB8. Grayscale: #333333. Windows color (decimal): -7274169 or 4653457. OLE color: 4653457.
HSL color Cylindrical-coordinate representation of color #910147: hue angle of 330.83º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910147 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 71 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.43 |
| HSL | 330.83º | 0.99% | 0.29% | - |
| HSV(B) | 330.83º | 0.99% | 0.57% | - |
| XYZ | 12.83 | 6.5 | 6.54 | - |
| YUV | 52.04 | 138.71 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 71 | 0 | 0.99 | 0.51 | 0.43 | 330.83 | 0.99 | 0.29 |
| Hex | 91 | 1 | 47 | 0 | 63 | 33 | 2B | 14B | 63 | 1D |
| Octal | 221 | 1 | 107 | 0 | 143 | 63 | 53 | 513 | 143 | 35 |
| Binary | 10010001 | 1 | 1000111 | 0 | 1100011 | 110011 | 101011 | 101001011 | 1100011 | 11101 |
Color Harmonies of #910147
Complementary color
Monochromatic Colors of #910147
Black with #910147
Text Example
Text Example
White with #910147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910147; }
p { color: rgb(145,1,71); }
H1.HeaderClassName
{
color: #910147;
}
.AnyTagClassName
{
color: #910147;
}
</style>
background-color css
<style>
a { background-color: #910147; }
a { background-color: rgb(145,1,71); }
div.DivClassName
{
background-color: #910147;
}
.BgClassName
{
background-color: #910147;
}
</style>
border-color css
<style>
span { border-color: #910147; }
span { border-color: rgb(145,1,71); }
td.TdClassName
{
border-color: #910147;
}
.TagClassName
{
border-color: #910147;
}
</style>