Shades of Opium #9D8180
Tints of Opium #9D8180
RGB
CMYK
RGB Variations
Color information
#9D8180 (or 0x9D8180) is known color: Opium. HEX triplet: 9D, 81 and 80. RGB value is (157,129,128). Sum of RGB (Red+Green+Blue) = 157+129+128=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8180 is #627E7F. Grayscale: #898989. Windows color (decimal): -6454912 or 8421789. OLE color: 8421789.
HSL color Cylindrical-coordinate representation of color #9D8180: hue angle of 2.07º 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 #9D8180 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 129 | 128 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.38 |
| HSL | 2.07º | 0.13% | 0.56% | - |
| HSV(B) | 2.07º | 0.18% | 0.62% | - |
| XYZ | 25.65 | 24.43 | 23.79 | - |
| YUV | 137.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 128 | 0 | 0.18 | 0.18 | 0.38 | 2.07 | 0.13 | 0.56 |
| Hex | 9D | 81 | 80 | 0 | 12 | 12 | 26 | 2 | D | 38 |
| Octal | 235 | 201 | 200 | 0 | 22 | 22 | 46 | 2 | 15 | 70 |
| Binary | 10011101 | 10000001 | 10000000 | 0 | 10010 | 10010 | 100110 | 10 | 1101 | 111000 |
Color Harmonies of #9D8180
Complementary color
Monochromatic Colors of #9D8180
Black with #9D8180
Text Example
Text Example
White with #9D8180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8180; }
p { color: rgb(157,129,128); }
H1.HeaderClassName
{
color: #9D8180;
}
.AnyTagClassName
{
color: #9D8180;
}
</style>
background-color css
<style>
a { background-color: #9D8180; }
a { background-color: rgb(157,129,128); }
div.DivClassName
{
background-color: #9D8180;
}
.BgClassName
{
background-color: #9D8180;
}
</style>
border-color css
<style>
span { border-color: #9D8180; }
span { border-color: rgb(157,129,128); }
td.TdClassName
{
border-color: #9D8180;
}
.TagClassName
{
border-color: #9D8180;
}
</style>