Shades of Jazzberry Jam #9E1955
Tints of Jazzberry Jam #9E1955
RGB
CMYK
RGB Variations
Color information
#9E1955 (or 0x9E1955) is known color: Jazzberry Jam. HEX triplet: 9E, 19 and 55. RGB value is (158,25,85). Sum of RGB (Red+Green+Blue) = 158+25+85=268 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.96% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1955 is #61E6AA. Grayscale: #474747. Windows color (decimal): -6416043 or 5577118. OLE color: 5577118.
HSL color Cylindrical-coordinate representation of color #9E1955: hue angle of 332.93º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1955 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 25 | 85 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.38 |
| HSL | 332.93º | 0.73% | 0.36% | - |
| HSV(B) | 332.93º | 0.84% | 0.62% | - |
| XYZ | 16.09 | 8.62 | 9.41 | - |
| YUV | 71.61 | 135.56 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 25 | 85 | 0 | 0.84 | 0.46 | 0.38 | 332.93 | 0.73 | 0.36 |
| Hex | 9E | 19 | 55 | 0 | 54 | 2E | 26 | 14D | 49 | 24 |
| Octal | 236 | 31 | 125 | 0 | 124 | 56 | 46 | 515 | 111 | 44 |
| Binary | 10011110 | 11001 | 1010101 | 0 | 1010100 | 101110 | 100110 | 101001101 | 1001001 | 100100 |
Color Harmonies of #9E1955
Complementary color
Monochromatic Colors of #9E1955
Black with #9E1955
Text Example
Text Example
White with #9E1955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1955; }
p { color: rgb(158,25,85); }
H1.HeaderClassName
{
color: #9E1955;
}
.AnyTagClassName
{
color: #9E1955;
}
</style>
background-color css
<style>
a { background-color: #9E1955; }
a { background-color: rgb(158,25,85); }
div.DivClassName
{
background-color: #9E1955;
}
.BgClassName
{
background-color: #9E1955;
}
</style>
border-color css
<style>
span { border-color: #9E1955; }
span { border-color: rgb(158,25,85); }
td.TdClassName
{
border-color: #9E1955;
}
.TagClassName
{
border-color: #9E1955;
}
</style>