Shades of Jazzberry Jam #901960
Tints of Jazzberry Jam #901960
RGB
CMYK
RGB Variations
Color information
#901960 (or 0x901960) is known color: Jazzberry Jam. HEX triplet: 90, 19 and 60. RGB value is (144,25,96). Sum of RGB (Red+Green+Blue) = 144+25+96=265 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.34% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 144 - color contains mainly: red. Hex color #901960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901960 is #6FE69F. Grayscale: #444444. Windows color (decimal): -7333536 or 6298000. OLE color: 6298000.
HSL color Cylindrical-coordinate representation of color #901960: hue angle of 324.2º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901960 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 96 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.44 |
| HSL | 324.2º | 0.7% | 0.33% | - |
| HSV(B) | 324.2º | 0.83% | 0.56% | - |
| XYZ | 13.96 | 7.47 | 11.77 | - |
| YUV | 68.68 | 143.42 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 96 | 0 | 0.83 | 0.33 | 0.44 | 324.2 | 0.7 | 0.33 |
| Hex | 90 | 19 | 60 | 0 | 53 | 21 | 2C | 144 | 46 | 21 |
| Octal | 220 | 31 | 140 | 0 | 123 | 41 | 54 | 504 | 106 | 41 |
| Binary | 10010000 | 11001 | 1100000 | 0 | 1010011 | 100001 | 101100 | 101000100 | 1000110 | 100001 |
Color Harmonies of #901960
Complementary color
Monochromatic Colors of #901960
Black with #901960
Text Example
Text Example
White with #901960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901960; }
p { color: rgb(144,25,96); }
H1.HeaderClassName
{
color: #901960;
}
.AnyTagClassName
{
color: #901960;
}
</style>
background-color css
<style>
a { background-color: #901960; }
a { background-color: rgb(144,25,96); }
div.DivClassName
{
background-color: #901960;
}
.BgClassName
{
background-color: #901960;
}
</style>
border-color css
<style>
span { border-color: #901960; }
span { border-color: rgb(144,25,96); }
td.TdClassName
{
border-color: #901960;
}
.TagClassName
{
border-color: #901960;
}
</style>