Shades of Jazzberry Jam #9E1C6C
Tints of Jazzberry Jam #9E1C6C
RGB
CMYK
RGB Variations
Color information
#9E1C6C (or 0x9E1C6C) is known color: Jazzberry Jam. HEX triplet: 9E, 1C and 6C. RGB value is (158,28,108). Sum of RGB (Red+Green+Blue) = 158+28+108=294 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.74% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1C6C is #61E393. Grayscale: #4B4B4B. Windows color (decimal): -6415252 or 7085214. OLE color: 7085214.
HSL color Cylindrical-coordinate representation of color #9E1C6C: hue angle of 323.08º 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 #9E1C6C is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 28 | 108 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.38 |
| HSL | 323.08º | 0.7% | 0.36% | - |
| HSV(B) | 323.08º | 0.82% | 0.62% | - |
| XYZ | 17.22 | 9.18 | 15.05 | - |
| YUV | 75.99 | 146.07 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 28 | 108 | 0 | 0.82 | 0.32 | 0.38 | 323.08 | 0.7 | 0.36 |
| Hex | 9E | 1C | 6C | 0 | 52 | 20 | 26 | 143 | 46 | 24 |
| Octal | 236 | 34 | 154 | 0 | 122 | 40 | 46 | 503 | 106 | 44 |
| Binary | 10011110 | 11100 | 1101100 | 0 | 1010010 | 100000 | 100110 | 101000011 | 1000110 | 100100 |
Color Harmonies of #9E1C6C
Complementary color
Monochromatic Colors of #9E1C6C
Black with #9E1C6C
Text Example
Text Example
White with #9E1C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1C6C; }
p { color: rgb(158,28,108); }
H1.HeaderClassName
{
color: #9E1C6C;
}
.AnyTagClassName
{
color: #9E1C6C;
}
</style>
background-color css
<style>
a { background-color: #9E1C6C; }
a { background-color: rgb(158,28,108); }
div.DivClassName
{
background-color: #9E1C6C;
}
.BgClassName
{
background-color: #9E1C6C;
}
</style>
border-color css
<style>
span { border-color: #9E1C6C; }
span { border-color: rgb(158,28,108); }
td.TdClassName
{
border-color: #9E1C6C;
}
.TagClassName
{
border-color: #9E1C6C;
}
</style>