Shades of Jazzberry Jam #900947
Tints of Jazzberry Jam #900947
RGB
CMYK
RGB Variations
Color information
#900947 (or 0x900947) is known color: Jazzberry Jam. HEX triplet: 90, 09 and 47. RGB value is (144,9,71). Sum of RGB (Red+Green+Blue) = 144+9+71=224 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.29% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 144 - color contains mainly: red. Hex color #900947 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900947 is #6FF6B8. Grayscale: #383838. Windows color (decimal): -7337657 or 4655504. OLE color: 4655504.
HSL color Cylindrical-coordinate representation of color #900947: hue angle of 332.44º 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 #900947 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 71 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.44 |
| HSL | 332.44º | 0.88% | 0.3% | - |
| HSV(B) | 332.44º | 0.94% | 0.56% | - |
| XYZ | 12.74 | 6.58 | 6.56 | - |
| YUV | 56.43 | 136.23 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 71 | 0 | 0.94 | 0.51 | 0.44 | 332.44 | 0.88 | 0.3 |
| Hex | 90 | 9 | 47 | 0 | 5E | 33 | 2C | 14C | 58 | 1E |
| Octal | 220 | 11 | 107 | 0 | 136 | 63 | 54 | 514 | 130 | 36 |
| Binary | 10010000 | 1001 | 1000111 | 0 | 1011110 | 110011 | 101100 | 101001100 | 1011000 | 11110 |
Color Harmonies of #900947
Complementary color
Monochromatic Colors of #900947
Black with #900947
Text Example
Text Example
White with #900947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900947; }
p { color: rgb(144,9,71); }
H1.HeaderClassName
{
color: #900947;
}
.AnyTagClassName
{
color: #900947;
}
</style>
background-color css
<style>
a { background-color: #900947; }
a { background-color: rgb(144,9,71); }
div.DivClassName
{
background-color: #900947;
}
.BgClassName
{
background-color: #900947;
}
</style>
border-color css
<style>
span { border-color: #900947; }
span { border-color: rgb(144,9,71); }
td.TdClassName
{
border-color: #900947;
}
.TagClassName
{
border-color: #900947;
}
</style>