Shades of Jazzberry Jam #900146
Tints of Jazzberry Jam #900146
RGB
CMYK
RGB Variations
Color information
#900146 (or 0x900146) is known color: Jazzberry Jam. HEX triplet: 90, 01 and 46. RGB value is (144,1,70). Sum of RGB (Red+Green+Blue) = 144+1+70=215 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.98% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 144 - color contains mainly: red. Hex color #900146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900146 is #6FFEB9. Grayscale: #333333. Windows color (decimal): -7339706 or 4587920. OLE color: 4587920.
HSL color Cylindrical-coordinate representation of color #900146: hue angle of 331.05º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900146 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 70 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.44 |
| HSL | 331.05º | 0.99% | 0.28% | - |
| HSV(B) | 331.05º | 0.99% | 0.56% | - |
| XYZ | 12.62 | 6.39 | 6.36 | - |
| YUV | 51.62 | 138.38 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 70 | 0 | 0.99 | 0.51 | 0.44 | 331.05 | 0.99 | 0.28 |
| Hex | 90 | 1 | 46 | 0 | 63 | 33 | 2C | 14B | 63 | 1C |
| Octal | 220 | 1 | 106 | 0 | 143 | 63 | 54 | 513 | 143 | 34 |
| Binary | 10010000 | 1 | 1000110 | 0 | 1100011 | 110011 | 101100 | 101001011 | 1100011 | 11100 |
Color Harmonies of #900146
Complementary color
Monochromatic Colors of #900146
Black with #900146
Text Example
Text Example
White with #900146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900146; }
p { color: rgb(144,1,70); }
H1.HeaderClassName
{
color: #900146;
}
.AnyTagClassName
{
color: #900146;
}
</style>
background-color css
<style>
a { background-color: #900146; }
a { background-color: rgb(144,1,70); }
div.DivClassName
{
background-color: #900146;
}
.BgClassName
{
background-color: #900146;
}
</style>
border-color css
<style>
span { border-color: #900146; }
span { border-color: rgb(144,1,70); }
td.TdClassName
{
border-color: #900146;
}
.TagClassName
{
border-color: #900146;
}
</style>