Shades of Jazzberry Jam #9E074A
Tints of Jazzberry Jam #9E074A
RGB
CMYK
RGB Variations
Color information
#9E074A (or 0x9E074A) is known color: Jazzberry Jam. HEX triplet: 9E, 07 and 4A. RGB value is (158,7,74). Sum of RGB (Red+Green+Blue) = 158+7+74=239 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.11% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 158 - color contains mainly: red. Hex color #9E074A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E074A is #61F8B5. Grayscale: #3B3B3B. Windows color (decimal): -6420662 or 4851614. OLE color: 4851614.
HSL color Cylindrical-coordinate representation of color #9E074A: hue angle of 333.38º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E074A is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 7 | 74 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.38 |
| HSL | 333.38º | 0.92% | 0.32% | - |
| HSV(B) | 333.38º | 0.96% | 0.62% | - |
| XYZ | 15.41 | 7.92 | 7.19 | - |
| YUV | 59.79 | 136.03 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 74 | 0 | 0.96 | 0.53 | 0.38 | 333.38 | 0.92 | 0.32 |
| Hex | 9E | 7 | 4A | 0 | 60 | 35 | 26 | 14D | 5C | 20 |
| Octal | 236 | 7 | 112 | 0 | 140 | 65 | 46 | 515 | 134 | 40 |
| Binary | 10011110 | 111 | 1001010 | 0 | 1100000 | 110101 | 100110 | 101001101 | 1011100 | 100000 |
Color Harmonies of #9E074A
Complementary color
Monochromatic Colors of #9E074A
Black with #9E074A
Text Example
Text Example
White with #9E074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E074A; }
p { color: rgb(158,7,74); }
H1.HeaderClassName
{
color: #9E074A;
}
.AnyTagClassName
{
color: #9E074A;
}
</style>
background-color css
<style>
a { background-color: #9E074A; }
a { background-color: rgb(158,7,74); }
div.DivClassName
{
background-color: #9E074A;
}
.BgClassName
{
background-color: #9E074A;
}
</style>
border-color css
<style>
span { border-color: #9E074A; }
span { border-color: rgb(158,7,74); }
td.TdClassName
{
border-color: #9E074A;
}
.TagClassName
{
border-color: #9E074A;
}
</style>