Shades of Jazzberry Jam #9D144E
Tints of Jazzberry Jam #9D144E
RGB
CMYK
RGB Variations
Color information
#9D144E (or 0x9D144E) is known color: Jazzberry Jam. HEX triplet: 9D, 14 and 4E. RGB value is (157,20,78). Sum of RGB (Red+Green+Blue) = 157+20+78=255 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.57% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 157 - color contains mainly: red. Hex color #9D144E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D144E is #62EBB1. Grayscale: #434343. Windows color (decimal): -6482866 or 5117085. OLE color: 5117085.
HSL color Cylindrical-coordinate representation of color #9D144E: hue angle of 334.6º degrees, saturation: 0.77, 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 #9D144E is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 20 | 78 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.38 |
| HSL | 334.6º | 0.77% | 0.35% | - |
| HSV(B) | 334.6º | 0.87% | 0.62% | - |
| XYZ | 15.53 | 8.22 | 7.98 | - |
| YUV | 67.58 | 133.89 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 20 | 78 | 0 | 0.87 | 0.50 | 0.38 | 334.6 | 0.77 | 0.35 |
| Hex | 9D | 14 | 4E | 0 | 57 | 32 | 26 | 14F | 4D | 23 |
| Octal | 235 | 24 | 116 | 0 | 127 | 62 | 46 | 517 | 115 | 43 |
| Binary | 10011101 | 10100 | 1001110 | 0 | 1010111 | 110010 | 100110 | 101001111 | 1001101 | 100011 |
Color Harmonies of #9D144E
Complementary color
Monochromatic Colors of #9D144E
Black with #9D144E
Text Example
Text Example
White with #9D144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D144E; }
p { color: rgb(157,20,78); }
H1.HeaderClassName
{
color: #9D144E;
}
.AnyTagClassName
{
color: #9D144E;
}
</style>
background-color css
<style>
a { background-color: #9D144E; }
a { background-color: rgb(157,20,78); }
div.DivClassName
{
background-color: #9D144E;
}
.BgClassName
{
background-color: #9D144E;
}
</style>
border-color css
<style>
span { border-color: #9D144E; }
span { border-color: rgb(157,20,78); }
td.TdClassName
{
border-color: #9D144E;
}
.TagClassName
{
border-color: #9D144E;
}
</style>