Shades of Jazzberry Jam #9E195D
Tints of Jazzberry Jam #9E195D
RGB
CMYK
RGB Variations
Color information
#9E195D (or 0x9E195D) is known color: Jazzberry Jam. HEX triplet: 9E, 19 and 5D. RGB value is (158,25,93). Sum of RGB (Red+Green+Blue) = 158+25+93=276 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.25% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 158 - color contains mainly: red. Hex color #9E195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E195D is #61E6A2. Grayscale: #484848. Windows color (decimal): -6416035 or 6101406. OLE color: 6101406.
HSL color Cylindrical-coordinate representation of color #9E195D: hue angle of 329.32º 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 #9E195D is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 25 | 93 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.38 |
| HSL | 329.32º | 0.73% | 0.36% | - |
| HSV(B) | 329.32º | 0.84% | 0.62% | - |
| XYZ | 16.42 | 8.75 | 11.18 | - |
| YUV | 72.52 | 139.56 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 25 | 93 | 0 | 0.84 | 0.41 | 0.38 | 329.32 | 0.73 | 0.36 |
| Hex | 9E | 19 | 5D | 0 | 54 | 29 | 26 | 149 | 49 | 24 |
| Octal | 236 | 31 | 135 | 0 | 124 | 51 | 46 | 511 | 111 | 44 |
| Binary | 10011110 | 11001 | 1011101 | 0 | 1010100 | 101001 | 100110 | 101001001 | 1001001 | 100100 |
Color Harmonies of #9E195D
Complementary color
Monochromatic Colors of #9E195D
Black with #9E195D
Text Example
Text Example
White with #9E195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E195D; }
p { color: rgb(158,25,93); }
H1.HeaderClassName
{
color: #9E195D;
}
.AnyTagClassName
{
color: #9E195D;
}
</style>
background-color css
<style>
a { background-color: #9E195D; }
a { background-color: rgb(158,25,93); }
div.DivClassName
{
background-color: #9E195D;
}
.BgClassName
{
background-color: #9E195D;
}
</style>
border-color css
<style>
span { border-color: #9E195D; }
span { border-color: rgb(158,25,93); }
td.TdClassName
{
border-color: #9E195D;
}
.TagClassName
{
border-color: #9E195D;
}
</style>