Shades of Jazzberry Jam #9E145D
Tints of Jazzberry Jam #9E145D
RGB
CMYK
RGB Variations
Color information
#9E145D (or 0x9E145D) is known color: Jazzberry Jam. HEX triplet: 9E, 14 and 5D. RGB value is (158,20,93). Sum of RGB (Red+Green+Blue) = 158+20+93=271 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.30% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 158 - color contains mainly: red. Hex color #9E145D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E145D is #61EBA2. Grayscale: #454545. Windows color (decimal): -6417315 or 6100126. OLE color: 6100126.
HSL color Cylindrical-coordinate representation of color #9E145D: hue angle of 328.26º 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 #9E145D is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 20 | 93 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.38 |
| HSL | 328.26º | 0.78% | 0.35% | - |
| HSV(B) | 328.26º | 0.87% | 0.62% | - |
| XYZ | 16.33 | 8.56 | 11.15 | - |
| YUV | 69.58 | 141.22 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 93 | 0 | 0.87 | 0.41 | 0.38 | 328.26 | 0.78 | 0.35 |
| Hex | 9E | 14 | 5D | 0 | 57 | 29 | 26 | 148 | 4E | 23 |
| Octal | 236 | 24 | 135 | 0 | 127 | 51 | 46 | 510 | 116 | 43 |
| Binary | 10011110 | 10100 | 1011101 | 0 | 1010111 | 101001 | 100110 | 101001000 | 1001110 | 100011 |
Color Harmonies of #9E145D
Complementary color
Monochromatic Colors of #9E145D
Black with #9E145D
Text Example
Text Example
White with #9E145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E145D; }
p { color: rgb(158,20,93); }
H1.HeaderClassName
{
color: #9E145D;
}
.AnyTagClassName
{
color: #9E145D;
}
</style>
background-color css
<style>
a { background-color: #9E145D; }
a { background-color: rgb(158,20,93); }
div.DivClassName
{
background-color: #9E145D;
}
.BgClassName
{
background-color: #9E145D;
}
</style>
border-color css
<style>
span { border-color: #9E145D; }
span { border-color: rgb(158,20,93); }
td.TdClassName
{
border-color: #9E145D;
}
.TagClassName
{
border-color: #9E145D;
}
</style>