Shades of Opium #9E807C
Tints of Opium #9E807C
RGB
CMYK
RGB Variations
Color information
#9E807C (or 0x9E807C) is known color: Opium. HEX triplet: 9E, 80 and 7C. RGB value is (158,128,124). Sum of RGB (Red+Green+Blue) = 158+128+124=410 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.54% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 158 - color contains mainly: red. Hex color #9E807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E807C is #617F83. Grayscale: #888888. Windows color (decimal): -6389636 or 8159390. OLE color: 8159390.
HSL color Cylindrical-coordinate representation of color #9E807C: hue angle of 7.06º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9E807C is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 128 | 124 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.38 |
| HSL | 7.06º | 0.15% | 0.55% | - |
| HSV(B) | 7.06º | 0.22% | 0.62% | - |
| XYZ | 25.46 | 24.16 | 22.39 | - |
| YUV | 136.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 128 | 124 | 0 | 0.19 | 0.22 | 0.38 | 7.06 | 0.15 | 0.55 |
| Hex | 9E | 80 | 7C | 0 | 13 | 16 | 26 | 7 | F | 37 |
| Octal | 236 | 200 | 174 | 0 | 23 | 26 | 46 | 7 | 17 | 67 |
| Binary | 10011110 | 10000000 | 1111100 | 0 | 10011 | 10110 | 100110 | 111 | 1111 | 110111 |
Color Harmonies of #9E807C
Complementary color
Monochromatic Colors of #9E807C
Black with #9E807C
Text Example
Text Example
White with #9E807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E807C; }
p { color: rgb(158,128,124); }
H1.HeaderClassName
{
color: #9E807C;
}
.AnyTagClassName
{
color: #9E807C;
}
</style>
background-color css
<style>
a { background-color: #9E807C; }
a { background-color: rgb(158,128,124); }
div.DivClassName
{
background-color: #9E807C;
}
.BgClassName
{
background-color: #9E807C;
}
</style>
border-color css
<style>
span { border-color: #9E807C; }
span { border-color: rgb(158,128,124); }
td.TdClassName
{
border-color: #9E807C;
}
.TagClassName
{
border-color: #9E807C;
}
</style>