Shades of Jazzberry Jam #9E1654
Tints of Jazzberry Jam #9E1654
RGB
CMYK
RGB Variations
Color information
#9E1654 (or 0x9E1654) is known color: Jazzberry Jam. HEX triplet: 9E, 16 and 54. RGB value is (158,22,84). Sum of RGB (Red+Green+Blue) = 158+22+84=264 (34% of max value = 765). Red value is 158 (62.11% from 255 or 59.85% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1654 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1654 is #61E9AB. Grayscale: #454545. Windows color (decimal): -6416812 or 5510814. OLE color: 5510814.
HSL color Cylindrical-coordinate representation of color #9E1654: hue angle of 332.65º 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 #9E1654 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 22 | 84 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.38 |
| HSL | 332.65º | 0.76% | 0.35% | - |
| HSV(B) | 332.65º | 0.86% | 0.62% | - |
| XYZ | 15.99 | 8.48 | 9.18 | - |
| YUV | 69.73 | 136.06 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 22 | 84 | 0 | 0.86 | 0.47 | 0.38 | 332.65 | 0.76 | 0.35 |
| Hex | 9E | 16 | 54 | 0 | 56 | 2F | 26 | 14D | 4C | 23 |
| Octal | 236 | 26 | 124 | 0 | 126 | 57 | 46 | 515 | 114 | 43 |
| Binary | 10011110 | 10110 | 1010100 | 0 | 1010110 | 101111 | 100110 | 101001101 | 1001100 | 100011 |
Color Harmonies of #9E1654
Complementary color
Monochromatic Colors of #9E1654
Black with #9E1654
Text Example
Text Example
White with #9E1654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1654; }
p { color: rgb(158,22,84); }
H1.HeaderClassName
{
color: #9E1654;
}
.AnyTagClassName
{
color: #9E1654;
}
</style>
background-color css
<style>
a { background-color: #9E1654; }
a { background-color: rgb(158,22,84); }
div.DivClassName
{
background-color: #9E1654;
}
.BgClassName
{
background-color: #9E1654;
}
</style>
border-color css
<style>
span { border-color: #9E1654; }
span { border-color: rgb(158,22,84); }
td.TdClassName
{
border-color: #9E1654;
}
.TagClassName
{
border-color: #9E1654;
}
</style>