Shades of Opium #9B8280
Tints of Opium #9B8280
RGB
CMYK
RGB Variations
Color information
#9B8280 (or 0x9B8280) is known color: Opium. HEX triplet: 9B, 82 and 80. RGB value is (155,130,128). Sum of RGB (Red+Green+Blue) = 155+130+128=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8280 is #647D7F. Grayscale: #898989. Windows color (decimal): -6585728 or 8422043. OLE color: 8422043.
HSL color Cylindrical-coordinate representation of color #9B8280: hue angle of 4.44º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9B8280 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 130 | 128 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.39 |
| HSL | 4.44º | 0.12% | 0.55% | - |
| HSV(B) | 4.44º | 0.17% | 0.61% | - |
| XYZ | 25.4 | 24.49 | 23.81 | - |
| YUV | 137.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 130 | 128 | 0 | 0.16 | 0.17 | 0.39 | 4.44 | 0.12 | 0.55 |
| Hex | 9B | 82 | 80 | 0 | 10 | 11 | 27 | 4 | C | 37 |
| Octal | 233 | 202 | 200 | 0 | 20 | 21 | 47 | 4 | 14 | 67 |
| Binary | 10011011 | 10000010 | 10000000 | 0 | 10000 | 10001 | 100111 | 100 | 1100 | 110111 |
Color Harmonies of #9B8280
Complementary color
Monochromatic Colors of #9B8280
Black with #9B8280
Text Example
Text Example
White with #9B8280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8280; }
p { color: rgb(155,130,128); }
H1.HeaderClassName
{
color: #9B8280;
}
.AnyTagClassName
{
color: #9B8280;
}
</style>
background-color css
<style>
a { background-color: #9B8280; }
a { background-color: rgb(155,130,128); }
div.DivClassName
{
background-color: #9B8280;
}
.BgClassName
{
background-color: #9B8280;
}
</style>
border-color css
<style>
span { border-color: #9B8280; }
span { border-color: rgb(155,130,128); }
td.TdClassName
{
border-color: #9B8280;
}
.TagClassName
{
border-color: #9B8280;
}
</style>