Shades of Jazzberry Jam #900E54
Tints of Jazzberry Jam #900E54
RGB
CMYK
RGB Variations
Color information
#900E54 (or 0x900E54) is known color: Jazzberry Jam. HEX triplet: 90, 0E and 54. RGB value is (144,14,84). Sum of RGB (Red+Green+Blue) = 144+14+84=242 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.50% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 144 - color contains mainly: red. Hex color #900E54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900E54 is #6FF1AB. Grayscale: #3C3C3C. Windows color (decimal): -7336364 or 5508752. OLE color: 5508752.
HSL color Cylindrical-coordinate representation of color #900E54: hue angle of 327.69º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900E54 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 14 | 84 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.44 |
| HSL | 327.69º | 0.82% | 0.31% | - |
| HSV(B) | 327.69º | 0.9% | 0.56% | - |
| XYZ | 13.26 | 6.88 | 9.02 | - |
| YUV | 60.85 | 141.07 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 84 | 0 | 0.90 | 0.42 | 0.44 | 327.69 | 0.82 | 0.31 |
| Hex | 90 | E | 54 | 0 | 5A | 2A | 2C | 148 | 52 | 1F |
| Octal | 220 | 16 | 124 | 0 | 132 | 52 | 54 | 510 | 122 | 37 |
| Binary | 10010000 | 1110 | 1010100 | 0 | 1011010 | 101010 | 101100 | 101001000 | 1010010 | 11111 |
Color Harmonies of #900E54
Complementary color
Monochromatic Colors of #900E54
Black with #900E54
Text Example
Text Example
White with #900E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900E54; }
p { color: rgb(144,14,84); }
H1.HeaderClassName
{
color: #900E54;
}
.AnyTagClassName
{
color: #900E54;
}
</style>
background-color css
<style>
a { background-color: #900E54; }
a { background-color: rgb(144,14,84); }
div.DivClassName
{
background-color: #900E54;
}
.BgClassName
{
background-color: #900E54;
}
</style>
border-color css
<style>
span { border-color: #900E54; }
span { border-color: rgb(144,14,84); }
td.TdClassName
{
border-color: #900E54;
}
.TagClassName
{
border-color: #900E54;
}
</style>