#9F8180

Color #9F8180 Opium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opium #9F8180

Tints of Opium #9F8180

Color information

#9F8180 (or 0x9F8180) is unknown color: approx Opium. HEX triplet: 9F, 81 and 80. RGB value is (159,129,128). Sum of RGB (Red+Green+Blue) = 159+129+128=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8180 is #607E7F. Grayscale: #898989. Windows color (decimal): -6323840 or 8421791. OLE color: 8421791.

HSL color Cylindrical-coordinate representation of color #9F8180: hue angle of 1.94º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9F8180 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB159129128-
CMYK00.190.190.38
HSL1.94º13.9%56.27%-
HSV(B)1.94º19.5%62.35%-
XYZ26.0424.6323.8-
YUV137.86122.44143.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 38.22%
GREEN value IS 129 (50.78% from 255) = 31.01%
BLUE value IS 128 (50.39% from 255) = 30.77%
R=38.22%
G=31.01%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912912800.190.190.381.9413.956.27
Hex9F818001313262e38
Octal237201200023234621670
Binary10011111100000011000000001001110011100110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F8180; }

 p { color: rgb(159,129,128); }

 H1.HeaderClassName
 {
   color: #9F8180;
 }
 .AnyTagClassName
 {
   color: #9F8180;
 }
</style>
background-color css

<style>
 a { background-color: #9F8180; }

 a { background-color: rgb(159,129,128); }

 div.DivClassName
 {
   background-color: #9F8180;
 }
 .BgClassName
 {
   background-color: #9F8180;
 }
</style>
border-color css

<style>
 span { border-color: #9F8180; }

 span { border-color: rgb(159,129,128); }

 td.TdClassName
 {
   border-color: #9F8180;
 }
 .TagClassName
 {
   border-color: #9F8180;
 }
</style>