Shades of Jazzberry Jam #901962
Tints of Jazzberry Jam #901962
RGB
CMYK
RGB Variations
Color information
#901962 (or 0x901962) is known color: Jazzberry Jam. HEX triplet: 90, 19 and 62. RGB value is (144,25,98). Sum of RGB (Red+Green+Blue) = 144+25+98=267 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.93% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 144 - color contains mainly: red. Hex color #901962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901962 is #6FE69D. Grayscale: #444444. Windows color (decimal): -7333534 or 6429072. OLE color: 6429072.
HSL color Cylindrical-coordinate representation of color #901962: hue angle of 323.19º 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 #901962 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 98 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.44 |
| HSL | 323.19º | 0.7% | 0.33% | - |
| HSV(B) | 323.19º | 0.83% | 0.56% | - |
| XYZ | 14.05 | 7.51 | 12.26 | - |
| YUV | 68.9 | 144.42 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 98 | 0 | 0.83 | 0.32 | 0.44 | 323.19 | 0.7 | 0.33 |
| Hex | 90 | 19 | 62 | 0 | 53 | 20 | 2C | 143 | 46 | 21 |
| Octal | 220 | 31 | 142 | 0 | 123 | 40 | 54 | 503 | 106 | 41 |
| Binary | 10010000 | 11001 | 1100010 | 0 | 1010011 | 100000 | 101100 | 101000011 | 1000110 | 100001 |
Color Harmonies of #901962
Complementary color
Monochromatic Colors of #901962
Black with #901962
Text Example
Text Example
White with #901962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901962; }
p { color: rgb(144,25,98); }
H1.HeaderClassName
{
color: #901962;
}
.AnyTagClassName
{
color: #901962;
}
</style>
background-color css
<style>
a { background-color: #901962; }
a { background-color: rgb(144,25,98); }
div.DivClassName
{
background-color: #901962;
}
.BgClassName
{
background-color: #901962;
}
</style>
border-color css
<style>
span { border-color: #901962; }
span { border-color: rgb(144,25,98); }
td.TdClassName
{
border-color: #901962;
}
.TagClassName
{
border-color: #901962;
}
</style>