Shades of Jazzberry Jam #910146
Tints of Jazzberry Jam #910146
RGB
CMYK
RGB Variations
Color information
#910146 (or 0x910146) is known color: Jazzberry Jam. HEX triplet: 91, 01 and 46. RGB value is (145,1,70). Sum of RGB (Red+Green+Blue) = 145+1+70=216 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.13% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 145 - color contains mainly: red. Hex color #910146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910146 is #6EFEB9. Grayscale: #333333. Windows color (decimal): -7274170 or 4587921. OLE color: 4587921.
HSL color Cylindrical-coordinate representation of color #910146: hue angle of 331.25º 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 #910146 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 70 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.43 |
| HSL | 331.25º | 0.99% | 0.29% | - |
| HSV(B) | 331.25º | 0.99% | 0.57% | - |
| XYZ | 12.79 | 6.48 | 6.37 | - |
| YUV | 51.92 | 138.21 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 70 | 0 | 0.99 | 0.52 | 0.43 | 331.25 | 0.99 | 0.29 |
| Hex | 91 | 1 | 46 | 0 | 63 | 34 | 2B | 14B | 63 | 1D |
| Octal | 221 | 1 | 106 | 0 | 143 | 64 | 53 | 513 | 143 | 35 |
| Binary | 10010001 | 1 | 1000110 | 0 | 1100011 | 110100 | 101011 | 101001011 | 1100011 | 11101 |
Color Harmonies of #910146
Complementary color
Monochromatic Colors of #910146
Black with #910146
Text Example
Text Example
White with #910146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910146; }
p { color: rgb(145,1,70); }
H1.HeaderClassName
{
color: #910146;
}
.AnyTagClassName
{
color: #910146;
}
</style>
background-color css
<style>
a { background-color: #910146; }
a { background-color: rgb(145,1,70); }
div.DivClassName
{
background-color: #910146;
}
.BgClassName
{
background-color: #910146;
}
</style>
border-color css
<style>
span { border-color: #910146; }
span { border-color: rgb(145,1,70); }
td.TdClassName
{
border-color: #910146;
}
.TagClassName
{
border-color: #910146;
}
</style>