Shades of Jazzberry Jam #9E1D5E
Tints of Jazzberry Jam #9E1D5E
RGB
CMYK
RGB Variations
Color information
#9E1D5E (or 0x9E1D5E) is known color: Jazzberry Jam. HEX triplet: 9E, 1D and 5E. RGB value is (158,29,94). Sum of RGB (Red+Green+Blue) = 158+29+94=281 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.23% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1D5E is #61E2A1. Grayscale: #4A4A4A. Windows color (decimal): -6415010 or 6167966. OLE color: 6167966.
HSL color Cylindrical-coordinate representation of color #9E1D5E: hue angle of 329.77º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E1D5E is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 29 | 94 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.38 |
| HSL | 329.77º | 0.69% | 0.37% | - |
| HSV(B) | 329.77º | 0.82% | 0.62% | - |
| XYZ | 16.56 | 8.96 | 11.45 | - |
| YUV | 74.98 | 138.74 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 29 | 94 | 0 | 0.82 | 0.41 | 0.38 | 329.77 | 0.69 | 0.37 |
| Hex | 9E | 1D | 5E | 0 | 52 | 29 | 26 | 14A | 45 | 25 |
| Octal | 236 | 35 | 136 | 0 | 122 | 51 | 46 | 512 | 105 | 45 |
| Binary | 10011110 | 11101 | 1011110 | 0 | 1010010 | 101001 | 100110 | 101001010 | 1000101 | 100101 |
Color Harmonies of #9E1D5E
Complementary color
Monochromatic Colors of #9E1D5E
Black with #9E1D5E
Text Example
Text Example
White with #9E1D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1D5E; }
p { color: rgb(158,29,94); }
H1.HeaderClassName
{
color: #9E1D5E;
}
.AnyTagClassName
{
color: #9E1D5E;
}
</style>
background-color css
<style>
a { background-color: #9E1D5E; }
a { background-color: rgb(158,29,94); }
div.DivClassName
{
background-color: #9E1D5E;
}
.BgClassName
{
background-color: #9E1D5E;
}
</style>
border-color css
<style>
span { border-color: #9E1D5E; }
span { border-color: rgb(158,29,94); }
td.TdClassName
{
border-color: #9E1D5E;
}
.TagClassName
{
border-color: #9E1D5E;
}
</style>