Shades of Opium #998383
Tints of Opium #998383
RGB
CMYK
RGB Variations
Color information
#998383 (or 0x998383) is known color: Opium. HEX triplet: 99, 83 and 83. RGB value is (153,131,131). Sum of RGB (Red+Green+Blue) = 153+131+131=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #998383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998383 is #667C7C. Grayscale: #898989. Windows color (decimal): -6716541 or 8618905. OLE color: 8618905.
HSL color Cylindrical-coordinate representation of color #998383: hue angle of 0º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #998383 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 131 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.4 |
| HSL | 0º | 0.1% | 0.56% | - |
| HSV(B) | 0º | 0.14% | 0.6% | - |
| XYZ | 25.35 | 24.64 | 24.89 | - |
| YUV | 137.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 131 | 0 | 0.14 | 0.14 | 0.4 | 0 | 0.1 | 0.56 |
| Hex | 99 | 83 | 83 | 0 | E | E | 28 | 0 | A | 38 |
| Octal | 231 | 203 | 203 | 0 | 16 | 16 | 50 | 0 | 12 | 70 |
| Binary | 10011001 | 10000011 | 10000011 | 0 | 1110 | 1110 | 101000 | 0 | 1010 | 111000 |
Color Harmonies of #998383
Complementary color
Monochromatic Colors of #998383
Black with #998383
Text Example
Text Example
White with #998383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998383; }
p { color: rgb(153,131,131); }
H1.HeaderClassName
{
color: #998383;
}
.AnyTagClassName
{
color: #998383;
}
</style>
background-color css
<style>
a { background-color: #998383; }
a { background-color: rgb(153,131,131); }
div.DivClassName
{
background-color: #998383;
}
.BgClassName
{
background-color: #998383;
}
</style>
border-color css
<style>
span { border-color: #998383; }
span { border-color: rgb(153,131,131); }
td.TdClassName
{
border-color: #998383;
}
.TagClassName
{
border-color: #998383;
}
</style>