Shades of Jazzberry Jam #901963
Tints of Jazzberry Jam #901963
RGB
CMYK
RGB Variations
Color information
#901963 (or 0x901963) is known color: Jazzberry Jam. HEX triplet: 90, 19 and 63. RGB value is (144,25,99). Sum of RGB (Red+Green+Blue) = 144+25+99=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #901963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901963 is #6FE69C. Grayscale: #444444. Windows color (decimal): -7333533 or 6494608. OLE color: 6494608.
HSL color Cylindrical-coordinate representation of color #901963: hue angle of 322.69º 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 #901963 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 99 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.44 |
| HSL | 322.69º | 0.7% | 0.33% | - |
| HSV(B) | 322.69º | 0.83% | 0.56% | - |
| XYZ | 14.1 | 7.53 | 12.51 | - |
| YUV | 69.02 | 144.92 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 99 | 0 | 0.83 | 0.31 | 0.44 | 322.69 | 0.7 | 0.33 |
| Hex | 90 | 19 | 63 | 0 | 53 | 1F | 2C | 143 | 46 | 21 |
| Octal | 220 | 31 | 143 | 0 | 123 | 37 | 54 | 503 | 106 | 41 |
| Binary | 10010000 | 11001 | 1100011 | 0 | 1010011 | 11111 | 101100 | 101000011 | 1000110 | 100001 |
Color Harmonies of #901963
Complementary color
Monochromatic Colors of #901963
Black with #901963
Text Example
Text Example
White with #901963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901963; }
p { color: rgb(144,25,99); }
H1.HeaderClassName
{
color: #901963;
}
.AnyTagClassName
{
color: #901963;
}
</style>
background-color css
<style>
a { background-color: #901963; }
a { background-color: rgb(144,25,99); }
div.DivClassName
{
background-color: #901963;
}
.BgClassName
{
background-color: #901963;
}
</style>
border-color css
<style>
span { border-color: #901963; }
span { border-color: rgb(144,25,99); }
td.TdClassName
{
border-color: #901963;
}
.TagClassName
{
border-color: #901963;
}
</style>