Shades of Jazzberry Jam #901358
Tints of Jazzberry Jam #901358
RGB
CMYK
RGB Variations
Color information
#901358 (or 0x901358) is known color: Jazzberry Jam. HEX triplet: 90, 13 and 58. RGB value is (144,19,88). Sum of RGB (Red+Green+Blue) = 144+19+88=251 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.37% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 144 - color contains mainly: red. Hex color #901358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901358 is #6FECA7. Grayscale: #404040. Windows color (decimal): -7335080 or 5772176. OLE color: 5772176.
HSL color Cylindrical-coordinate representation of color #901358: hue angle of 326.88º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #901358 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 19 | 88 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.44 |
| HSL | 326.88º | 0.77% | 0.32% | - |
| HSV(B) | 326.88º | 0.87% | 0.56% | - |
| XYZ | 13.5 | 7.1 | 9.89 | - |
| YUV | 64.24 | 141.41 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 88 | 0 | 0.87 | 0.39 | 0.44 | 326.88 | 0.77 | 0.32 |
| Hex | 90 | 13 | 58 | 0 | 57 | 27 | 2C | 147 | 4D | 20 |
| Octal | 220 | 23 | 130 | 0 | 127 | 47 | 54 | 507 | 115 | 40 |
| Binary | 10010000 | 10011 | 1011000 | 0 | 1010111 | 100111 | 101100 | 101000111 | 1001101 | 100000 |
Color Harmonies of #901358
Complementary color
Monochromatic Colors of #901358
Black with #901358
Text Example
Text Example
White with #901358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901358; }
p { color: rgb(144,19,88); }
H1.HeaderClassName
{
color: #901358;
}
.AnyTagClassName
{
color: #901358;
}
</style>
background-color css
<style>
a { background-color: #901358; }
a { background-color: rgb(144,19,88); }
div.DivClassName
{
background-color: #901358;
}
.BgClassName
{
background-color: #901358;
}
</style>
border-color css
<style>
span { border-color: #901358; }
span { border-color: rgb(144,19,88); }
td.TdClassName
{
border-color: #901358;
}
.TagClassName
{
border-color: #901358;
}
</style>