Shades of Jazzberry Jam #910946
Tints of Jazzberry Jam #910946
RGB
CMYK
RGB Variations
Color information
#910946 (or 0x910946) is known color: Jazzberry Jam. HEX triplet: 91, 09 and 46. RGB value is (145,9,70). Sum of RGB (Red+Green+Blue) = 145+9+70=224 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.73% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 145 - color contains mainly: red. Hex color #910946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910946 is #6EF6B9. Grayscale: #383838. Windows color (decimal): -7272122 or 4589969. OLE color: 4589969.
HSL color Cylindrical-coordinate representation of color #910946: hue angle of 333.09º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910946 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 9 | 70 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.43 |
| HSL | 333.09º | 0.88% | 0.3% | - |
| HSV(B) | 333.09º | 0.94% | 0.57% | - |
| XYZ | 12.88 | 6.66 | 6.4 | - |
| YUV | 56.62 | 135.56 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 70 | 0 | 0.94 | 0.52 | 0.43 | 333.09 | 0.88 | 0.3 |
| Hex | 91 | 9 | 46 | 0 | 5E | 34 | 2B | 14D | 58 | 1E |
| Octal | 221 | 11 | 106 | 0 | 136 | 64 | 53 | 515 | 130 | 36 |
| Binary | 10010001 | 1001 | 1000110 | 0 | 1011110 | 110100 | 101011 | 101001101 | 1011000 | 11110 |
Color Harmonies of #910946
Complementary color
Monochromatic Colors of #910946
Black with #910946
Text Example
Text Example
White with #910946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910946; }
p { color: rgb(145,9,70); }
H1.HeaderClassName
{
color: #910946;
}
.AnyTagClassName
{
color: #910946;
}
</style>
background-color css
<style>
a { background-color: #910946; }
a { background-color: rgb(145,9,70); }
div.DivClassName
{
background-color: #910946;
}
.BgClassName
{
background-color: #910946;
}
</style>
border-color css
<style>
span { border-color: #910946; }
span { border-color: rgb(145,9,70); }
td.TdClassName
{
border-color: #910946;
}
.TagClassName
{
border-color: #910946;
}
</style>