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