Shades of Jazzberry Jam #9E144D
Tints of Jazzberry Jam #9E144D
RGB
CMYK
RGB Variations
Color information
#9E144D (or 0x9E144D) is known color: Jazzberry Jam. HEX triplet: 9E, 14 and 4D. RGB value is (158,20,77). Sum of RGB (Red+Green+Blue) = 158+20+77=255 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.96% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 158 - color contains mainly: red. Hex color #9E144D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E144D is #61EBB2. Grayscale: #434343. Windows color (decimal): -6417331 or 5051550. OLE color: 5051550.
HSL color Cylindrical-coordinate representation of color #9E144D: hue angle of 335.22º 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 #9E144D is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 20 | 77 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.38 |
| HSL | 335.22º | 0.78% | 0.35% | - |
| HSV(B) | 335.22º | 0.87% | 0.62% | - |
| XYZ | 15.69 | 8.31 | 7.8 | - |
| YUV | 67.76 | 133.22 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 77 | 0 | 0.87 | 0.51 | 0.38 | 335.22 | 0.78 | 0.35 |
| Hex | 9E | 14 | 4D | 0 | 57 | 33 | 26 | 14F | 4E | 23 |
| Octal | 236 | 24 | 115 | 0 | 127 | 63 | 46 | 517 | 116 | 43 |
| Binary | 10011110 | 10100 | 1001101 | 0 | 1010111 | 110011 | 100110 | 101001111 | 1001110 | 100011 |
Color Harmonies of #9E144D
Complementary color
Monochromatic Colors of #9E144D
Black with #9E144D
Text Example
Text Example
White with #9E144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E144D; }
p { color: rgb(158,20,77); }
H1.HeaderClassName
{
color: #9E144D;
}
.AnyTagClassName
{
color: #9E144D;
}
</style>
background-color css
<style>
a { background-color: #9E144D; }
a { background-color: rgb(158,20,77); }
div.DivClassName
{
background-color: #9E144D;
}
.BgClassName
{
background-color: #9E144D;
}
</style>
border-color css
<style>
span { border-color: #9E144D; }
span { border-color: rgb(158,20,77); }
td.TdClassName
{
border-color: #9E144D;
}
.TagClassName
{
border-color: #9E144D;
}
</style>