Shades of Opium #9F8989
Tints of Opium #9F8989
RGB
CMYK
RGB Variations
Color information
#9F8989 (or 0x9F8989) is known color: Opium. HEX triplet: 9F, 89 and 89. RGB value is (159,137,137). Sum of RGB (Red+Green+Blue) = 159+137+137=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8989 is #607676. Grayscale: #8F8F8F. Windows color (decimal): -6321783 or 9013663. OLE color: 9013663.
HSL color Cylindrical-coordinate representation of color #9F8989: hue angle of 0º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9F8989 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 137 | 137 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.38 |
| HSL | 0º | 0.1% | 0.58% | - |
| HSV(B) | 0º | 0.14% | 0.62% | - |
| XYZ | 27.76 | 27.07 | 27.43 | - |
| YUV | 143.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 137 | 0 | 0.14 | 0.14 | 0.38 | 0 | 0.1 | 0.58 |
| Hex | 9F | 89 | 89 | 0 | E | E | 26 | 0 | A | 3A |
| Octal | 237 | 211 | 211 | 0 | 16 | 16 | 46 | 0 | 12 | 72 |
| Binary | 10011111 | 10001001 | 10001001 | 0 | 1110 | 1110 | 100110 | 0 | 1010 | 111010 |
Color Harmonies of #9F8989
Complementary color
Monochromatic Colors of #9F8989
Black with #9F8989
Text Example
Text Example
White with #9F8989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8989; }
p { color: rgb(159,137,137); }
H1.HeaderClassName
{
color: #9F8989;
}
.AnyTagClassName
{
color: #9F8989;
}
</style>
background-color css
<style>
a { background-color: #9F8989; }
a { background-color: rgb(159,137,137); }
div.DivClassName
{
background-color: #9F8989;
}
.BgClassName
{
background-color: #9F8989;
}
</style>
border-color css
<style>
span { border-color: #9F8989; }
span { border-color: rgb(159,137,137); }
td.TdClassName
{
border-color: #9F8989;
}
.TagClassName
{
border-color: #9F8989;
}
</style>