Shades of Jazzberry Jam #90074F
Tints of Jazzberry Jam #90074F
RGB
CMYK
RGB Variations
Color information
#90074F (or 0x90074F) is known color: Jazzberry Jam. HEX triplet: 90, 07 and 4F. RGB value is (144,7,79). Sum of RGB (Red+Green+Blue) = 144+7+79=230 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.61% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 144 - color contains mainly: red. Hex color #90074F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90074F is #6FF8B0. Grayscale: #383838. Windows color (decimal): -7338161 or 5179280. OLE color: 5179280.
HSL color Cylindrical-coordinate representation of color #90074F: hue angle of 328.47º 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 #90074F is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 79 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.44 |
| HSL | 328.47º | 0.91% | 0.3% | - |
| HSV(B) | 328.47º | 0.95% | 0.56% | - |
| XYZ | 12.99 | 6.65 | 8 | - |
| YUV | 56.17 | 140.89 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 79 | 0 | 0.95 | 0.45 | 0.44 | 328.47 | 0.91 | 0.3 |
| Hex | 90 | 7 | 4F | 0 | 5F | 2D | 2C | 148 | 5B | 1E |
| Octal | 220 | 7 | 117 | 0 | 137 | 55 | 54 | 510 | 133 | 36 |
| Binary | 10010000 | 111 | 1001111 | 0 | 1011111 | 101101 | 101100 | 101001000 | 1011011 | 11110 |
Color Harmonies of #90074F
Complementary color
Monochromatic Colors of #90074F
Black with #90074F
Text Example
Text Example
White with #90074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90074F; }
p { color: rgb(144,7,79); }
H1.HeaderClassName
{
color: #90074F;
}
.AnyTagClassName
{
color: #90074F;
}
</style>
background-color css
<style>
a { background-color: #90074F; }
a { background-color: rgb(144,7,79); }
div.DivClassName
{
background-color: #90074F;
}
.BgClassName
{
background-color: #90074F;
}
</style>
border-color css
<style>
span { border-color: #90074F; }
span { border-color: rgb(144,7,79); }
td.TdClassName
{
border-color: #90074F;
}
.TagClassName
{
border-color: #90074F;
}
</style>