Shades of Opium #988483
Tints of Opium #988483
RGB
CMYK
RGB Variations
Color information
#988483 (or 0x988483) is known color: Opium. HEX triplet: 98, 84 and 83. RGB value is (152,132,131). Sum of RGB (Red+Green+Blue) = 152+132+131=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 152 - color contains mainly: red. Hex color #988483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988483 is #677B7C. Grayscale: #898989. Windows color (decimal): -6781821 or 8619160. OLE color: 8619160.
HSL color Cylindrical-coordinate representation of color #988483: hue angle of 2.86º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #988483 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 132 | 131 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.40 |
| HSL | 2.86º | 0.09% | 0.55% | - |
| HSV(B) | 2.86º | 0.14% | 0.6% | - |
| XYZ | 25.3 | 24.82 | 24.93 | - |
| YUV | 137.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 132 | 131 | 0 | 0.13 | 0.14 | 0.40 | 2.86 | 0.09 | 0.55 |
| Hex | 98 | 84 | 83 | 0 | D | E | 28 | 3 | 9 | 37 |
| Octal | 230 | 204 | 203 | 0 | 15 | 16 | 50 | 3 | 11 | 67 |
| Binary | 10011000 | 10000100 | 10000011 | 0 | 1101 | 1110 | 101000 | 11 | 1001 | 110111 |
Color Harmonies of #988483
Complementary color
Monochromatic Colors of #988483
Black with #988483
Text Example
Text Example
White with #988483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988483; }
p { color: rgb(152,132,131); }
H1.HeaderClassName
{
color: #988483;
}
.AnyTagClassName
{
color: #988483;
}
</style>
background-color css
<style>
a { background-color: #988483; }
a { background-color: rgb(152,132,131); }
div.DivClassName
{
background-color: #988483;
}
.BgClassName
{
background-color: #988483;
}
</style>
border-color css
<style>
span { border-color: #988483; }
span { border-color: rgb(152,132,131); }
td.TdClassName
{
border-color: #988483;
}
.TagClassName
{
border-color: #988483;
}
</style>