#9E827F

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

Shades of Opium #9E827F

Tints of Opium #9E827F

Color information

#9E827F (or 0x9E827F) is unknown color: approx Opium. HEX triplet: 9E, 82 and 7F. RGB value is (158,130,127). Sum of RGB (Red+Green+Blue) = 158+130+127=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 158 - color contains mainly: red. Hex color #9E827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E827F is #617D80. Grayscale: #8A8A8A. Windows color (decimal): -6389121 or 8356510. OLE color: 8356510.

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

Color convert

RGB158130127-
CMYK00.180.200.38
HSL5.81º13.78%55.88%-
HSV(B)5.81º19.62%61.96%-
XYZ25.9124.7723.49-
YUV138.03121.78142.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.07%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 127 (50% from 255) = 30.60%
R=38.07%
G=31.33%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813012700.180.200.385.8113.7855.88
Hex9E827F01214266e38
Octal236202177022244661670
Binary10011110100000101111111010010101001001101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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