Shades of Opium #9E827D
Tints of Opium #9E827D
RGB
CMYK
RGB Variations
Color information
#9E827D (or 0x9E827D) is known color: Opium. HEX triplet: 9E, 82 and 7D. RGB value is (158,130,125). Sum of RGB (Red+Green+Blue) = 158+130+125=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 158 - color contains mainly: red. Hex color #9E827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E827D is #617D82. Grayscale: #898989. Windows color (decimal): -6389123 or 8225438. OLE color: 8225438.
HSL color Cylindrical-coordinate representation of color #9E827D: hue angle of 9.09º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9E827D is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 130 | 125 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.38 |
| HSL | 9.09º | 0.15% | 0.55% | - |
| HSV(B) | 9.09º | 0.21% | 0.62% | - |
| XYZ | 25.78 | 24.72 | 22.81 | - |
| YUV | 137.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 125 | 0 | 0.18 | 0.21 | 0.38 | 9.09 | 0.15 | 0.55 |
| Hex | 9E | 82 | 7D | 0 | 12 | 15 | 26 | 9 | F | 37 |
| Octal | 236 | 202 | 175 | 0 | 22 | 25 | 46 | 11 | 17 | 67 |
| Binary | 10011110 | 10000010 | 1111101 | 0 | 10010 | 10101 | 100110 | 1001 | 1111 | 110111 |
Color Harmonies of #9E827D
Complementary color
Monochromatic Colors of #9E827D
Black with #9E827D
Text Example
Text Example
White with #9E827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E827D; }
p { color: rgb(158,130,125); }
H1.HeaderClassName
{
color: #9E827D;
}
.AnyTagClassName
{
color: #9E827D;
}
</style>
background-color css
<style>
a { background-color: #9E827D; }
a { background-color: rgb(158,130,125); }
div.DivClassName
{
background-color: #9E827D;
}
.BgClassName
{
background-color: #9E827D;
}
</style>
border-color css
<style>
span { border-color: #9E827D; }
span { border-color: rgb(158,130,125); }
td.TdClassName
{
border-color: #9E827D;
}
.TagClassName
{
border-color: #9E827D;
}
</style>