Shades of Jazzberry Jam #901A60
Tints of Jazzberry Jam #901A60
RGB
CMYK
RGB Variations
Color information
#901A60 (or 0x901A60) is known color: Jazzberry Jam. HEX triplet: 90, 1A and 60. RGB value is (144,26,96). Sum of RGB (Red+Green+Blue) = 144+26+96=266 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.14% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 144 - color contains mainly: red. Hex color #901A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901A60 is #6FE59F. Grayscale: #454545. Windows color (decimal): -7333280 or 6298256. OLE color: 6298256.
HSL color Cylindrical-coordinate representation of color #901A60: hue angle of 324.41º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901A60 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 26 | 96 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.44 |
| HSL | 324.41º | 0.69% | 0.33% | - |
| HSV(B) | 324.41º | 0.82% | 0.56% | - |
| XYZ | 13.98 | 7.51 | 11.78 | - |
| YUV | 69.26 | 143.09 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 96 | 0 | 0.82 | 0.33 | 0.44 | 324.41 | 0.69 | 0.33 |
| Hex | 90 | 1A | 60 | 0 | 52 | 21 | 2C | 144 | 45 | 21 |
| Octal | 220 | 32 | 140 | 0 | 122 | 41 | 54 | 504 | 105 | 41 |
| Binary | 10010000 | 11010 | 1100000 | 0 | 1010010 | 100001 | 101100 | 101000100 | 1000101 | 100001 |
Color Harmonies of #901A60
Complementary color
Monochromatic Colors of #901A60
Black with #901A60
Text Example
Text Example
White with #901A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901A60; }
p { color: rgb(144,26,96); }
H1.HeaderClassName
{
color: #901A60;
}
.AnyTagClassName
{
color: #901A60;
}
</style>
background-color css
<style>
a { background-color: #901A60; }
a { background-color: rgb(144,26,96); }
div.DivClassName
{
background-color: #901A60;
}
.BgClassName
{
background-color: #901A60;
}
</style>
border-color css
<style>
span { border-color: #901A60; }
span { border-color: rgb(144,26,96); }
td.TdClassName
{
border-color: #901A60;
}
.TagClassName
{
border-color: #901A60;
}
</style>