Shades of Jazzberry Jam #9E165B
Tints of Jazzberry Jam #9E165B
RGB
CMYK
RGB Variations
Color information
#9E165B (or 0x9E165B) is known color: Jazzberry Jam. HEX triplet: 9E, 16 and 5B. RGB value is (158,22,91). Sum of RGB (Red+Green+Blue) = 158+22+91=271 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.30% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 158 - color contains mainly: red. Hex color #9E165B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E165B is #61E9A4. Grayscale: #464646. Windows color (decimal): -6416805 or 5969566. OLE color: 5969566.
HSL color Cylindrical-coordinate representation of color #9E165B: hue angle of 329.56º 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 #9E165B is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 22 | 91 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.38 |
| HSL | 329.56º | 0.76% | 0.35% | - |
| HSV(B) | 329.56º | 0.86% | 0.62% | - |
| XYZ | 16.28 | 8.6 | 10.7 | - |
| YUV | 70.53 | 139.56 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 22 | 91 | 0 | 0.86 | 0.42 | 0.38 | 329.56 | 0.76 | 0.35 |
| Hex | 9E | 16 | 5B | 0 | 56 | 2A | 26 | 14A | 4C | 23 |
| Octal | 236 | 26 | 133 | 0 | 126 | 52 | 46 | 512 | 114 | 43 |
| Binary | 10011110 | 10110 | 1011011 | 0 | 1010110 | 101010 | 100110 | 101001010 | 1001100 | 100011 |
Color Harmonies of #9E165B
Complementary color
Monochromatic Colors of #9E165B
Black with #9E165B
Text Example
Text Example
White with #9E165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E165B; }
p { color: rgb(158,22,91); }
H1.HeaderClassName
{
color: #9E165B;
}
.AnyTagClassName
{
color: #9E165B;
}
</style>
background-color css
<style>
a { background-color: #9E165B; }
a { background-color: rgb(158,22,91); }
div.DivClassName
{
background-color: #9E165B;
}
.BgClassName
{
background-color: #9E165B;
}
</style>
border-color css
<style>
span { border-color: #9E165B; }
span { border-color: rgb(158,22,91); }
td.TdClassName
{
border-color: #9E165B;
}
.TagClassName
{
border-color: #9E165B;
}
</style>