Shades of Opium #9D8783
Tints of Opium #9D8783
RGB
CMYK
RGB Variations
Color information
#9D8783 (or 0x9D8783) is known color: Opium. HEX triplet: 9D, 87 and 83. RGB value is (157,135,131). Sum of RGB (Red+Green+Blue) = 157+135+131=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8783 is #62787C. Grayscale: #8D8D8D. Windows color (decimal): -6453373 or 8619933. OLE color: 8619933.
HSL color Cylindrical-coordinate representation of color #9D8783: hue angle of 9.23º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D8783 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 135 | 131 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.38 |
| HSL | 9.23º | 0.12% | 0.56% | - |
| HSV(B) | 9.23º | 0.17% | 0.62% | - |
| XYZ | 26.67 | 26.13 | 25.11 | - |
| YUV | 141.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 135 | 131 | 0 | 0.14 | 0.17 | 0.38 | 9.23 | 0.12 | 0.56 |
| Hex | 9D | 87 | 83 | 0 | E | 11 | 26 | 9 | C | 38 |
| Octal | 235 | 207 | 203 | 0 | 16 | 21 | 46 | 11 | 14 | 70 |
| Binary | 10011101 | 10000111 | 10000011 | 0 | 1110 | 10001 | 100110 | 1001 | 1100 | 111000 |
Color Harmonies of #9D8783
Complementary color
Monochromatic Colors of #9D8783
Black with #9D8783
Text Example
Text Example
White with #9D8783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8783; }
p { color: rgb(157,135,131); }
H1.HeaderClassName
{
color: #9D8783;
}
.AnyTagClassName
{
color: #9D8783;
}
</style>
background-color css
<style>
a { background-color: #9D8783; }
a { background-color: rgb(157,135,131); }
div.DivClassName
{
background-color: #9D8783;
}
.BgClassName
{
background-color: #9D8783;
}
</style>
border-color css
<style>
span { border-color: #9D8783; }
span { border-color: rgb(157,135,131); }
td.TdClassName
{
border-color: #9D8783;
}
.TagClassName
{
border-color: #9D8783;
}
</style>