Shades of Opium #9F8280
Tints of Opium #9F8280
RGB
CMYK
RGB Variations
Color information
#9F8280 (or 0x9F8280) is known color: Opium. HEX triplet: 9F, 82 and 80. RGB value is (159,130,128). Sum of RGB (Red+Green+Blue) = 159+130+128=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8280 is #607D7F. Grayscale: #8A8A8A. Windows color (decimal): -6323584 or 8422047. OLE color: 8422047.
HSL color Cylindrical-coordinate representation of color #9F8280: hue angle of 3.87º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9F8280 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 128 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.38 |
| HSL | 3.87º | 0.14% | 0.56% | - |
| HSV(B) | 3.87º | 0.19% | 0.62% | - |
| XYZ | 26.18 | 24.89 | 23.85 | - |
| YUV | 138.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 128 | 0 | 0.18 | 0.19 | 0.38 | 3.87 | 0.14 | 0.56 |
| Hex | 9F | 82 | 80 | 0 | 12 | 13 | 26 | 4 | E | 38 |
| Octal | 237 | 202 | 200 | 0 | 22 | 23 | 46 | 4 | 16 | 70 |
| Binary | 10011111 | 10000010 | 10000000 | 0 | 10010 | 10011 | 100110 | 100 | 1110 | 111000 |
Color Harmonies of #9F8280
Complementary color
Monochromatic Colors of #9F8280
Black with #9F8280
Text Example
Text Example
White with #9F8280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8280; }
p { color: rgb(159,130,128); }
H1.HeaderClassName
{
color: #9F8280;
}
.AnyTagClassName
{
color: #9F8280;
}
</style>
background-color css
<style>
a { background-color: #9F8280; }
a { background-color: rgb(159,130,128); }
div.DivClassName
{
background-color: #9F8280;
}
.BgClassName
{
background-color: #9F8280;
}
</style>
border-color css
<style>
span { border-color: #9F8280; }
span { border-color: rgb(159,130,128); }
td.TdClassName
{
border-color: #9F8280;
}
.TagClassName
{
border-color: #9F8280;
}
</style>