Html Css Color HEX #9E847F Opium

📋 copy color: '#9E847F'

red 158 ◦ green 132 ◦ blue 127

#9E847F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Opium #9E847F

Tints of Opium #9E847F

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 value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9E847F (or 0x9E847F) is known color: 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

RGB 158 132 127 -
CMYK 0 0.16 0.20 0.38
HSL 9.68º 0.14% 0.56% -
HSV(B) 9.68º 0.2% 0.62% -
XYZ 26.18 25.3 23.58 -
YUV 139.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 158 132 127 0 0.16 0.20 0.38 9.68 0.14 0.56
Hex 9E 84 7F 0 10 14 26 A E 38
Octal 236 204 177 0 20 24 46 12 16 70
Binary 10011110 10000100 1111111 0 10000 10100 100110 1010 1110 111000

Color Harmonies of #9E847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E847F

Black with #9E847F

Text Example


Text Example

White with #9E847F

Text Example


Text Example

HTML Codes & Css Web 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>