Shades of Jazzberry Jam #9E195B
Tints of Jazzberry Jam #9E195B
RGB
CMYK
RGB Variations
Color information
#9E195B (or 0x9E195B) is known color: Jazzberry Jam. HEX triplet: 9E, 19 and 5B. RGB value is (158,25,91). Sum of RGB (Red+Green+Blue) = 158+25+91=274 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.66% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 158 - color contains mainly: red. Hex color #9E195B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E195B is #61E6A4. Grayscale: #484848. Windows color (decimal): -6416037 or 5970334. OLE color: 5970334.
HSL color Cylindrical-coordinate representation of color #9E195B: hue angle of 330.23º 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 #9E195B is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 25 | 91 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.38 |
| HSL | 330.23º | 0.73% | 0.36% | - |
| HSV(B) | 330.23º | 0.84% | 0.62% | - |
| XYZ | 16.34 | 8.72 | 10.72 | - |
| YUV | 72.29 | 138.56 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 25 | 91 | 0 | 0.84 | 0.42 | 0.38 | 330.23 | 0.73 | 0.36 |
| Hex | 9E | 19 | 5B | 0 | 54 | 2A | 26 | 14A | 49 | 24 |
| Octal | 236 | 31 | 133 | 0 | 124 | 52 | 46 | 512 | 111 | 44 |
| Binary | 10011110 | 11001 | 1011011 | 0 | 1010100 | 101010 | 100110 | 101001010 | 1001001 | 100100 |
Color Harmonies of #9E195B
Complementary color
Monochromatic Colors of #9E195B
Black with #9E195B
Text Example
Text Example
White with #9E195B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E195B; }
p { color: rgb(158,25,91); }
H1.HeaderClassName
{
color: #9E195B;
}
.AnyTagClassName
{
color: #9E195B;
}
</style>
background-color css
<style>
a { background-color: #9E195B; }
a { background-color: rgb(158,25,91); }
div.DivClassName
{
background-color: #9E195B;
}
.BgClassName
{
background-color: #9E195B;
}
</style>
border-color css
<style>
span { border-color: #9E195B; }
span { border-color: rgb(158,25,91); }
td.TdClassName
{
border-color: #9E195B;
}
.TagClassName
{
border-color: #9E195B;
}
</style>