Shades of Jazzberry Jam #9E1663
Tints of Jazzberry Jam #9E1663
RGB
CMYK
RGB Variations
Color information
#9E1663 (or 0x9E1663) is known color: Jazzberry Jam. HEX triplet: 9E, 16 and 63. RGB value is (158,22,99). Sum of RGB (Red+Green+Blue) = 158+22+99=279 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.63% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1663 is #61E99C. Grayscale: #474747. Windows color (decimal): -6416797 or 6493854. OLE color: 6493854.
HSL color Cylindrical-coordinate representation of color #9E1663: hue angle of 326.03º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E1663 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 22 | 99 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.38 |
| HSL | 326.03º | 0.76% | 0.35% | - |
| HSV(B) | 326.03º | 0.86% | 0.62% | - |
| XYZ | 16.64 | 8.74 | 12.62 | - |
| YUV | 71.44 | 143.56 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 22 | 99 | 0 | 0.86 | 0.37 | 0.38 | 326.03 | 0.76 | 0.35 |
| Hex | 9E | 16 | 63 | 0 | 56 | 25 | 26 | 146 | 4C | 23 |
| Octal | 236 | 26 | 143 | 0 | 126 | 45 | 46 | 506 | 114 | 43 |
| Binary | 10011110 | 10110 | 1100011 | 0 | 1010110 | 100101 | 100110 | 101000110 | 1001100 | 100011 |
Color Harmonies of #9E1663
Complementary color
Monochromatic Colors of #9E1663
Black with #9E1663
Text Example
Text Example
White with #9E1663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1663; }
p { color: rgb(158,22,99); }
H1.HeaderClassName
{
color: #9E1663;
}
.AnyTagClassName
{
color: #9E1663;
}
</style>
background-color css
<style>
a { background-color: #9E1663; }
a { background-color: rgb(158,22,99); }
div.DivClassName
{
background-color: #9E1663;
}
.BgClassName
{
background-color: #9E1663;
}
</style>
border-color css
<style>
span { border-color: #9E1663; }
span { border-color: rgb(158,22,99); }
td.TdClassName
{
border-color: #9E1663;
}
.TagClassName
{
border-color: #9E1663;
}
</style>