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