Shades of Jazzberry Jam #9E196B
Tints of Jazzberry Jam #9E196B
RGB
CMYK
RGB Variations
Color information
#9E196B (or 0x9E196B) is known color: Jazzberry Jam. HEX triplet: 9E, 19 and 6B. RGB value is (158,25,107). Sum of RGB (Red+Green+Blue) = 158+25+107=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E196B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E196B is #61E694. Grayscale: #494949. Windows color (decimal): -6416021 or 7018910. OLE color: 7018910.
HSL color Cylindrical-coordinate representation of color #9E196B: hue angle of 323.01º 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 #9E196B is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 25 | 107 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.38 |
| HSL | 323.01º | 0.73% | 0.36% | - |
| HSV(B) | 323.01º | 0.84% | 0.62% | - |
| XYZ | 17.1 | 9.03 | 14.75 | - |
| YUV | 74.12 | 146.56 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 25 | 107 | 0 | 0.84 | 0.32 | 0.38 | 323.01 | 0.73 | 0.36 |
| Hex | 9E | 19 | 6B | 0 | 54 | 20 | 26 | 143 | 49 | 24 |
| Octal | 236 | 31 | 153 | 0 | 124 | 40 | 46 | 503 | 111 | 44 |
| Binary | 10011110 | 11001 | 1101011 | 0 | 1010100 | 100000 | 100110 | 101000011 | 1001001 | 100100 |
Color Harmonies of #9E196B
Complementary color
Monochromatic Colors of #9E196B
Black with #9E196B
Text Example
Text Example
White with #9E196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E196B; }
p { color: rgb(158,25,107); }
H1.HeaderClassName
{
color: #9E196B;
}
.AnyTagClassName
{
color: #9E196B;
}
</style>
background-color css
<style>
a { background-color: #9E196B; }
a { background-color: rgb(158,25,107); }
div.DivClassName
{
background-color: #9E196B;
}
.BgClassName
{
background-color: #9E196B;
}
</style>
border-color css
<style>
span { border-color: #9E196B; }
span { border-color: rgb(158,25,107); }
td.TdClassName
{
border-color: #9E196B;
}
.TagClassName
{
border-color: #9E196B;
}
</style>