Shades of Jazzberry Jam #9E124A
Tints of Jazzberry Jam #9E124A
RGB
CMYK
RGB Variations
Color information
#9E124A (or 0x9E124A) is known color: Jazzberry Jam. HEX triplet: 9E, 12 and 4A. RGB value is (158,18,74). Sum of RGB (Red+Green+Blue) = 158+18+74=250 (33% of max value = 765). Red value is 158 (62.11% from 255 or 63.2% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 158 - color contains mainly: red. Hex color #9E124A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E124A is #61EDB5. Grayscale: #424242. Windows color (decimal): -6417846 or 4854430. OLE color: 4854430.
HSL color Cylindrical-coordinate representation of color #9E124A: hue angle of 336º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E124A is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 18 | 74 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.38 |
| HSL | 336º | 0.8% | 0.35% | - |
| HSV(B) | 336º | 0.89% | 0.62% | - |
| XYZ | 15.55 | 8.2 | 7.24 | - |
| YUV | 66.24 | 132.38 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 18 | 74 | 0 | 0.89 | 0.53 | 0.38 | 336 | 0.8 | 0.35 |
| Hex | 9E | 12 | 4A | 0 | 59 | 35 | 26 | 150 | 50 | 23 |
| Octal | 236 | 22 | 112 | 0 | 131 | 65 | 46 | 520 | 120 | 43 |
| Binary | 10011110 | 10010 | 1001010 | 0 | 1011001 | 110101 | 100110 | 101010000 | 1010000 | 100011 |
Color Harmonies of #9E124A
Complementary color
Monochromatic Colors of #9E124A
Black with #9E124A
Text Example
Text Example
White with #9E124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E124A; }
p { color: rgb(158,18,74); }
H1.HeaderClassName
{
color: #9E124A;
}
.AnyTagClassName
{
color: #9E124A;
}
</style>
background-color css
<style>
a { background-color: #9E124A; }
a { background-color: rgb(158,18,74); }
div.DivClassName
{
background-color: #9E124A;
}
.BgClassName
{
background-color: #9E124A;
}
</style>
border-color css
<style>
span { border-color: #9E124A; }
span { border-color: rgb(158,18,74); }
td.TdClassName
{
border-color: #9E124A;
}
.TagClassName
{
border-color: #9E124A;
}
</style>