Shades of Jazzberry Jam #900948
Tints of Jazzberry Jam #900948
RGB
CMYK
RGB Variations
Color information
#900948 (or 0x900948) is known color: Jazzberry Jam. HEX triplet: 90, 09 and 48. RGB value is (144,9,72). Sum of RGB (Red+Green+Blue) = 144+9+72=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #900948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900948 is #6FF6B7. Grayscale: #383838. Windows color (decimal): -7337656 or 4721040. OLE color: 4721040.
HSL color Cylindrical-coordinate representation of color #900948: hue angle of 332º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900948 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 72 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.44 |
| HSL | 332º | 0.88% | 0.3% | - |
| HSV(B) | 332º | 0.94% | 0.56% | - |
| XYZ | 12.77 | 6.59 | 6.73 | - |
| YUV | 56.55 | 136.73 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 72 | 0 | 0.94 | 0.50 | 0.44 | 332 | 0.88 | 0.3 |
| Hex | 90 | 9 | 48 | 0 | 5E | 32 | 2C | 14C | 58 | 1E |
| Octal | 220 | 11 | 110 | 0 | 136 | 62 | 54 | 514 | 130 | 36 |
| Binary | 10010000 | 1001 | 1001000 | 0 | 1011110 | 110010 | 101100 | 101001100 | 1011000 | 11110 |
Color Harmonies of #900948
Complementary color
Monochromatic Colors of #900948
Black with #900948
Text Example
Text Example
White with #900948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900948; }
p { color: rgb(144,9,72); }
H1.HeaderClassName
{
color: #900948;
}
.AnyTagClassName
{
color: #900948;
}
</style>
background-color css
<style>
a { background-color: #900948; }
a { background-color: rgb(144,9,72); }
div.DivClassName
{
background-color: #900948;
}
.BgClassName
{
background-color: #900948;
}
</style>
border-color css
<style>
span { border-color: #900948; }
span { border-color: rgb(144,9,72); }
td.TdClassName
{
border-color: #900948;
}
.TagClassName
{
border-color: #900948;
}
</style>