Shades of Opium #9E8884
Tints of Opium #9E8884
RGB
CMYK
RGB Variations
Color information
#9E8884 (or 0x9E8884) is known color: Opium. HEX triplet: 9E, 88 and 84. RGB value is (158,136,132). Sum of RGB (Red+Green+Blue) = 158+136+132=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8884 is #61777B. Grayscale: #8E8E8E. Windows color (decimal): -6387580 or 8685726. OLE color: 8685726.
HSL color Cylindrical-coordinate representation of color #9E8884: hue angle of 9.23º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9E8884 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 136 | 132 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.38 |
| HSL | 9.23º | 0.12% | 0.57% | - |
| HSV(B) | 9.23º | 0.16% | 0.62% | - |
| XYZ | 27.07 | 26.54 | 25.53 | - |
| YUV | 142.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 136 | 132 | 0 | 0.14 | 0.16 | 0.38 | 9.23 | 0.12 | 0.57 |
| Hex | 9E | 88 | 84 | 0 | E | 10 | 26 | 9 | C | 39 |
| Octal | 236 | 210 | 204 | 0 | 16 | 20 | 46 | 11 | 14 | 71 |
| Binary | 10011110 | 10001000 | 10000100 | 0 | 1110 | 10000 | 100110 | 1001 | 1100 | 111001 |
Color Harmonies of #9E8884
Complementary color
Monochromatic Colors of #9E8884
Black with #9E8884
Text Example
Text Example
White with #9E8884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8884; }
p { color: rgb(158,136,132); }
H1.HeaderClassName
{
color: #9E8884;
}
.AnyTagClassName
{
color: #9E8884;
}
</style>
background-color css
<style>
a { background-color: #9E8884; }
a { background-color: rgb(158,136,132); }
div.DivClassName
{
background-color: #9E8884;
}
.BgClassName
{
background-color: #9E8884;
}
</style>
border-color css
<style>
span { border-color: #9E8884; }
span { border-color: rgb(158,136,132); }
td.TdClassName
{
border-color: #9E8884;
}
.TagClassName
{
border-color: #9E8884;
}
</style>