Shades of Jazzberry Jam #9E196D
Tints of Jazzberry Jam #9E196D
RGB
CMYK
RGB Variations
Color information
#9E196D (or 0x9E196D) is known color: Jazzberry Jam. HEX triplet: 9E, 19 and 6D. RGB value is (158,25,109). Sum of RGB (Red+Green+Blue) = 158+25+109=292 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.11% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 158 - color contains mainly: red. Hex color #9E196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E196D is #61E692. Grayscale: #4A4A4A. Windows color (decimal): -6416019 or 7149982. OLE color: 7149982.
HSL color Cylindrical-coordinate representation of color #9E196D: hue angle of 322.11º 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 #9E196D is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 25 | 109 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.38 |
| HSL | 322.11º | 0.73% | 0.36% | - |
| HSV(B) | 322.11º | 0.84% | 0.62% | - |
| XYZ | 17.21 | 9.07 | 15.31 | - |
| YUV | 74.34 | 147.56 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 25 | 109 | 0 | 0.84 | 0.31 | 0.38 | 322.11 | 0.73 | 0.36 |
| Hex | 9E | 19 | 6D | 0 | 54 | 1F | 26 | 142 | 49 | 24 |
| Octal | 236 | 31 | 155 | 0 | 124 | 37 | 46 | 502 | 111 | 44 |
| Binary | 10011110 | 11001 | 1101101 | 0 | 1010100 | 11111 | 100110 | 101000010 | 1001001 | 100100 |
Color Harmonies of #9E196D
Complementary color
Monochromatic Colors of #9E196D
Black with #9E196D
Text Example
Text Example
White with #9E196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E196D; }
p { color: rgb(158,25,109); }
H1.HeaderClassName
{
color: #9E196D;
}
.AnyTagClassName
{
color: #9E196D;
}
</style>
background-color css
<style>
a { background-color: #9E196D; }
a { background-color: rgb(158,25,109); }
div.DivClassName
{
background-color: #9E196D;
}
.BgClassName
{
background-color: #9E196D;
}
</style>
border-color css
<style>
span { border-color: #9E196D; }
span { border-color: rgb(158,25,109); }
td.TdClassName
{
border-color: #9E196D;
}
.TagClassName
{
border-color: #9E196D;
}
</style>