Shades of Jazzberry Jam #9E014D
Tints of Jazzberry Jam #9E014D
RGB
CMYK
RGB Variations
Color information
#9E014D (or 0x9E014D) is known color: Jazzberry Jam. HEX triplet: 9E, 01 and 4D. RGB value is (158,1,77). Sum of RGB (Red+Green+Blue) = 158+1+77=236 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.95% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 158 - color contains mainly: red. Hex color #9E014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E014D is #61FEB2. Grayscale: #383838. Windows color (decimal): -6422195 or 5046686. OLE color: 5046686.
HSL color Cylindrical-coordinate representation of color #9E014D: hue angle of 330.96º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E014D is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.38 |
| HSL | 330.96º | 0.99% | 0.31% | - |
| HSV(B) | 330.96º | 0.99% | 0.62% | - |
| XYZ | 15.45 | 7.83 | 7.72 | - |
| YUV | 56.61 | 139.51 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 1 | 77 | 0 | 0.99 | 0.51 | 0.38 | 330.96 | 0.99 | 0.31 |
| Hex | 9E | 1 | 4D | 0 | 63 | 33 | 26 | 14B | 63 | 1F |
| Octal | 236 | 1 | 115 | 0 | 143 | 63 | 46 | 513 | 143 | 37 |
| Binary | 10011110 | 1 | 1001101 | 0 | 1100011 | 110011 | 100110 | 101001011 | 1100011 | 11111 |
Color Harmonies of #9E014D
Complementary color
Monochromatic Colors of #9E014D
Black with #9E014D
Text Example
Text Example
White with #9E014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E014D; }
p { color: rgb(158,1,77); }
H1.HeaderClassName
{
color: #9E014D;
}
.AnyTagClassName
{
color: #9E014D;
}
</style>
background-color css
<style>
a { background-color: #9E014D; }
a { background-color: rgb(158,1,77); }
div.DivClassName
{
background-color: #9E014D;
}
.BgClassName
{
background-color: #9E014D;
}
</style>
border-color css
<style>
span { border-color: #9E014D; }
span { border-color: rgb(158,1,77); }
td.TdClassName
{
border-color: #9E014D;
}
.TagClassName
{
border-color: #9E014D;
}
</style>