Shades of Jazzberry Jam #9E1C5C
Tints of Jazzberry Jam #9E1C5C
RGB
CMYK
RGB Variations
Color information
#9E1C5C (or 0x9E1C5C) is known color: Jazzberry Jam. HEX triplet: 9E, 1C and 5C. RGB value is (158,28,92). Sum of RGB (Red+Green+Blue) = 158+28+92=278 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.83% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1C5C is #61E3A3. Grayscale: #4A4A4A. Windows color (decimal): -6415268 or 6036638. OLE color: 6036638.
HSL color Cylindrical-coordinate representation of color #9E1C5C: hue angle of 330.46º 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 #9E1C5C is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 28 | 92 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.38 |
| HSL | 330.46º | 0.7% | 0.36% | - |
| HSV(B) | 330.46º | 0.82% | 0.62% | - |
| XYZ | 16.45 | 8.87 | 10.97 | - |
| YUV | 74.17 | 138.07 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 28 | 92 | 0 | 0.82 | 0.42 | 0.38 | 330.46 | 0.7 | 0.36 |
| Hex | 9E | 1C | 5C | 0 | 52 | 2A | 26 | 14A | 46 | 24 |
| Octal | 236 | 34 | 134 | 0 | 122 | 52 | 46 | 512 | 106 | 44 |
| Binary | 10011110 | 11100 | 1011100 | 0 | 1010010 | 101010 | 100110 | 101001010 | 1000110 | 100100 |
Color Harmonies of #9E1C5C
Complementary color
Monochromatic Colors of #9E1C5C
Black with #9E1C5C
Text Example
Text Example
White with #9E1C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1C5C; }
p { color: rgb(158,28,92); }
H1.HeaderClassName
{
color: #9E1C5C;
}
.AnyTagClassName
{
color: #9E1C5C;
}
</style>
background-color css
<style>
a { background-color: #9E1C5C; }
a { background-color: rgb(158,28,92); }
div.DivClassName
{
background-color: #9E1C5C;
}
.BgClassName
{
background-color: #9E1C5C;
}
</style>
border-color css
<style>
span { border-color: #9E1C5C; }
span { border-color: rgb(158,28,92); }
td.TdClassName
{
border-color: #9E1C5C;
}
.TagClassName
{
border-color: #9E1C5C;
}
</style>