Shades of Jazzberry Jam #900850
Tints of Jazzberry Jam #900850
RGB
CMYK
RGB Variations
Color information
#900850 (or 0x900850) is known color: Jazzberry Jam. HEX triplet: 90, 08 and 50. RGB value is (144,8,80). Sum of RGB (Red+Green+Blue) = 144+8+80=232 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.07% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 144 - color contains mainly: red. Hex color #900850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900850 is #6FF7AF. Grayscale: #383838. Windows color (decimal): -7337904 or 5245072. OLE color: 5245072.
HSL color Cylindrical-coordinate representation of color #900850: hue angle of 328.24º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900850 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 80 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.44 |
| HSL | 328.24º | 0.89% | 0.3% | - |
| HSV(B) | 328.24º | 0.94% | 0.56% | - |
| XYZ | 13.04 | 6.68 | 8.19 | - |
| YUV | 56.87 | 141.06 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 80 | 0 | 0.94 | 0.44 | 0.44 | 328.24 | 0.89 | 0.3 |
| Hex | 90 | 8 | 50 | 0 | 5E | 2C | 2C | 148 | 59 | 1E |
| Octal | 220 | 10 | 120 | 0 | 136 | 54 | 54 | 510 | 131 | 36 |
| Binary | 10010000 | 1000 | 1010000 | 0 | 1011110 | 101100 | 101100 | 101001000 | 1011001 | 11110 |
Color Harmonies of #900850
Complementary color
Monochromatic Colors of #900850
Black with #900850
Text Example
Text Example
White with #900850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900850; }
p { color: rgb(144,8,80); }
H1.HeaderClassName
{
color: #900850;
}
.AnyTagClassName
{
color: #900850;
}
</style>
background-color css
<style>
a { background-color: #900850; }
a { background-color: rgb(144,8,80); }
div.DivClassName
{
background-color: #900850;
}
.BgClassName
{
background-color: #900850;
}
</style>
border-color css
<style>
span { border-color: #900850; }
span { border-color: rgb(144,8,80); }
td.TdClassName
{
border-color: #900850;
}
.TagClassName
{
border-color: #900850;
}
</style>