Shades of Opium #9D8383
Tints of Opium #9D8383
RGB
CMYK
RGB Variations
Color information
#9D8383 (or 0x9D8383) is known color: Opium. HEX triplet: 9D, 83 and 83. RGB value is (157,131,131). Sum of RGB (Red+Green+Blue) = 157+131+131=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8383 is #627C7C. Grayscale: #8A8A8A. Windows color (decimal): -6454397 or 8618909. OLE color: 8618909.
HSL color Cylindrical-coordinate representation of color #9D8383: hue angle of 0º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D8383 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 131 | 131 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.38 |
| HSL | 0º | 0.12% | 0.56% | - |
| HSV(B) | 0º | 0.17% | 0.62% | - |
| XYZ | 26.12 | 25.04 | 24.93 | - |
| YUV | 138.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 131 | 131 | 0 | 0.17 | 0.17 | 0.38 | 0 | 0.12 | 0.56 |
| Hex | 9D | 83 | 83 | 0 | 11 | 11 | 26 | 0 | C | 38 |
| Octal | 235 | 203 | 203 | 0 | 21 | 21 | 46 | 0 | 14 | 70 |
| Binary | 10011101 | 10000011 | 10000011 | 0 | 10001 | 10001 | 100110 | 0 | 1100 | 111000 |
Color Harmonies of #9D8383
Complementary color
Monochromatic Colors of #9D8383
Black with #9D8383
Text Example
Text Example
White with #9D8383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8383; }
p { color: rgb(157,131,131); }
H1.HeaderClassName
{
color: #9D8383;
}
.AnyTagClassName
{
color: #9D8383;
}
</style>
background-color css
<style>
a { background-color: #9D8383; }
a { background-color: rgb(157,131,131); }
div.DivClassName
{
background-color: #9D8383;
}
.BgClassName
{
background-color: #9D8383;
}
</style>
border-color css
<style>
span { border-color: #9D8383; }
span { border-color: rgb(157,131,131); }
td.TdClassName
{
border-color: #9D8383;
}
.TagClassName
{
border-color: #9D8383;
}
</style>