Shades of Jazzberry Jam #9E1251
Tints of Jazzberry Jam #9E1251
RGB
CMYK
RGB Variations
Color information
#9E1251 (or 0x9E1251) is known color: Jazzberry Jam. HEX triplet: 9E, 12 and 51. RGB value is (158,18,81). Sum of RGB (Red+Green+Blue) = 158+18+81=257 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.48% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1251 is #61EDAE. Grayscale: #424242. Windows color (decimal): -6417839 or 5313182. OLE color: 5313182.
HSL color Cylindrical-coordinate representation of color #9E1251: hue angle of 333º 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 #9E1251 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 18 | 81 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.38 |
| HSL | 333º | 0.8% | 0.35% | - |
| HSV(B) | 333º | 0.89% | 0.62% | - |
| XYZ | 15.8 | 8.3 | 8.55 | - |
| YUV | 67.04 | 135.88 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 18 | 81 | 0 | 0.89 | 0.49 | 0.38 | 333 | 0.8 | 0.35 |
| Hex | 9E | 12 | 51 | 0 | 59 | 31 | 26 | 14D | 50 | 23 |
| Octal | 236 | 22 | 121 | 0 | 131 | 61 | 46 | 515 | 120 | 43 |
| Binary | 10011110 | 10010 | 1010001 | 0 | 1011001 | 110001 | 100110 | 101001101 | 1010000 | 100011 |
Color Harmonies of #9E1251
Complementary color
Monochromatic Colors of #9E1251
Black with #9E1251
Text Example
Text Example
White with #9E1251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1251; }
p { color: rgb(158,18,81); }
H1.HeaderClassName
{
color: #9E1251;
}
.AnyTagClassName
{
color: #9E1251;
}
</style>
background-color css
<style>
a { background-color: #9E1251; }
a { background-color: rgb(158,18,81); }
div.DivClassName
{
background-color: #9E1251;
}
.BgClassName
{
background-color: #9E1251;
}
</style>
border-color css
<style>
span { border-color: #9E1251; }
span { border-color: rgb(158,18,81); }
td.TdClassName
{
border-color: #9E1251;
}
.TagClassName
{
border-color: #9E1251;
}
</style>