Shades of Jazzberry Jam #9E0054
Tints of Jazzberry Jam #9E0054
RGB
CMYK
RGB Variations
Color information
#9E0054 (or 0x9E0054) is known color: Jazzberry Jam. HEX triplet: 9E, 00 and 54. RGB value is (158,0,84). Sum of RGB (Red+Green+Blue) = 158+0+84=242 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.29% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0054 is #61FFAB. Grayscale: #383838. Windows color (decimal): -6422444 or 5505182. OLE color: 5505182.
HSL color Cylindrical-coordinate representation of color #9E0054: hue angle of 328.1º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E0054 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.47 | 0.38 |
| HSL | 328.1º | 1% | 0.31% | - |
| HSV(B) | 328.1º | 1% | 0.62% | - |
| XYZ | 15.7 | 7.91 | 9.09 | - |
| YUV | 56.82 | 143.35 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 84 | 0 | 1 | 0.47 | 0.38 | 328.1 | 1 | 0.31 |
| Hex | 9E | 0 | 54 | 0 | 64 | 2F | 26 | 148 | 64 | 1F |
| Octal | 236 | 0 | 124 | 0 | 144 | 57 | 46 | 510 | 144 | 37 |
| Binary | 10011110 | 0 | 1010100 | 0 | 1100100 | 101111 | 100110 | 101001000 | 1100100 | 11111 |
Color Harmonies of #9E0054
Complementary color
Monochromatic Colors of #9E0054
Black with #9E0054
Text Example
Text Example
White with #9E0054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0054; }
p { color: rgb(158,0,84); }
H1.HeaderClassName
{
color: #9E0054;
}
.AnyTagClassName
{
color: #9E0054;
}
</style>
background-color css
<style>
a { background-color: #9E0054; }
a { background-color: rgb(158,0,84); }
div.DivClassName
{
background-color: #9E0054;
}
.BgClassName
{
background-color: #9E0054;
}
</style>
border-color css
<style>
span { border-color: #9E0054; }
span { border-color: rgb(158,0,84); }
td.TdClassName
{
border-color: #9E0054;
}
.TagClassName
{
border-color: #9E0054;
}
</style>