#9F807D

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

Shades of Opium #9F807D

Tints of Opium #9F807D

Color information

#9F807D (or 0x9F807D) is unknown color: approx Opium. HEX triplet: 9F, 80 and 7D. RGB value is (159,128,125). Sum of RGB (Red+Green+Blue) = 159+128+125=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 159 - color contains mainly: red. Hex color #9F807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F807D is #607F82. Grayscale: #888888. Windows color (decimal): -6324099 or 8224927. OLE color: 8224927.

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

Color convert

RGB159128125-
CMYK00.190.210.38
HSL5.29º15.04%55.69%-
HSV(B)5.29º21.38%62.35%-
XYZ25.7224.2922.73-
YUV136.93121.27143.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.59%
GREEN value IS 128 (50.39% from 255) = 31.07%
BLUE value IS 125 (49.22% from 255) = 30.34%
R=38.59%
G=31.07%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912812500.190.210.385.2915.0455.69
Hex9F807D01315265f38
Octal237200175023254651770
Binary10011111100000001111101010011101011001101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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