Shades of Jazzberry Jam #9E0660
Tints of Jazzberry Jam #9E0660
RGB
CMYK
RGB Variations
Color information
#9E0660 (or 0x9E0660) is known color: Jazzberry Jam. HEX triplet: 9E, 06 and 60. RGB value is (158,6,96). Sum of RGB (Red+Green+Blue) = 158+6+96=260 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.77% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0660 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0660 is #61F99F. Grayscale: #3D3D3D. Windows color (decimal): -6420896 or 6293150. OLE color: 6293150.
HSL color Cylindrical-coordinate representation of color #9E0660: hue angle of 324.47º 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 #9E0660 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 6 | 96 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.38 |
| HSL | 324.47º | 0.93% | 0.32% | - |
| HSV(B) | 324.47º | 0.96% | 0.62% | - |
| XYZ | 16.28 | 8.24 | 11.8 | - |
| YUV | 61.71 | 147.36 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 6 | 96 | 0 | 0.96 | 0.39 | 0.38 | 324.47 | 0.93 | 0.32 |
| Hex | 9E | 6 | 60 | 0 | 60 | 27 | 26 | 144 | 5D | 20 |
| Octal | 236 | 6 | 140 | 0 | 140 | 47 | 46 | 504 | 135 | 40 |
| Binary | 10011110 | 110 | 1100000 | 0 | 1100000 | 100111 | 100110 | 101000100 | 1011101 | 100000 |
Color Harmonies of #9E0660
Complementary color
Monochromatic Colors of #9E0660
Black with #9E0660
Text Example
Text Example
White with #9E0660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0660; }
p { color: rgb(158,6,96); }
H1.HeaderClassName
{
color: #9E0660;
}
.AnyTagClassName
{
color: #9E0660;
}
</style>
background-color css
<style>
a { background-color: #9E0660; }
a { background-color: rgb(158,6,96); }
div.DivClassName
{
background-color: #9E0660;
}
.BgClassName
{
background-color: #9E0660;
}
</style>
border-color css
<style>
span { border-color: #9E0660; }
span { border-color: rgb(158,6,96); }
td.TdClassName
{
border-color: #9E0660;
}
.TagClassName
{
border-color: #9E0660;
}
</style>