Shades of Jazzberry Jam #9E1D6C
Tints of Jazzberry Jam #9E1D6C
RGB
CMYK
RGB Variations
Color information
#9E1D6C (or 0x9E1D6C) is known color: Jazzberry Jam. HEX triplet: 9E, 1D and 6C. RGB value is (158,29,108). Sum of RGB (Red+Green+Blue) = 158+29+108=295 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.56% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1D6C is #61E293. Grayscale: #4C4C4C. Windows color (decimal): -6414996 or 7085470. OLE color: 7085470.
HSL color Cylindrical-coordinate representation of color #9E1D6C: hue angle of 323.26º 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 #9E1D6C is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 29 | 108 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.38 |
| HSL | 323.26º | 0.69% | 0.37% | - |
| HSV(B) | 323.26º | 0.82% | 0.62% | - |
| XYZ | 17.25 | 9.23 | 15.06 | - |
| YUV | 76.58 | 145.74 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 29 | 108 | 0 | 0.82 | 0.32 | 0.38 | 323.26 | 0.69 | 0.37 |
| Hex | 9E | 1D | 6C | 0 | 52 | 20 | 26 | 143 | 45 | 25 |
| Octal | 236 | 35 | 154 | 0 | 122 | 40 | 46 | 503 | 105 | 45 |
| Binary | 10011110 | 11101 | 1101100 | 0 | 1010010 | 100000 | 100110 | 101000011 | 1000101 | 100101 |
Color Harmonies of #9E1D6C
Complementary color
Monochromatic Colors of #9E1D6C
Black with #9E1D6C
Text Example
Text Example
White with #9E1D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1D6C; }
p { color: rgb(158,29,108); }
H1.HeaderClassName
{
color: #9E1D6C;
}
.AnyTagClassName
{
color: #9E1D6C;
}
</style>
background-color css
<style>
a { background-color: #9E1D6C; }
a { background-color: rgb(158,29,108); }
div.DivClassName
{
background-color: #9E1D6C;
}
.BgClassName
{
background-color: #9E1D6C;
}
</style>
border-color css
<style>
span { border-color: #9E1D6C; }
span { border-color: rgb(158,29,108); }
td.TdClassName
{
border-color: #9E1D6C;
}
.TagClassName
{
border-color: #9E1D6C;
}
</style>