Shades of Jazzberry Jam #9E1451
Tints of Jazzberry Jam #9E1451
RGB
CMYK
RGB Variations
Color information
#9E1451 (or 0x9E1451) is known color: Jazzberry Jam. HEX triplet: 9E, 14 and 51. RGB value is (158,20,81). Sum of RGB (Red+Green+Blue) = 158+20+81=259 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.00% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1451 is #61EBAE. Grayscale: #444444. Windows color (decimal): -6417327 or 5313694. OLE color: 5313694.
HSL color Cylindrical-coordinate representation of color #9E1451: hue angle of 333.48º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E1451 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 20 | 81 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.38 |
| HSL | 333.48º | 0.78% | 0.35% | - |
| HSV(B) | 333.48º | 0.87% | 0.62% | - |
| XYZ | 15.84 | 8.36 | 8.56 | - |
| YUV | 68.22 | 135.22 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 81 | 0 | 0.87 | 0.49 | 0.38 | 333.48 | 0.78 | 0.35 |
| Hex | 9E | 14 | 51 | 0 | 57 | 31 | 26 | 14D | 4E | 23 |
| Octal | 236 | 24 | 121 | 0 | 127 | 61 | 46 | 515 | 116 | 43 |
| Binary | 10011110 | 10100 | 1010001 | 0 | 1010111 | 110001 | 100110 | 101001101 | 1001110 | 100011 |
Color Harmonies of #9E1451
Complementary color
Monochromatic Colors of #9E1451
Black with #9E1451
Text Example
Text Example
White with #9E1451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1451; }
p { color: rgb(158,20,81); }
H1.HeaderClassName
{
color: #9E1451;
}
.AnyTagClassName
{
color: #9E1451;
}
</style>
background-color css
<style>
a { background-color: #9E1451; }
a { background-color: rgb(158,20,81); }
div.DivClassName
{
background-color: #9E1451;
}
.BgClassName
{
background-color: #9E1451;
}
</style>
border-color css
<style>
span { border-color: #9E1451; }
span { border-color: rgb(158,20,81); }
td.TdClassName
{
border-color: #9E1451;
}
.TagClassName
{
border-color: #9E1451;
}
</style>