Shades of Jazzberry Jam #9E195E
Tints of Jazzberry Jam #9E195E
RGB
CMYK
RGB Variations
Color information
#9E195E (or 0x9E195E) is known color: Jazzberry Jam. HEX triplet: 9E, 19 and 5E. RGB value is (158,25,94). Sum of RGB (Red+Green+Blue) = 158+25+94=277 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.04% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 158 - color contains mainly: red. Hex color #9E195E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E195E is #61E6A1. Grayscale: #484848. Windows color (decimal): -6416034 or 6166942. OLE color: 6166942.
HSL color Cylindrical-coordinate representation of color #9E195E: hue angle of 328.87º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E195E is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 25 | 94 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.38 |
| HSL | 328.87º | 0.73% | 0.36% | - |
| HSV(B) | 328.87º | 0.84% | 0.62% | - |
| XYZ | 16.47 | 8.77 | 11.41 | - |
| YUV | 72.63 | 140.06 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 25 | 94 | 0 | 0.84 | 0.41 | 0.38 | 328.87 | 0.73 | 0.36 |
| Hex | 9E | 19 | 5E | 0 | 54 | 29 | 26 | 149 | 49 | 24 |
| Octal | 236 | 31 | 136 | 0 | 124 | 51 | 46 | 511 | 111 | 44 |
| Binary | 10011110 | 11001 | 1011110 | 0 | 1010100 | 101001 | 100110 | 101001001 | 1001001 | 100100 |
Color Harmonies of #9E195E
Complementary color
Monochromatic Colors of #9E195E
Black with #9E195E
Text Example
Text Example
White with #9E195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E195E; }
p { color: rgb(158,25,94); }
H1.HeaderClassName
{
color: #9E195E;
}
.AnyTagClassName
{
color: #9E195E;
}
</style>
background-color css
<style>
a { background-color: #9E195E; }
a { background-color: rgb(158,25,94); }
div.DivClassName
{
background-color: #9E195E;
}
.BgClassName
{
background-color: #9E195E;
}
</style>
border-color css
<style>
span { border-color: #9E195E; }
span { border-color: rgb(158,25,94); }
td.TdClassName
{
border-color: #9E195E;
}
.TagClassName
{
border-color: #9E195E;
}
</style>