Shades of Jazzberry Jam #90074C
Tints of Jazzberry Jam #90074C
RGB
CMYK
RGB Variations
Color information
#90074C (or 0x90074C) is known color: Jazzberry Jam. HEX triplet: 90, 07 and 4C. RGB value is (144,7,76). Sum of RGB (Red+Green+Blue) = 144+7+76=227 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.44% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 144 - color contains mainly: red. Hex color #90074C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90074C is #6FF8B3. Grayscale: #373737. Windows color (decimal): -7338164 or 4982672. OLE color: 4982672.
HSL color Cylindrical-coordinate representation of color #90074C: hue angle of 329.78º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90074C is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 76 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.44 |
| HSL | 329.78º | 0.91% | 0.3% | - |
| HSV(B) | 329.78º | 0.95% | 0.56% | - |
| XYZ | 12.88 | 6.6 | 7.43 | - |
| YUV | 55.83 | 139.39 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 76 | 0 | 0.95 | 0.47 | 0.44 | 329.78 | 0.91 | 0.3 |
| Hex | 90 | 7 | 4C | 0 | 5F | 2F | 2C | 14A | 5B | 1E |
| Octal | 220 | 7 | 114 | 0 | 137 | 57 | 54 | 512 | 133 | 36 |
| Binary | 10010000 | 111 | 1001100 | 0 | 1011111 | 101111 | 101100 | 101001010 | 1011011 | 11110 |
Color Harmonies of #90074C
Complementary color
Monochromatic Colors of #90074C
Black with #90074C
Text Example
Text Example
White with #90074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90074C; }
p { color: rgb(144,7,76); }
H1.HeaderClassName
{
color: #90074C;
}
.AnyTagClassName
{
color: #90074C;
}
</style>
background-color css
<style>
a { background-color: #90074C; }
a { background-color: rgb(144,7,76); }
div.DivClassName
{
background-color: #90074C;
}
.BgClassName
{
background-color: #90074C;
}
</style>
border-color css
<style>
span { border-color: #90074C; }
span { border-color: rgb(144,7,76); }
td.TdClassName
{
border-color: #90074C;
}
.TagClassName
{
border-color: #90074C;
}
</style>