#9F8280

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

Shades of Opium #9F8280

Tints of Opium #9F8280

Color information

#9F8280 (or 0x9F8280) is unknown color: approx Opium. HEX triplet: 9F, 82 and 80. RGB value is (159,130,128). Sum of RGB (Red+Green+Blue) = 159+130+128=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8280 is #607D7F. Grayscale: #8A8A8A. Windows color (decimal): -6323584 or 8422047. OLE color: 8422047.

HSL color Cylindrical-coordinate representation of color #9F8280: hue angle of 3.87º 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 #9F8280 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB159130128-
CMYK00.180.190.38
HSL3.87º13.9%56.27%-
HSV(B)3.87º19.5%62.35%-
XYZ26.1824.8923.85-
YUV138.44122.11142.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.13%
GREEN value IS 130 (51.17% from 255) = 31.18%
BLUE value IS 128 (50.39% from 255) = 30.70%
R=38.13%
G=31.18%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913012800.180.190.383.8713.956.27
Hex9F828001213264e38
Octal237202200022234641670
Binary100111111000001010000000010010100111001101001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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