#9E837F

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

Shades of Opium #9E837F

Tints of Opium #9E837F

Color information

#9E837F (or 0x9E837F) is unknown color: approx Opium. HEX triplet: 9E, 83 and 7F. RGB value is (158,131,127). Sum of RGB (Red+Green+Blue) = 158+131+127=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 158 - color contains mainly: red. Hex color #9E837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E837F is #617C80. Grayscale: #8A8A8A. Windows color (decimal): -6388865 or 8356766. OLE color: 8356766.

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

Color convert

RGB158131127-
CMYK00.170.200.38
HSL7.74º13.78%55.88%-
HSV(B)7.74º19.62%61.96%-
XYZ26.0525.0323.54-
YUV138.62121.45141.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.98%
GREEN value IS 131 (51.56% from 255) = 31.49%
BLUE value IS 127 (50% from 255) = 30.53%
R=37.98%
G=31.49%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813112700.170.200.387.7413.7855.88
Hex9E837F01114268e38
Octal2362031770212446101670
Binary100111101000001111111110100011010010011010001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,131,127); }

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

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

 a { background-color: rgb(158,131,127); }

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

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

 span { border-color: rgb(158,131,127); }

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