Shades of Opium #998080
Tints of Opium #998080
RGB
CMYK
RGB Variations
Color information
#998080 (or 0x998080) is known color: Opium. HEX triplet: 99, 80 and 80. RGB value is (153,128,128). Sum of RGB (Red+Green+Blue) = 153+128+128=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #998080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998080 is #667F7F. Grayscale: #878787. Windows color (decimal): -6717312 or 8421529. OLE color: 8421529.
HSL color Cylindrical-coordinate representation of color #998080: hue angle of 0º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #998080 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 128 | 128 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.4 |
| HSL | 0º | 0.11% | 0.55% | - |
| HSV(B) | 0º | 0.16% | 0.6% | - |
| XYZ | 24.75 | 23.77 | 23.71 | - |
| YUV | 135.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 128 | 0 | 0.16 | 0.16 | 0.4 | 0 | 0.11 | 0.55 |
| Hex | 99 | 80 | 80 | 0 | 10 | 10 | 28 | 0 | B | 37 |
| Octal | 231 | 200 | 200 | 0 | 20 | 20 | 50 | 0 | 13 | 67 |
| Binary | 10011001 | 10000000 | 10000000 | 0 | 10000 | 10000 | 101000 | 0 | 1011 | 110111 |
Color Harmonies of #998080
Complementary color
Monochromatic Colors of #998080
Black with #998080
Text Example
Text Example
White with #998080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998080; }
p { color: rgb(153,128,128); }
H1.HeaderClassName
{
color: #998080;
}
.AnyTagClassName
{
color: #998080;
}
</style>
background-color css
<style>
a { background-color: #998080; }
a { background-color: rgb(153,128,128); }
div.DivClassName
{
background-color: #998080;
}
.BgClassName
{
background-color: #998080;
}
</style>
border-color css
<style>
span { border-color: #998080; }
span { border-color: rgb(153,128,128); }
td.TdClassName
{
border-color: #998080;
}
.TagClassName
{
border-color: #998080;
}
</style>