#9E847F

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

Shades of Opium #9E847F

Tints of Opium #9E847F

Color information

#9E847F (or 0x9E847F) is unknown color: approx Opium. HEX triplet: 9E, 84 and 7F. RGB value is (158,132,127). Sum of RGB (Red+Green+Blue) = 158+132+127=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 158 - color contains mainly: red. Hex color #9E847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E847F is #617B80. Grayscale: #8B8B8B. Windows color (decimal): -6388609 or 8357022. OLE color: 8357022.

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

Color convert

RGB158132127-
CMYK00.160.200.38
HSL9.68º13.78%55.88%-
HSV(B)9.68º19.62%61.96%-
XYZ26.1825.323.58-
YUV139.2121.11141.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.89%
GREEN value IS 132 (51.95% from 255) = 31.65%
BLUE value IS 127 (50% from 255) = 30.46%
R=37.89%
G=31.65%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813212700.160.200.389.6813.7855.88
Hex9E847F0101426ae38
Octal2362041770202446121670
Binary100111101000010011111110100001010010011010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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