Shades of Jazzberry Jam #9E124B
Tints of Jazzberry Jam #9E124B
RGB
CMYK
RGB Variations
Color information
#9E124B (or 0x9E124B) is known color: Jazzberry Jam. HEX triplet: 9E, 12 and 4B. RGB value is (158,18,75). Sum of RGB (Red+Green+Blue) = 158+18+75=251 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.95% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 158 - color contains mainly: red. Hex color #9E124B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E124B is #61EDB4. Grayscale: #424242. Windows color (decimal): -6417845 or 4919966. OLE color: 4919966.
HSL color Cylindrical-coordinate representation of color #9E124B: hue angle of 335.57º 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 #9E124B is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 18 | 75 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.38 |
| HSL | 335.57º | 0.8% | 0.35% | - |
| HSV(B) | 335.57º | 0.89% | 0.62% | - |
| XYZ | 15.59 | 8.21 | 7.42 | - |
| YUV | 66.36 | 132.88 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 18 | 75 | 0 | 0.89 | 0.53 | 0.38 | 335.57 | 0.8 | 0.35 |
| Hex | 9E | 12 | 4B | 0 | 59 | 35 | 26 | 150 | 50 | 23 |
| Octal | 236 | 22 | 113 | 0 | 131 | 65 | 46 | 520 | 120 | 43 |
| Binary | 10011110 | 10010 | 1001011 | 0 | 1011001 | 110101 | 100110 | 101010000 | 1010000 | 100011 |
Color Harmonies of #9E124B
Complementary color
Monochromatic Colors of #9E124B
Black with #9E124B
Text Example
Text Example
White with #9E124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E124B; }
p { color: rgb(158,18,75); }
H1.HeaderClassName
{
color: #9E124B;
}
.AnyTagClassName
{
color: #9E124B;
}
</style>
background-color css
<style>
a { background-color: #9E124B; }
a { background-color: rgb(158,18,75); }
div.DivClassName
{
background-color: #9E124B;
}
.BgClassName
{
background-color: #9E124B;
}
</style>
border-color css
<style>
span { border-color: #9E124B; }
span { border-color: rgb(158,18,75); }
td.TdClassName
{
border-color: #9E124B;
}
.TagClassName
{
border-color: #9E124B;
}
</style>