Shades of Jazzberry Jam #9E246D
Tints of Jazzberry Jam #9E246D
RGB
CMYK
RGB Variations
Color information
#9E246D (or 0x9E246D) is known color: Jazzberry Jam. HEX triplet: 9E, 24 and 6D. RGB value is (158,36,109). Sum of RGB (Red+Green+Blue) = 158+36+109=303 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.15% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 158 - color contains mainly: red. Hex color #9E246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E246D is #61DB92. Grayscale: #505050. Windows color (decimal): -6413203 or 7152798. OLE color: 7152798.
HSL color Cylindrical-coordinate representation of color #9E246D: hue angle of 324.1º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E246D is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 36 | 109 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.38 |
| HSL | 324.1º | 0.63% | 0.38% | - |
| HSV(B) | 324.1º | 0.77% | 0.62% | - |
| XYZ | 17.49 | 9.63 | 15.41 | - |
| YUV | 80.8 | 143.92 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 36 | 109 | 0 | 0.77 | 0.31 | 0.38 | 324.1 | 0.63 | 0.38 |
| Hex | 9E | 24 | 6D | 0 | 4D | 1F | 26 | 144 | 3F | 26 |
| Octal | 236 | 44 | 155 | 0 | 115 | 37 | 46 | 504 | 77 | 46 |
| Binary | 10011110 | 100100 | 1101101 | 0 | 1001101 | 11111 | 100110 | 101000100 | 111111 | 100110 |
Color Harmonies of #9E246D
Complementary color
Monochromatic Colors of #9E246D
Black with #9E246D
Text Example
Text Example
White with #9E246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E246D; }
p { color: rgb(158,36,109); }
H1.HeaderClassName
{
color: #9E246D;
}
.AnyTagClassName
{
color: #9E246D;
}
</style>
background-color css
<style>
a { background-color: #9E246D; }
a { background-color: rgb(158,36,109); }
div.DivClassName
{
background-color: #9E246D;
}
.BgClassName
{
background-color: #9E246D;
}
</style>
border-color css
<style>
span { border-color: #9E246D; }
span { border-color: rgb(158,36,109); }
td.TdClassName
{
border-color: #9E246D;
}
.TagClassName
{
border-color: #9E246D;
}
</style>