Shades of Opium #9F8888
Tints of Opium #9F8888
RGB
CMYK
RGB Variations
Color information
#9F8888 (or 0x9F8888) is known color: Opium. HEX triplet: 9F, 88 and 88. RGB value is (159,136,136). Sum of RGB (Red+Green+Blue) = 159+136+136=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8888 is #607777. Grayscale: #8E8E8E. Windows color (decimal): -6322040 or 8947871. OLE color: 8947871.
HSL color Cylindrical-coordinate representation of color #9F8888: hue angle of 0º degrees, saturation: 0.11, 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 #9F8888 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 136 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.38 |
| HSL | 0º | 0.11% | 0.58% | - |
| HSV(B) | 0º | 0.14% | 0.62% | - |
| XYZ | 27.55 | 26.76 | 27.01 | - |
| YUV | 142.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 136 | 0 | 0.14 | 0.14 | 0.38 | 0 | 0.11 | 0.58 |
| Hex | 9F | 88 | 88 | 0 | E | E | 26 | 0 | B | 3A |
| Octal | 237 | 210 | 210 | 0 | 16 | 16 | 46 | 0 | 13 | 72 |
| Binary | 10011111 | 10001000 | 10001000 | 0 | 1110 | 1110 | 100110 | 0 | 1011 | 111010 |
Color Harmonies of #9F8888
Complementary color
Monochromatic Colors of #9F8888
Black with #9F8888
Text Example
Text Example
White with #9F8888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8888; }
p { color: rgb(159,136,136); }
H1.HeaderClassName
{
color: #9F8888;
}
.AnyTagClassName
{
color: #9F8888;
}
</style>
background-color css
<style>
a { background-color: #9F8888; }
a { background-color: rgb(159,136,136); }
div.DivClassName
{
background-color: #9F8888;
}
.BgClassName
{
background-color: #9F8888;
}
</style>
border-color css
<style>
span { border-color: #9F8888; }
span { border-color: rgb(159,136,136); }
td.TdClassName
{
border-color: #9F8888;
}
.TagClassName
{
border-color: #9F8888;
}
</style>