Shades of Opium #998D8D
Tints of Opium #998D8D
RGB
CMYK
RGB Variations
Color information
#998D8D (or 0x998D8D) is known color: Opium. HEX triplet: 99, 8D and 8D. RGB value is (153,141,141). Sum of RGB (Red+Green+Blue) = 153+141+141=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 153 - color contains mainly: red. Hex color #998D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998D8D is #667272. Grayscale: #909090. Windows color (decimal): -6713971 or 9276825. OLE color: 9276825.
HSL color Cylindrical-coordinate representation of color #998D8D: hue angle of 0º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #998D8D is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 141 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.4 |
| HSL | 0º | 0.06% | 0.58% | - |
| HSV(B) | 0º | 0.08% | 0.6% | - |
| XYZ | 27.47 | 27.75 | 29.11 | - |
| YUV | 144.59 | 125.98 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 141 | 0 | 0.08 | 0.08 | 0.4 | 0 | 0.06 | 0.58 |
| Hex | 99 | 8D | 8D | 0 | 8 | 8 | 28 | 0 | 6 | 3A |
| Octal | 231 | 215 | 215 | 0 | 10 | 10 | 50 | 0 | 6 | 72 |
| Binary | 10011001 | 10001101 | 10001101 | 0 | 1000 | 1000 | 101000 | 0 | 110 | 111010 |
Color Harmonies of #998D8D
Complementary color
Monochromatic Colors of #998D8D
Black with #998D8D
Text Example
Text Example
White with #998D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D8D; }
p { color: rgb(153,141,141); }
H1.HeaderClassName
{
color: #998D8D;
}
.AnyTagClassName
{
color: #998D8D;
}
</style>
background-color css
<style>
a { background-color: #998D8D; }
a { background-color: rgb(153,141,141); }
div.DivClassName
{
background-color: #998D8D;
}
.BgClassName
{
background-color: #998D8D;
}
</style>
border-color css
<style>
span { border-color: #998D8D; }
span { border-color: rgb(153,141,141); }
td.TdClassName
{
border-color: #998D8D;
}
.TagClassName
{
border-color: #998D8D;
}
</style>