Shades of Jazzberry Jam #9E1568
Tints of Jazzberry Jam #9E1568
RGB
CMYK
RGB Variations
Color information
#9E1568 (or 0x9E1568) is known color: Jazzberry Jam. HEX triplet: 9E, 15 and 68. RGB value is (158,21,104). Sum of RGB (Red+Green+Blue) = 158+21+104=283 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.83% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1568 is #61EA97. Grayscale: #474747. Windows color (decimal): -6417048 or 6821278. OLE color: 6821278.
HSL color Cylindrical-coordinate representation of color #9E1568: hue angle of 323.65º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E1568 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 21 | 104 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.38 |
| HSL | 323.65º | 0.77% | 0.35% | - |
| HSV(B) | 323.65º | 0.87% | 0.62% | - |
| XYZ | 16.87 | 8.8 | 13.91 | - |
| YUV | 71.43 | 146.39 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 21 | 104 | 0 | 0.87 | 0.34 | 0.38 | 323.65 | 0.77 | 0.35 |
| Hex | 9E | 15 | 68 | 0 | 57 | 22 | 26 | 144 | 4D | 23 |
| Octal | 236 | 25 | 150 | 0 | 127 | 42 | 46 | 504 | 115 | 43 |
| Binary | 10011110 | 10101 | 1101000 | 0 | 1010111 | 100010 | 100110 | 101000100 | 1001101 | 100011 |
Color Harmonies of #9E1568
Complementary color
Monochromatic Colors of #9E1568
Black with #9E1568
Text Example
Text Example
White with #9E1568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1568; }
p { color: rgb(158,21,104); }
H1.HeaderClassName
{
color: #9E1568;
}
.AnyTagClassName
{
color: #9E1568;
}
</style>
background-color css
<style>
a { background-color: #9E1568; }
a { background-color: rgb(158,21,104); }
div.DivClassName
{
background-color: #9E1568;
}
.BgClassName
{
background-color: #9E1568;
}
</style>
border-color css
<style>
span { border-color: #9E1568; }
span { border-color: rgb(158,21,104); }
td.TdClassName
{
border-color: #9E1568;
}
.TagClassName
{
border-color: #9E1568;
}
</style>