Shades of Jazzberry Jam #900953
Tints of Jazzberry Jam #900953
RGB
CMYK
RGB Variations
Color information
#900953 (or 0x900953) is known color: Jazzberry Jam. HEX triplet: 90, 09 and 53. RGB value is (144,9,83). Sum of RGB (Red+Green+Blue) = 144+9+83=236 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.02% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 144 - color contains mainly: red. Hex color #900953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900953 is #6FF6AC. Grayscale: #393939. Windows color (decimal): -7337645 or 5441936. OLE color: 5441936.
HSL color Cylindrical-coordinate representation of color #900953: hue angle of 327.11º 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 #900953 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 83 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.44 |
| HSL | 327.11º | 0.88% | 0.3% | - |
| HSV(B) | 327.11º | 0.94% | 0.56% | - |
| XYZ | 13.16 | 6.75 | 8.79 | - |
| YUV | 57.8 | 142.23 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 83 | 0 | 0.94 | 0.42 | 0.44 | 327.11 | 0.88 | 0.3 |
| Hex | 90 | 9 | 53 | 0 | 5E | 2A | 2C | 147 | 58 | 1E |
| Octal | 220 | 11 | 123 | 0 | 136 | 52 | 54 | 507 | 130 | 36 |
| Binary | 10010000 | 1001 | 1010011 | 0 | 1011110 | 101010 | 101100 | 101000111 | 1011000 | 11110 |
Color Harmonies of #900953
Complementary color
Monochromatic Colors of #900953
Black with #900953
Text Example
Text Example
White with #900953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900953; }
p { color: rgb(144,9,83); }
H1.HeaderClassName
{
color: #900953;
}
.AnyTagClassName
{
color: #900953;
}
</style>
background-color css
<style>
a { background-color: #900953; }
a { background-color: rgb(144,9,83); }
div.DivClassName
{
background-color: #900953;
}
.BgClassName
{
background-color: #900953;
}
</style>
border-color css
<style>
span { border-color: #900953; }
span { border-color: rgb(144,9,83); }
td.TdClassName
{
border-color: #900953;
}
.TagClassName
{
border-color: #900953;
}
</style>