Shades of Jazzberry Jam #9E1872
Tints of Jazzberry Jam #9E1872
RGB
CMYK
RGB Variations
Color information
#9E1872 (or 0x9E1872) is known color: Jazzberry Jam. HEX triplet: 9E, 18 and 72. RGB value is (158,24,114). Sum of RGB (Red+Green+Blue) = 158+24+114=296 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.38% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1872 is #61E78D. Grayscale: #4A4A4A. Windows color (decimal): -6416270 or 7477406. OLE color: 7477406.
HSL color Cylindrical-coordinate representation of color #9E1872: hue angle of 319.7º 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 #9E1872 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 24 | 114 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.38 |
| HSL | 319.7º | 0.74% | 0.36% | - |
| HSV(B) | 319.7º | 0.85% | 0.62% | - |
| XYZ | 17.46 | 9.14 | 16.76 | - |
| YUV | 74.33 | 150.39 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 24 | 114 | 0 | 0.85 | 0.28 | 0.38 | 319.7 | 0.74 | 0.36 |
| Hex | 9E | 18 | 72 | 0 | 55 | 1C | 26 | 140 | 4A | 24 |
| Octal | 236 | 30 | 162 | 0 | 125 | 34 | 46 | 500 | 112 | 44 |
| Binary | 10011110 | 11000 | 1110010 | 0 | 1010101 | 11100 | 100110 | 101000000 | 1001010 | 100100 |
Color Harmonies of #9E1872
Complementary color
Monochromatic Colors of #9E1872
Black with #9E1872
Text Example
Text Example
White with #9E1872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1872; }
p { color: rgb(158,24,114); }
H1.HeaderClassName
{
color: #9E1872;
}
.AnyTagClassName
{
color: #9E1872;
}
</style>
background-color css
<style>
a { background-color: #9E1872; }
a { background-color: rgb(158,24,114); }
div.DivClassName
{
background-color: #9E1872;
}
.BgClassName
{
background-color: #9E1872;
}
</style>
border-color css
<style>
span { border-color: #9E1872; }
span { border-color: rgb(158,24,114); }
td.TdClassName
{
border-color: #9E1872;
}
.TagClassName
{
border-color: #9E1872;
}
</style>