Shades of Jazzberry Jam #900E58
Tints of Jazzberry Jam #900E58
RGB
CMYK
RGB Variations
Color information
#900E58 (or 0x900E58) is known color: Jazzberry Jam. HEX triplet: 90, 0E and 58. RGB value is (144,14,88). Sum of RGB (Red+Green+Blue) = 144+14+88=246 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.54% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 144 - color contains mainly: red. Hex color #900E58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900E58 is #6FF1A7. Grayscale: #3D3D3D. Windows color (decimal): -7336360 or 5770896. OLE color: 5770896.
HSL color Cylindrical-coordinate representation of color #900E58: hue angle of 325.85º 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 #900E58 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 14 | 88 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.44 |
| HSL | 325.85º | 0.82% | 0.31% | - |
| HSV(B) | 325.85º | 0.9% | 0.56% | - |
| XYZ | 13.42 | 6.95 | 9.87 | - |
| YUV | 61.31 | 143.07 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 88 | 0 | 0.90 | 0.39 | 0.44 | 325.85 | 0.82 | 0.31 |
| Hex | 90 | E | 58 | 0 | 5A | 27 | 2C | 146 | 52 | 1F |
| Octal | 220 | 16 | 130 | 0 | 132 | 47 | 54 | 506 | 122 | 37 |
| Binary | 10010000 | 1110 | 1011000 | 0 | 1011010 | 100111 | 101100 | 101000110 | 1010010 | 11111 |
Color Harmonies of #900E58
Complementary color
Monochromatic Colors of #900E58
Black with #900E58
Text Example
Text Example
White with #900E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900E58; }
p { color: rgb(144,14,88); }
H1.HeaderClassName
{
color: #900E58;
}
.AnyTagClassName
{
color: #900E58;
}
</style>
background-color css
<style>
a { background-color: #900E58; }
a { background-color: rgb(144,14,88); }
div.DivClassName
{
background-color: #900E58;
}
.BgClassName
{
background-color: #900E58;
}
</style>
border-color css
<style>
span { border-color: #900E58; }
span { border-color: rgb(144,14,88); }
td.TdClassName
{
border-color: #900E58;
}
.TagClassName
{
border-color: #900E58;
}
</style>