Shades of Opium #9E8280
Tints of Opium #9E8280
RGB
CMYK
RGB Variations
Color information
#9E8280 (or 0x9E8280) is known color: Opium. HEX triplet: 9E, 82 and 80. RGB value is (158,130,128). Sum of RGB (Red+Green+Blue) = 158+130+128=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8280 is #617D7F. Grayscale: #8A8A8A. Windows color (decimal): -6389120 or 8422046. OLE color: 8422046.
HSL color Cylindrical-coordinate representation of color #9E8280: hue angle of 4º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9E8280 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 130 | 128 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.38 |
| HSL | 4º | 0.13% | 0.56% | - |
| HSV(B) | 4º | 0.19% | 0.62% | - |
| XYZ | 25.98 | 24.79 | 23.84 | - |
| YUV | 138.14 | 122.28 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 128 | 0 | 0.18 | 0.19 | 0.38 | 4 | 0.13 | 0.56 |
| Hex | 9E | 82 | 80 | 0 | 12 | 13 | 26 | 4 | D | 38 |
| Octal | 236 | 202 | 200 | 0 | 22 | 23 | 46 | 4 | 15 | 70 |
| Binary | 10011110 | 10000010 | 10000000 | 0 | 10010 | 10011 | 100110 | 100 | 1101 | 111000 |
Color Harmonies of #9E8280
Complementary color
Monochromatic Colors of #9E8280
Black with #9E8280
Text Example
Text Example
White with #9E8280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8280; }
p { color: rgb(158,130,128); }
H1.HeaderClassName
{
color: #9E8280;
}
.AnyTagClassName
{
color: #9E8280;
}
</style>
background-color css
<style>
a { background-color: #9E8280; }
a { background-color: rgb(158,130,128); }
div.DivClassName
{
background-color: #9E8280;
}
.BgClassName
{
background-color: #9E8280;
}
</style>
border-color css
<style>
span { border-color: #9E8280; }
span { border-color: rgb(158,130,128); }
td.TdClassName
{
border-color: #9E8280;
}
.TagClassName
{
border-color: #9E8280;
}
</style>