Shades of Opium #9F8581
Tints of Opium #9F8581
RGB
CMYK
RGB Variations
Color information
#9F8581 (or 0x9F8581) is known color: Opium. HEX triplet: 9F, 85 and 81. RGB value is (159,133,129). Sum of RGB (Red+Green+Blue) = 159+133+129=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8581 is #607A7E. Grayscale: #8C8C8C. Windows color (decimal): -6322815 or 8488351. OLE color: 8488351.
HSL color Cylindrical-coordinate representation of color #9F8581: hue angle of 8º 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 #9F8581 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 133 | 129 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.38 |
| HSL | 8º | 0.14% | 0.56% | - |
| HSV(B) | 8º | 0.19% | 0.62% | - |
| XYZ | 26.65 | 25.73 | 24.33 | - |
| YUV | 140.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 129 | 0 | 0.16 | 0.19 | 0.38 | 8 | 0.14 | 0.56 |
| Hex | 9F | 85 | 81 | 0 | 10 | 13 | 26 | 8 | E | 38 |
| Octal | 237 | 205 | 201 | 0 | 20 | 23 | 46 | 10 | 16 | 70 |
| Binary | 10011111 | 10000101 | 10000001 | 0 | 10000 | 10011 | 100110 | 1000 | 1110 | 111000 |
Color Harmonies of #9F8581
Complementary color
Monochromatic Colors of #9F8581
Black with #9F8581
Text Example
Text Example
White with #9F8581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8581; }
p { color: rgb(159,133,129); }
H1.HeaderClassName
{
color: #9F8581;
}
.AnyTagClassName
{
color: #9F8581;
}
</style>
background-color css
<style>
a { background-color: #9F8581; }
a { background-color: rgb(159,133,129); }
div.DivClassName
{
background-color: #9F8581;
}
.BgClassName
{
background-color: #9F8581;
}
</style>
border-color css
<style>
span { border-color: #9F8581; }
span { border-color: rgb(159,133,129); }
td.TdClassName
{
border-color: #9F8581;
}
.TagClassName
{
border-color: #9F8581;
}
</style>