Shades of Jazzberry Jam #9E1755
Tints of Jazzberry Jam #9E1755
RGB
CMYK
RGB Variations
Color information
#9E1755 (or 0x9E1755) is known color: Jazzberry Jam. HEX triplet: 9E, 17 and 55. RGB value is (158,23,85). Sum of RGB (Red+Green+Blue) = 158+23+85=266 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.40% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1755 is #61E8AA. Grayscale: #464646. Windows color (decimal): -6416555 or 5576606. OLE color: 5576606.
HSL color Cylindrical-coordinate representation of color #9E1755: hue angle of 332.44º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E1755 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 23 | 85 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.38 |
| HSL | 332.44º | 0.75% | 0.35% | - |
| HSV(B) | 332.44º | 0.85% | 0.62% | - |
| XYZ | 16.05 | 8.54 | 9.4 | - |
| YUV | 70.43 | 136.23 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 23 | 85 | 0 | 0.85 | 0.46 | 0.38 | 332.44 | 0.75 | 0.35 |
| Hex | 9E | 17 | 55 | 0 | 55 | 2E | 26 | 14C | 4B | 23 |
| Octal | 236 | 27 | 125 | 0 | 125 | 56 | 46 | 514 | 113 | 43 |
| Binary | 10011110 | 10111 | 1010101 | 0 | 1010101 | 101110 | 100110 | 101001100 | 1001011 | 100011 |
Color Harmonies of #9E1755
Complementary color
Monochromatic Colors of #9E1755
Black with #9E1755
Text Example
Text Example
White with #9E1755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1755; }
p { color: rgb(158,23,85); }
H1.HeaderClassName
{
color: #9E1755;
}
.AnyTagClassName
{
color: #9E1755;
}
</style>
background-color css
<style>
a { background-color: #9E1755; }
a { background-color: rgb(158,23,85); }
div.DivClassName
{
background-color: #9E1755;
}
.BgClassName
{
background-color: #9E1755;
}
</style>
border-color css
<style>
span { border-color: #9E1755; }
span { border-color: rgb(158,23,85); }
td.TdClassName
{
border-color: #9E1755;
}
.TagClassName
{
border-color: #9E1755;
}
</style>