Shades of Opium #9B8584
Tints of Opium #9B8584
RGB
CMYK
RGB Variations
Color information
#9B8584 (or 0x9B8584) is known color: Opium. HEX triplet: 9B, 85 and 84. RGB value is (155,133,132). Sum of RGB (Red+Green+Blue) = 155+133+132=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8584 is #647A7B. Grayscale: #8B8B8B. Windows color (decimal): -6584956 or 8684955. OLE color: 8684955.
HSL color Cylindrical-coordinate representation of color #9B8584: hue angle of 2.61º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9B8584 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 133 | 132 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.39 |
| HSL | 2.61º | 0.1% | 0.56% | - |
| HSV(B) | 2.61º | 0.15% | 0.61% | - |
| XYZ | 26.07 | 25.41 | 25.36 | - |
| YUV | 139.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 133 | 132 | 0 | 0.14 | 0.15 | 0.39 | 2.61 | 0.1 | 0.56 |
| Hex | 9B | 85 | 84 | 0 | E | F | 27 | 3 | A | 38 |
| Octal | 233 | 205 | 204 | 0 | 16 | 17 | 47 | 3 | 12 | 70 |
| Binary | 10011011 | 10000101 | 10000100 | 0 | 1110 | 1111 | 100111 | 11 | 1010 | 111000 |
Color Harmonies of #9B8584
Complementary color
Monochromatic Colors of #9B8584
Black with #9B8584
Text Example
Text Example
White with #9B8584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8584; }
p { color: rgb(155,133,132); }
H1.HeaderClassName
{
color: #9B8584;
}
.AnyTagClassName
{
color: #9B8584;
}
</style>
background-color css
<style>
a { background-color: #9B8584; }
a { background-color: rgb(155,133,132); }
div.DivClassName
{
background-color: #9B8584;
}
.BgClassName
{
background-color: #9B8584;
}
</style>
border-color css
<style>
span { border-color: #9B8584; }
span { border-color: rgb(155,133,132); }
td.TdClassName
{
border-color: #9B8584;
}
.TagClassName
{
border-color: #9B8584;
}
</style>