Shades of Jazzberry Jam #9E1054
Tints of Jazzberry Jam #9E1054
RGB
CMYK
RGB Variations
Color information
#9E1054 (or 0x9E1054) is known color: Jazzberry Jam. HEX triplet: 9E, 10 and 54. RGB value is (158,16,84). Sum of RGB (Red+Green+Blue) = 158+16+84=258 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.24% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1054 is #61EFAB. Grayscale: #424242. Windows color (decimal): -6418348 or 5509278. OLE color: 5509278.
HSL color Cylindrical-coordinate representation of color #9E1054: hue angle of 331.27º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E1054 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 16 | 84 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.38 |
| HSL | 331.27º | 0.82% | 0.34% | - |
| HSV(B) | 331.27º | 0.9% | 0.62% | - |
| XYZ | 15.89 | 8.28 | 9.15 | - |
| YUV | 66.21 | 138.04 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 84 | 0 | 0.90 | 0.47 | 0.38 | 331.27 | 0.82 | 0.34 |
| Hex | 9E | 10 | 54 | 0 | 5A | 2F | 26 | 14B | 52 | 22 |
| Octal | 236 | 20 | 124 | 0 | 132 | 57 | 46 | 513 | 122 | 42 |
| Binary | 10011110 | 10000 | 1010100 | 0 | 1011010 | 101111 | 100110 | 101001011 | 1010010 | 100010 |
Color Harmonies of #9E1054
Complementary color
Monochromatic Colors of #9E1054
Black with #9E1054
Text Example
Text Example
White with #9E1054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1054; }
p { color: rgb(158,16,84); }
H1.HeaderClassName
{
color: #9E1054;
}
.AnyTagClassName
{
color: #9E1054;
}
</style>
background-color css
<style>
a { background-color: #9E1054; }
a { background-color: rgb(158,16,84); }
div.DivClassName
{
background-color: #9E1054;
}
.BgClassName
{
background-color: #9E1054;
}
</style>
border-color css
<style>
span { border-color: #9E1054; }
span { border-color: rgb(158,16,84); }
td.TdClassName
{
border-color: #9E1054;
}
.TagClassName
{
border-color: #9E1054;
}
</style>