Shades of Opium #9E8181
Tints of Opium #9E8181
RGB
CMYK
RGB Variations
Color information
#9E8181 (or 0x9E8181) is known color: Opium. HEX triplet: 9E, 81 and 81. RGB value is (158,129,129). Sum of RGB (Red+Green+Blue) = 158+129+129=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8181 is #617E7E. Grayscale: #898989. Windows color (decimal): -6389375 or 8487326. OLE color: 8487326.
HSL color Cylindrical-coordinate representation of color #9E8181: hue angle of 0º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9E8181 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 129 | 129 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.38 |
| HSL | 0º | 0.13% | 0.56% | - |
| HSV(B) | 0º | 0.18% | 0.62% | - |
| XYZ | 25.91 | 24.55 | 24.14 | - |
| YUV | 137.67 | 123.11 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 129 | 129 | 0 | 0.18 | 0.18 | 0.38 | 0 | 0.13 | 0.56 |
| Hex | 9E | 81 | 81 | 0 | 12 | 12 | 26 | 0 | D | 38 |
| Octal | 236 | 201 | 201 | 0 | 22 | 22 | 46 | 0 | 15 | 70 |
| Binary | 10011110 | 10000001 | 10000001 | 0 | 10010 | 10010 | 100110 | 0 | 1101 | 111000 |
Color Harmonies of #9E8181
Complementary color
Monochromatic Colors of #9E8181
Black with #9E8181
Text Example
Text Example
White with #9E8181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8181; }
p { color: rgb(158,129,129); }
H1.HeaderClassName
{
color: #9E8181;
}
.AnyTagClassName
{
color: #9E8181;
}
</style>
background-color css
<style>
a { background-color: #9E8181; }
a { background-color: rgb(158,129,129); }
div.DivClassName
{
background-color: #9E8181;
}
.BgClassName
{
background-color: #9E8181;
}
</style>
border-color css
<style>
span { border-color: #9E8181; }
span { border-color: rgb(158,129,129); }
td.TdClassName
{
border-color: #9E8181;
}
.TagClassName
{
border-color: #9E8181;
}
</style>