Shades of Jazzberry Jam #9E1163
Tints of Jazzberry Jam #9E1163
RGB
CMYK
RGB Variations
Color information
#9E1163 (or 0x9E1163) is known color: Jazzberry Jam. HEX triplet: 9E, 11 and 63. RGB value is (158,17,99). Sum of RGB (Red+Green+Blue) = 158+17+99=274 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.66% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1163 is #61EE9C. Grayscale: #444444. Windows color (decimal): -6418077 or 6492574. OLE color: 6492574.
HSL color Cylindrical-coordinate representation of color #9E1163: hue angle of 325.11º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E1163 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 17 | 99 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.38 |
| HSL | 325.11º | 0.81% | 0.34% | - |
| HSV(B) | 325.11º | 0.89% | 0.62% | - |
| XYZ | 16.55 | 8.57 | 12.59 | - |
| YUV | 68.51 | 145.21 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 17 | 99 | 0 | 0.89 | 0.37 | 0.38 | 325.11 | 0.81 | 0.34 |
| Hex | 9E | 11 | 63 | 0 | 59 | 25 | 26 | 145 | 51 | 22 |
| Octal | 236 | 21 | 143 | 0 | 131 | 45 | 46 | 505 | 121 | 42 |
| Binary | 10011110 | 10001 | 1100011 | 0 | 1011001 | 100101 | 100110 | 101000101 | 1010001 | 100010 |
Color Harmonies of #9E1163
Complementary color
Monochromatic Colors of #9E1163
Black with #9E1163
Text Example
Text Example
White with #9E1163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1163; }
p { color: rgb(158,17,99); }
H1.HeaderClassName
{
color: #9E1163;
}
.AnyTagClassName
{
color: #9E1163;
}
</style>
background-color css
<style>
a { background-color: #9E1163; }
a { background-color: rgb(158,17,99); }
div.DivClassName
{
background-color: #9E1163;
}
.BgClassName
{
background-color: #9E1163;
}
</style>
border-color css
<style>
span { border-color: #9E1163; }
span { border-color: rgb(158,17,99); }
td.TdClassName
{
border-color: #9E1163;
}
.TagClassName
{
border-color: #9E1163;
}
</style>