Shades of Opium #9E8885
Tints of Opium #9E8885
RGB
CMYK
RGB Variations
Color information
#9E8885 (or 0x9E8885) is known color: Opium. HEX triplet: 9E, 88 and 85. RGB value is (158,136,133). Sum of RGB (Red+Green+Blue) = 158+136+133=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8885 is #61777A. Grayscale: #8E8E8E. Windows color (decimal): -6387579 or 8751262. OLE color: 8751262.
HSL color Cylindrical-coordinate representation of color #9E8885: hue angle of 7.2º degrees, saturation: 0.11, 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 #9E8885 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 136 | 133 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.38 |
| HSL | 7.2º | 0.11% | 0.57% | - |
| HSV(B) | 7.2º | 0.16% | 0.62% | - |
| XYZ | 27.14 | 26.57 | 25.89 | - |
| YUV | 142.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 136 | 133 | 0 | 0.14 | 0.16 | 0.38 | 7.2 | 0.11 | 0.57 |
| Hex | 9E | 88 | 85 | 0 | E | 10 | 26 | 7 | B | 39 |
| Octal | 236 | 210 | 205 | 0 | 16 | 20 | 46 | 7 | 13 | 71 |
| Binary | 10011110 | 10001000 | 10000101 | 0 | 1110 | 10000 | 100110 | 111 | 1011 | 111001 |
Color Harmonies of #9E8885
Complementary color
Monochromatic Colors of #9E8885
Black with #9E8885
Text Example
Text Example
White with #9E8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8885; }
p { color: rgb(158,136,133); }
H1.HeaderClassName
{
color: #9E8885;
}
.AnyTagClassName
{
color: #9E8885;
}
</style>
background-color css
<style>
a { background-color: #9E8885; }
a { background-color: rgb(158,136,133); }
div.DivClassName
{
background-color: #9E8885;
}
.BgClassName
{
background-color: #9E8885;
}
</style>
border-color css
<style>
span { border-color: #9E8885; }
span { border-color: rgb(158,136,133); }
td.TdClassName
{
border-color: #9E8885;
}
.TagClassName
{
border-color: #9E8885;
}
</style>