Shades of Jazzberry Jam #900E52
Tints of Jazzberry Jam #900E52
RGB
CMYK
RGB Variations
Color information
#900E52 (or 0x900E52) is known color: Jazzberry Jam. HEX triplet: 90, 0E and 52. RGB value is (144,14,82). Sum of RGB (Red+Green+Blue) = 144+14+82=240 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 144 - color contains mainly: red. Hex color #900E52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900E52 is #6FF1AD. Grayscale: #3C3C3C. Windows color (decimal): -7336366 or 5377680. OLE color: 5377680.
HSL color Cylindrical-coordinate representation of color #900E52: hue angle of 328.62º 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 #900E52 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 14 | 82 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.44 |
| HSL | 328.62º | 0.82% | 0.31% | - |
| HSV(B) | 328.62º | 0.9% | 0.56% | - |
| XYZ | 13.18 | 6.85 | 8.61 | - |
| YUV | 60.62 | 140.07 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 82 | 0 | 0.90 | 0.43 | 0.44 | 328.62 | 0.82 | 0.31 |
| Hex | 90 | E | 52 | 0 | 5A | 2B | 2C | 149 | 52 | 1F |
| Octal | 220 | 16 | 122 | 0 | 132 | 53 | 54 | 511 | 122 | 37 |
| Binary | 10010000 | 1110 | 1010010 | 0 | 1011010 | 101011 | 101100 | 101001001 | 1010010 | 11111 |
Color Harmonies of #900E52
Complementary color
Monochromatic Colors of #900E52
Black with #900E52
Text Example
Text Example
White with #900E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900E52; }
p { color: rgb(144,14,82); }
H1.HeaderClassName
{
color: #900E52;
}
.AnyTagClassName
{
color: #900E52;
}
</style>
background-color css
<style>
a { background-color: #900E52; }
a { background-color: rgb(144,14,82); }
div.DivClassName
{
background-color: #900E52;
}
.BgClassName
{
background-color: #900E52;
}
</style>
border-color css
<style>
span { border-color: #900E52; }
span { border-color: rgb(144,14,82); }
td.TdClassName
{
border-color: #900E52;
}
.TagClassName
{
border-color: #900E52;
}
</style>