Shades of Jazzberry Jam #910047
Tints of Jazzberry Jam #910047
RGB
CMYK
RGB Variations
Color information
#910047 (or 0x910047) is known color: Jazzberry Jam. HEX triplet: 91, 00 and 47. RGB value is (145,0,71). Sum of RGB (Red+Green+Blue) = 145+0+71=216 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.13% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 145 - color contains mainly: red. Hex color #910047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910047 is #6EFFB8. Grayscale: #333333. Windows color (decimal): -7274425 or 4653201. OLE color: 4653201.
HSL color Cylindrical-coordinate representation of color #910047: hue angle of 330.62º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910047 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.51 | 0.43 |
| HSL | 330.62º | 1% | 0.28% | - |
| HSV(B) | 330.62º | 1% | 0.57% | - |
| XYZ | 12.81 | 6.47 | 6.54 | - |
| YUV | 51.45 | 139.04 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 71 | 0 | 1 | 0.51 | 0.43 | 330.62 | 1 | 0.28 |
| Hex | 91 | 0 | 47 | 0 | 64 | 33 | 2B | 14B | 64 | 1C |
| Octal | 221 | 0 | 107 | 0 | 144 | 63 | 53 | 513 | 144 | 34 |
| Binary | 10010001 | 0 | 1000111 | 0 | 1100100 | 110011 | 101011 | 101001011 | 1100100 | 11100 |
Color Harmonies of #910047
Complementary color
Monochromatic Colors of #910047
Black with #910047
Text Example
Text Example
White with #910047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910047; }
p { color: rgb(145,0,71); }
H1.HeaderClassName
{
color: #910047;
}
.AnyTagClassName
{
color: #910047;
}
</style>
background-color css
<style>
a { background-color: #910047; }
a { background-color: rgb(145,0,71); }
div.DivClassName
{
background-color: #910047;
}
.BgClassName
{
background-color: #910047;
}
</style>
border-color css
<style>
span { border-color: #910047; }
span { border-color: rgb(145,0,71); }
td.TdClassName
{
border-color: #910047;
}
.TagClassName
{
border-color: #910047;
}
</style>