Shades of Jazzberry Jam #9E1870
Tints of Jazzberry Jam #9E1870
RGB
CMYK
RGB Variations
Color information
#9E1870 (or 0x9E1870) is known color: Jazzberry Jam. HEX triplet: 9E, 18 and 70. RGB value is (158,24,112). Sum of RGB (Red+Green+Blue) = 158+24+112=294 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.74% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1870 is #61E78F. Grayscale: #494949. Windows color (decimal): -6416272 or 7346334. OLE color: 7346334.
HSL color Cylindrical-coordinate representation of color #9E1870: hue angle of 320.6º 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 #9E1870 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 24 | 112 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.38 |
| HSL | 320.6º | 0.74% | 0.36% | - |
| HSV(B) | 320.6º | 0.85% | 0.62% | - |
| XYZ | 17.35 | 9.09 | 16.17 | - |
| YUV | 74.1 | 149.39 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 24 | 112 | 0 | 0.85 | 0.29 | 0.38 | 320.6 | 0.74 | 0.36 |
| Hex | 9E | 18 | 70 | 0 | 55 | 1D | 26 | 141 | 4A | 24 |
| Octal | 236 | 30 | 160 | 0 | 125 | 35 | 46 | 501 | 112 | 44 |
| Binary | 10011110 | 11000 | 1110000 | 0 | 1010101 | 11101 | 100110 | 101000001 | 1001010 | 100100 |
Color Harmonies of #9E1870
Complementary color
Monochromatic Colors of #9E1870
Black with #9E1870
Text Example
Text Example
White with #9E1870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1870; }
p { color: rgb(158,24,112); }
H1.HeaderClassName
{
color: #9E1870;
}
.AnyTagClassName
{
color: #9E1870;
}
</style>
background-color css
<style>
a { background-color: #9E1870; }
a { background-color: rgb(158,24,112); }
div.DivClassName
{
background-color: #9E1870;
}
.BgClassName
{
background-color: #9E1870;
}
</style>
border-color css
<style>
span { border-color: #9E1870; }
span { border-color: rgb(158,24,112); }
td.TdClassName
{
border-color: #9E1870;
}
.TagClassName
{
border-color: #9E1870;
}
</style>