Shades of Jazzberry Jam #9E1C5E
Tints of Jazzberry Jam #9E1C5E
RGB
CMYK
RGB Variations
Color information
#9E1C5E (or 0x9E1C5E) is known color: Jazzberry Jam. HEX triplet: 9E, 1C and 5E. RGB value is (158,28,94). Sum of RGB (Red+Green+Blue) = 158+28+94=280 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.43% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1C5E is #61E3A1. Grayscale: #4A4A4A. Windows color (decimal): -6415266 or 6167710. OLE color: 6167710.
HSL color Cylindrical-coordinate representation of color #9E1C5E: hue angle of 329.54º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E1C5E is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 28 | 94 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.38 |
| HSL | 329.54º | 0.7% | 0.36% | - |
| HSV(B) | 329.54º | 0.82% | 0.62% | - |
| XYZ | 16.54 | 8.91 | 11.44 | - |
| YUV | 74.39 | 139.07 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 28 | 94 | 0 | 0.82 | 0.41 | 0.38 | 329.54 | 0.7 | 0.36 |
| Hex | 9E | 1C | 5E | 0 | 52 | 29 | 26 | 14A | 46 | 24 |
| Octal | 236 | 34 | 136 | 0 | 122 | 51 | 46 | 512 | 106 | 44 |
| Binary | 10011110 | 11100 | 1011110 | 0 | 1010010 | 101001 | 100110 | 101001010 | 1000110 | 100100 |
Color Harmonies of #9E1C5E
Complementary color
Monochromatic Colors of #9E1C5E
Black with #9E1C5E
Text Example
Text Example
White with #9E1C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1C5E; }
p { color: rgb(158,28,94); }
H1.HeaderClassName
{
color: #9E1C5E;
}
.AnyTagClassName
{
color: #9E1C5E;
}
</style>
background-color css
<style>
a { background-color: #9E1C5E; }
a { background-color: rgb(158,28,94); }
div.DivClassName
{
background-color: #9E1C5E;
}
.BgClassName
{
background-color: #9E1C5E;
}
</style>
border-color css
<style>
span { border-color: #9E1C5E; }
span { border-color: rgb(158,28,94); }
td.TdClassName
{
border-color: #9E1C5E;
}
.TagClassName
{
border-color: #9E1C5E;
}
</style>