Shades of Jazzberry Jam #9E166F
Tints of Jazzberry Jam #9E166F
RGB
CMYK
RGB Variations
Color information
#9E166F (or 0x9E166F) is known color: Jazzberry Jam. HEX triplet: 9E, 16 and 6F. RGB value is (158,22,111). Sum of RGB (Red+Green+Blue) = 158+22+111=291 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.30% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 158 - color contains mainly: red. Hex color #9E166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E166F is #61E990. Grayscale: #484848. Windows color (decimal): -6416785 or 7280286. OLE color: 7280286.
HSL color Cylindrical-coordinate representation of color #9E166F: hue angle of 320.74º 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 #9E166F is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 22 | 111 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.38 |
| HSL | 320.74º | 0.76% | 0.35% | - |
| HSV(B) | 320.74º | 0.86% | 0.62% | - |
| XYZ | 17.26 | 8.99 | 15.86 | - |
| YUV | 72.81 | 149.56 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 22 | 111 | 0 | 0.86 | 0.30 | 0.38 | 320.74 | 0.76 | 0.35 |
| Hex | 9E | 16 | 6F | 0 | 56 | 1E | 26 | 141 | 4C | 23 |
| Octal | 236 | 26 | 157 | 0 | 126 | 36 | 46 | 501 | 114 | 43 |
| Binary | 10011110 | 10110 | 1101111 | 0 | 1010110 | 11110 | 100110 | 101000001 | 1001100 | 100011 |
Color Harmonies of #9E166F
Complementary color
Monochromatic Colors of #9E166F
Black with #9E166F
Text Example
Text Example
White with #9E166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E166F; }
p { color: rgb(158,22,111); }
H1.HeaderClassName
{
color: #9E166F;
}
.AnyTagClassName
{
color: #9E166F;
}
</style>
background-color css
<style>
a { background-color: #9E166F; }
a { background-color: rgb(158,22,111); }
div.DivClassName
{
background-color: #9E166F;
}
.BgClassName
{
background-color: #9E166F;
}
</style>
border-color css
<style>
span { border-color: #9E166F; }
span { border-color: rgb(158,22,111); }
td.TdClassName
{
border-color: #9E166F;
}
.TagClassName
{
border-color: #9E166F;
}
</style>