Shades of Jazzberry Jam #9E186B
Tints of Jazzberry Jam #9E186B
RGB
CMYK
RGB Variations
Color information
#9E186B (or 0x9E186B) is known color: Jazzberry Jam. HEX triplet: 9E, 18 and 6B. RGB value is (158,24,107). Sum of RGB (Red+Green+Blue) = 158+24+107=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E186B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E186B is #61E794. Grayscale: #494949. Windows color (decimal): -6416277 or 7018654. OLE color: 7018654.
HSL color Cylindrical-coordinate representation of color #9E186B: hue angle of 322.84º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E186B is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 24 | 107 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.38 |
| HSL | 322.84º | 0.74% | 0.36% | - |
| HSV(B) | 322.84º | 0.85% | 0.62% | - |
| XYZ | 17.08 | 8.98 | 14.74 | - |
| YUV | 73.53 | 146.89 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 24 | 107 | 0 | 0.85 | 0.32 | 0.38 | 322.84 | 0.74 | 0.36 |
| Hex | 9E | 18 | 6B | 0 | 55 | 20 | 26 | 143 | 4A | 24 |
| Octal | 236 | 30 | 153 | 0 | 125 | 40 | 46 | 503 | 112 | 44 |
| Binary | 10011110 | 11000 | 1101011 | 0 | 1010101 | 100000 | 100110 | 101000011 | 1001010 | 100100 |
Color Harmonies of #9E186B
Complementary color
Monochromatic Colors of #9E186B
Black with #9E186B
Text Example
Text Example
White with #9E186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E186B; }
p { color: rgb(158,24,107); }
H1.HeaderClassName
{
color: #9E186B;
}
.AnyTagClassName
{
color: #9E186B;
}
</style>
background-color css
<style>
a { background-color: #9E186B; }
a { background-color: rgb(158,24,107); }
div.DivClassName
{
background-color: #9E186B;
}
.BgClassName
{
background-color: #9E186B;
}
</style>
border-color css
<style>
span { border-color: #9E186B; }
span { border-color: rgb(158,24,107); }
td.TdClassName
{
border-color: #9E186B;
}
.TagClassName
{
border-color: #9E186B;
}
</style>