Shades of Jazzberry Jam #9E165C
Tints of Jazzberry Jam #9E165C
RGB
CMYK
RGB Variations
Color information
#9E165C (or 0x9E165C) is known color: Jazzberry Jam. HEX triplet: 9E, 16 and 5C. RGB value is (158,22,92). Sum of RGB (Red+Green+Blue) = 158+22+92=272 (36% of max value = 765). Red value is 158 (62.11% from 255 or 58.09% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 158 - color contains mainly: red. Hex color #9E165C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E165C is #61E9A3. Grayscale: #464646. Windows color (decimal): -6416804 or 6035102. OLE color: 6035102.
HSL color Cylindrical-coordinate representation of color #9E165C: hue angle of 329.12º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E165C is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 22 | 92 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.38 |
| HSL | 329.12º | 0.76% | 0.35% | - |
| HSV(B) | 329.12º | 0.86% | 0.62% | - |
| XYZ | 16.32 | 8.62 | 10.93 | - |
| YUV | 70.64 | 140.06 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 22 | 92 | 0 | 0.86 | 0.42 | 0.38 | 329.12 | 0.76 | 0.35 |
| Hex | 9E | 16 | 5C | 0 | 56 | 2A | 26 | 149 | 4C | 23 |
| Octal | 236 | 26 | 134 | 0 | 126 | 52 | 46 | 511 | 114 | 43 |
| Binary | 10011110 | 10110 | 1011100 | 0 | 1010110 | 101010 | 100110 | 101001001 | 1001100 | 100011 |
Color Harmonies of #9E165C
Complementary color
Monochromatic Colors of #9E165C
Black with #9E165C
Text Example
Text Example
White with #9E165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E165C; }
p { color: rgb(158,22,92); }
H1.HeaderClassName
{
color: #9E165C;
}
.AnyTagClassName
{
color: #9E165C;
}
</style>
background-color css
<style>
a { background-color: #9E165C; }
a { background-color: rgb(158,22,92); }
div.DivClassName
{
background-color: #9E165C;
}
.BgClassName
{
background-color: #9E165C;
}
</style>
border-color css
<style>
span { border-color: #9E165C; }
span { border-color: rgb(158,22,92); }
td.TdClassName
{
border-color: #9E165C;
}
.TagClassName
{
border-color: #9E165C;
}
</style>