Shades of Jazzberry Jam #9E1857
Tints of Jazzberry Jam #9E1857
RGB
CMYK
RGB Variations
Color information
#9E1857 (or 0x9E1857) is known color: Jazzberry Jam. HEX triplet: 9E, 18 and 57. RGB value is (158,24,87). Sum of RGB (Red+Green+Blue) = 158+24+87=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1857 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1857 is #61E7A8. Grayscale: #474747. Windows color (decimal): -6416297 or 5707934. OLE color: 5707934.
HSL color Cylindrical-coordinate representation of color #9E1857: hue angle of 331.79º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E1857 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 24 | 87 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.38 |
| HSL | 331.79º | 0.74% | 0.36% | - |
| HSV(B) | 331.79º | 0.85% | 0.62% | - |
| XYZ | 16.15 | 8.61 | 9.83 | - |
| YUV | 71.25 | 136.89 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 24 | 87 | 0 | 0.85 | 0.45 | 0.38 | 331.79 | 0.74 | 0.36 |
| Hex | 9E | 18 | 57 | 0 | 55 | 2D | 26 | 14C | 4A | 24 |
| Octal | 236 | 30 | 127 | 0 | 125 | 55 | 46 | 514 | 112 | 44 |
| Binary | 10011110 | 11000 | 1010111 | 0 | 1010101 | 101101 | 100110 | 101001100 | 1001010 | 100100 |
Color Harmonies of #9E1857
Complementary color
Monochromatic Colors of #9E1857
Black with #9E1857
Text Example
Text Example
White with #9E1857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1857; }
p { color: rgb(158,24,87); }
H1.HeaderClassName
{
color: #9E1857;
}
.AnyTagClassName
{
color: #9E1857;
}
</style>
background-color css
<style>
a { background-color: #9E1857; }
a { background-color: rgb(158,24,87); }
div.DivClassName
{
background-color: #9E1857;
}
.BgClassName
{
background-color: #9E1857;
}
</style>
border-color css
<style>
span { border-color: #9E1857; }
span { border-color: rgb(158,24,87); }
td.TdClassName
{
border-color: #9E1857;
}
.TagClassName
{
border-color: #9E1857;
}
</style>