Shades of Jazzberry Jam #9E0655
Tints of Jazzberry Jam #9E0655
RGB
CMYK
RGB Variations
Color information
#9E0655 (or 0x9E0655) is known color: Jazzberry Jam. HEX triplet: 9E, 06 and 55. RGB value is (158,6,85). Sum of RGB (Red+Green+Blue) = 158+6+85=249 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.45% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0655 is #61F9AA. Grayscale: #3C3C3C. Windows color (decimal): -6420907 or 5572254. OLE color: 5572254.
HSL color Cylindrical-coordinate representation of color #9E0655: hue angle of 328.82º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E0655 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 6 | 85 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.38 |
| HSL | 328.82º | 0.93% | 0.32% | - |
| HSV(B) | 328.82º | 0.96% | 0.62% | - |
| XYZ | 15.81 | 8.06 | 9.32 | - |
| YUV | 60.45 | 141.86 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 6 | 85 | 0 | 0.96 | 0.46 | 0.38 | 328.82 | 0.93 | 0.32 |
| Hex | 9E | 6 | 55 | 0 | 60 | 2E | 26 | 149 | 5D | 20 |
| Octal | 236 | 6 | 125 | 0 | 140 | 56 | 46 | 511 | 135 | 40 |
| Binary | 10011110 | 110 | 1010101 | 0 | 1100000 | 101110 | 100110 | 101001001 | 1011101 | 100000 |
Color Harmonies of #9E0655
Complementary color
Monochromatic Colors of #9E0655
Black with #9E0655
Text Example
Text Example
White with #9E0655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0655; }
p { color: rgb(158,6,85); }
H1.HeaderClassName
{
color: #9E0655;
}
.AnyTagClassName
{
color: #9E0655;
}
</style>
background-color css
<style>
a { background-color: #9E0655; }
a { background-color: rgb(158,6,85); }
div.DivClassName
{
background-color: #9E0655;
}
.BgClassName
{
background-color: #9E0655;
}
</style>
border-color css
<style>
span { border-color: #9E0655; }
span { border-color: rgb(158,6,85); }
td.TdClassName
{
border-color: #9E0655;
}
.TagClassName
{
border-color: #9E0655;
}
</style>