Shades of Opium #8E8383
Tints of Opium #8E8383
RGB
CMYK
RGB Variations
Color information
#8E8383 (or 0x8E8383) is known color: Opium. HEX triplet: 8E, 83 and 83. RGB value is (142,131,131). Sum of RGB (Red+Green+Blue) = 142+131+131=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8383 is #717C7C. Grayscale: #868686. Windows color (decimal): -7437437 or 8618894. OLE color: 8618894.
HSL color Cylindrical-coordinate representation of color #8E8383: hue angle of 0º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8E8383 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 131 | 131 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.44 |
| HSL | 0º | 0.05% | 0.54% | - |
| HSV(B) | 0º | 0.08% | 0.56% | - |
| XYZ | 23.37 | 23.62 | 24.8 | - |
| YUV | 134.29 | 126.14 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 131 | 0 | 0.08 | 0.08 | 0.44 | 0 | 0.05 | 0.54 |
| Hex | 8E | 83 | 83 | 0 | 8 | 8 | 2C | 0 | 5 | 36 |
| Octal | 216 | 203 | 203 | 0 | 10 | 10 | 54 | 0 | 5 | 66 |
| Binary | 10001110 | 10000011 | 10000011 | 0 | 1000 | 1000 | 101100 | 0 | 101 | 110110 |
Color Harmonies of #8E8383
Complementary color
Monochromatic Colors of #8E8383
Black with #8E8383
Text Example
Text Example
White with #8E8383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8383; }
p { color: rgb(142,131,131); }
H1.HeaderClassName
{
color: #8E8383;
}
.AnyTagClassName
{
color: #8E8383;
}
</style>
background-color css
<style>
a { background-color: #8E8383; }
a { background-color: rgb(142,131,131); }
div.DivClassName
{
background-color: #8E8383;
}
.BgClassName
{
background-color: #8E8383;
}
</style>
border-color css
<style>
span { border-color: #8E8383; }
span { border-color: rgb(142,131,131); }
td.TdClassName
{
border-color: #8E8383;
}
.TagClassName
{
border-color: #8E8383;
}
</style>