Shades of Jazzberry Jam #90094D
Tints of Jazzberry Jam #90094D
RGB
CMYK
RGB Variations
Color information
#90094D (or 0x90094D) is known color: Jazzberry Jam. HEX triplet: 90, 09 and 4D. RGB value is (144,9,77). Sum of RGB (Red+Green+Blue) = 144+9+77=230 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.61% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 144 - color contains mainly: red. Hex color #90094D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90094D is #6FF6B2. Grayscale: #383838. Windows color (decimal): -7337651 or 5048720. OLE color: 5048720.
HSL color Cylindrical-coordinate representation of color #90094D: hue angle of 329.78º 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 #90094D is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 77 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.44 |
| HSL | 329.78º | 0.88% | 0.3% | - |
| HSV(B) | 329.78º | 0.94% | 0.56% | - |
| XYZ | 12.94 | 6.66 | 7.62 | - |
| YUV | 57.12 | 139.23 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 77 | 0 | 0.94 | 0.47 | 0.44 | 329.78 | 0.88 | 0.3 |
| Hex | 90 | 9 | 4D | 0 | 5E | 2F | 2C | 14A | 58 | 1E |
| Octal | 220 | 11 | 115 | 0 | 136 | 57 | 54 | 512 | 130 | 36 |
| Binary | 10010000 | 1001 | 1001101 | 0 | 1011110 | 101111 | 101100 | 101001010 | 1011000 | 11110 |
Color Harmonies of #90094D
Complementary color
Monochromatic Colors of #90094D
Black with #90094D
Text Example
Text Example
White with #90094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90094D; }
p { color: rgb(144,9,77); }
H1.HeaderClassName
{
color: #90094D;
}
.AnyTagClassName
{
color: #90094D;
}
</style>
background-color css
<style>
a { background-color: #90094D; }
a { background-color: rgb(144,9,77); }
div.DivClassName
{
background-color: #90094D;
}
.BgClassName
{
background-color: #90094D;
}
</style>
border-color css
<style>
span { border-color: #90094D; }
span { border-color: rgb(144,9,77); }
td.TdClassName
{
border-color: #90094D;
}
.TagClassName
{
border-color: #90094D;
}
</style>